Sanakey
2020-10-20 0da8db73585b015a7bbaf3500b77142d41b7c2ff
提交 | 用户 | age
d98d05 1 /* pages/orderlist/orderlist.wxss */
S 2 @import "../template/no-more/no-more-template";
3 @import "../template/tab-list/tab-list-template";
4 @import "../template/goods-item-row/goods-item-row-template";
5
6 page {
7   height: 100%;
8   background-color: #f9f9f9;
9 }
10
11 .order-div {
12   margin: 20rpx 0;
13   position: relative;
14 }
15
16 .store-title {
17   border-bottom: 1rpx solid #f1f1f1;
18   height: 80rpx;
19   background-color: #fff;
20   padding-left: 20rpx;
21   display: flex;
22   align-items: center;
23   justify-content: space-between;
24 }
25 .store-title-name{
26   display: flex;
27   align-items: center;
28 }
29 .store-title-a+.store-title-a{
30   margin-left: 20rpx;
31 }
32 .store-title-a text {
33   margin: 0 20rpx;
34   font-size: 28rpx;
35 }
36 .store-title-a .order-num{
37   font-size: 24rpx;
38 }
39
40 .edit {
41   display: flex;
42 }
43
44 .order-edit {
45   width: 100rpx;
46   text-align: center;
47 }
48
49 .order-status {
50   text-align: center;
51   color: #f15353;
52   font-weight: bold;
53   margin: 0 15rpx;
54 }
55
56 /* .order-status.order-complete {
57   height: 3rem;
58   background: url("../img/shiyong2.png") no-repeat;
59   -webkit-background-size: 3rem 2rem;,
60   background-size: 3rem 2rem;
61   z-index: 10;
62 } */
63
64 .order-info {
65   background-color: #fff;
66 }
67
68 .true-payed {
69   margin-left: 20rpx;
70 }
71
72 .pay-num, .shop-num {
73   font-size: 30rpx;
74 }
75
76 .order-info-btn {
77   line-height: 100rpx;
78   padding: 0 20rpx;
79   text-align: right;
80 }
81 .order-info-btn .cancel{
82   color: #999;
83   border-color: #999;
84 }
85 .pay-txt {
86   text-align: right;
87   padding: 0 20rpx;
88   line-height: 90rpx;
89   border-top: 1rpx solid #f1f1f1;
90   border-bottom: 1rpx solid #f1f1f1;
91 }
92
93 .order-info-btn text {
94   padding: 15rpx;
95   border: 1rpx solid #666;
96   border-radius: 50rpx;
97   margin-left: 30rpx;
98   color: #333;
99 }
100
101 .order-info-btn .buy-again {
102   border-color: #f15353;
103   color: #f15353;
104 }
105 .order-info-btn .buy-now{
106   padding: 20rpx 30rpx;
107   background-color: #e64340;
108   color: #fff;
109   /* font-size: 26rpx; */
110 }
111 .item {
112   position: relative;
113 }
114 .item .buy-again {
115   padding: 5rpx 10rpx;
116   border: 1rpx solid #f15353;
117   border-radius: 50rpx;
118   color: #f15353;
119   position: absolute;
120   right: 20rpx;
121   bottom: -10rpx;
122 }
123 .item {
124   line-height: 42rpx;
125 }