123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- /* pages/welfareMall/order/orderCompletion.wxss */
- page{
- background: #F7F7F7;
- }
- .order{
- width: 750rpx;
- height: auto;
- }
- /* 垂直方向布局,水平居中 **/
- .flex-column{
- display: flex;
- flex-flow: column nowrap;
- align-items: center;
- justify-content: left;
- }
- /* 水平方向布局,垂直居中 **/
- .flex-row{
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: center;
- }
- .order-state{
- width: 502rpx;
- height: 100rpx;
- margin-top: 50rpx;
- }
- .order-state-title{
- font-size: 36rpx;
- font-weight: 500;
- color: #444444;
- }
- .order-state-text{
- font-size: 22rpx;
- font-weight: 500;
- color: #444444;
- margin-top: 14rpx;
- }
- /* 订单详情 **/
- .order-details{
- width: 100vw;
- background: #FFFFFF;
- border-radius: 10rpx;
- margin-top: 16rpx;
- }
- .content-hm{
- width: 680rpx;
- }
- .content-head{
- width: 676rpx;
- height: 22rpx;
- justify-content: space-between;
- }
- .content-head-text{
- width: 211rpx;
- height: 28rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #444444;
- }
- .content-head{
- width: 676rpx;
- height: 40rpx;
- justify-content: space-between;
- margin-top: 30rpx;
- }
- .content-middle{
- width: 676rpx;
- height: 180rpx;
- justify-content: space-between;
- }
- .middle-img{
- width: 160rpx;
- height: 119rpx;
- }
- .middle-text{
- width: 240rpx;
- height: 36rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: #444444;
- margin-left: 36rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .middle-num{
- align-items: flex-end;
- }
- .middle-num-money{
- font-size: 28rpx;
- font-weight: 500;
- color: #444444;
- margin-top: 10rpx;
- }
- .money-num-count{
- font-size: 22rpx;
- font-weight: 500;
- color: #A0A0A0;
- }
- .content-line{
- width: 679rpx;
- height: 1px;
- background: #EFEFEF;
- }
- .content-lower{
- width: 676rpx;
- height: 90rpx;
- }
- .lower-total{
- font-size: 24rpx;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #444444;
- text-align: right;
- width: 100%;
- }
- .content-payment{
- width: 676rpx;
- height: 40rpx;
- justify-content: space-between;
- margin-bottom: 30rpx;
- }
- .content-payment-mode{
- font-size: 24rpx;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #444444;
- }
- .order-information{
- width: 100vw;
- height: 176rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- justify-content: center;
- }
- .order-information-code,.order-information-date{
- justify-content: space-between;
- width: 676rpx;
- height: 50rpx;
- }
- .code-text,.code-num,.date-text,.date-time{
- font-size: 24rpx;
- font-weight: 500;
- color: #444444;
- }
- .order-rt{
- width: 676rpx;
- height: 70rpx;
- justify-content: flex-end;
- margin-top: 30rpx;
- }
- .order-refund{
- width: 150rpx;
- height: 51rpx;
- background: #FFFFFF;
- border: 1px solid #B01717;
- border-radius: 10rpx;
- margin-left: 10rpx;
- }
- .lower-order-text{
- font-size: 22rpx;
- font-weight: 500;
- color: #B01717;
- }
- .bg-zindex{
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- background: rgba(0, 0, 0, 0.8);
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- z-index: 999;
- }
- .success_window{
- width: 328px;
- height: 227px;
- background: #FFFFFF;
- border-radius: 20rpx;
- position: relative;
- z-index: 9999;
- align-items: center;
- }
- .w_title{
- font-size: 36rpx;
- font-weight: 600;
- color: #444444;
- margin-top: 27px;
- }
- .w_text{
- margin-top: 50px;
- width: 300px;
- }
- .hsay_text{
- margin-top: 8px;
- font-size: 12px;
- font-weight: 500;
- color: #444444;
- }
- .w_border{
- width: 300px;
- height: 1px;
- background: #A0A0A0;
- margin-top: 16px;
- }
- .w_go_order{
- font-size: 18px;
- font-weight: 500;
- color: #444444;
- margin-top: 32rpx;
- }
- .w_button{
- width: 300px;
- height: 70px;
- }
- .w_go_order{
- width: 150px;
- text-align: center;
- }
- .coupon-wrap-list {
- background: #FFF6F5;
- width: 100vw;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- }
- .coupon_wrap {
- width: 690rpx;
- }
- .coupon-item-style {
- background: #fff !important;
- }
- .coupon-circule-style {
- background: #FFF6F5 !important;
- }
- .look-coupon-detail {
- height: 26rpx;
- margin-left: 36rpx;
- margin-top: 8rpx;
- }
- .look-coupon-detail .word_text {
- font-size: 24rpx;
- color: #F06255;
- text-decoration: underline;
- }
- .look-coupon-detail .fold-btn {
- width: 26rpx;
- height: 26rpx;
- position: relative;
- display: inline-block;
- left: 20rpx;
- top: 6rpx;
- }
|