diff --git a/rc-busness/assets/css/global.less b/rc-busness/assets/css/global.less index 555128fe..2e98aeac 100644 --- a/rc-busness/assets/css/global.less +++ b/rc-busness/assets/css/global.less @@ -26,7 +26,6 @@ aside div[data-js-modal-menu] { .fade-leave-active { opacity: 0; } - .ts-no-data { text-align: center; margin: 3rem 0; @@ -818,7 +817,11 @@ picture { margin: 0 auto; .el-dialog{ width: 100%; - + } + .el-dialog__body{ + max-height:50vh; + overflow-x:hidden; + overflow-y:auto; } } #tns2-iw { diff --git a/rc-busness/pages/personal/settlement.less b/rc-busness/pages/personal/settlement.less index 92bc93c8..925a5e72 100644 --- a/rc-busness/pages/personal/settlement.less +++ b/rc-busness/pages/personal/settlement.less @@ -6,13 +6,89 @@ ul li ol li em strong i { .rc-header { width: 100%; } - - - .settlement { - } +.rc-discount { + position: relative; + width: 100%; + img { + display: block; + width: 100%; + height: 100%; + } + .rc-contair { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + } + .rc-left { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + color: #e1001a; + width: 34%; + float: left; + height: 100%; + i { + font-style: normal; + font-size: 12px; + } + span { + font-size: 26px; + } + strong { + font-style: normal; + font-size: 12px; + display: block; + margin-top: 8px; + } + } + .rc-right { + display: flex; + flex-direction: column; + padding: 5px 10px; + justify-content: center; + height: 100%; + i { + font-style: normal; + font-size: 16px; + color: #e1001a; + } + .rc-main { + color: #999999; + font-size: 12px; + } + span { + display: block; + margin-top: 2px; + } + em { + font-style: normal; + } + } + .rc-footer { + display: flex; + justify-content: flex-end; + margin-right: 10px; + span { + width: 72px; + height: 25px; + background: #e2001a; + text-align: center; + line-height: 25px; + font-size: 12px; + color: #ffffff; + margin-bottom: 8px; + border-radius: 100px; + margin-right: 8px; + cursor: pointer; + } + } +} .rc-main { width: 92%; @@ -255,7 +331,7 @@ ul li ol li em strong i { } ul { - width: 25%; + width: 100%; display: flex; flex-direction: column; justify-content: space-between; diff --git a/rc-busness/pages/personal/settlement.vue b/rc-busness/pages/personal/settlement.vue index ec08d894..c5e1b587 100644 --- a/rc-busness/pages/personal/settlement.vue +++ b/rc-busness/pages/personal/settlement.vue @@ -65,12 +65,12 @@ 配送方式: {{ shopprice.price }} - +
  • 商品总价: {{ sumPrice }} @@ -147,12 +147,43 @@ + +
    您还没有优惠券,可在商品的详情页面中领取
    +
    +
    + +
    +
    +
    + {{ item.couponAmount }} +
    +
    +
    + + {{ item.couponDesc }} + +
    + 有效期 + {{ item.validTo }} +
    + +
    +
    +
    +
    +