Sanakey
2020-08-13 d98d05000c3d14e1f12a7754ebeea11ec1fa0f0b
提交 | 用户 | age
d98d05 1 /* pages/returnInfo/returnInfo.wxss */
S 2 @import "/src/weui";
3 .doccode{
4   font-size: 26rpx;
5 }
6 .weui-cell view{
7   font-size: 28rpx;
8 }
9 .weui-cell__bd{
10   text-align: left;
11 }
12 .main-img{
13   width: 500rpx;
14 }
15 .status-des{
16   font-size: 36rpx;
17   margin: 20rpx 0;
18 }
19 .weui-btn-area{
20   display: flex;
21   justify-content: space-between;
22 }
23 .btn{
24   width: 300rpx;
25   margin: 10rpx auto 20rpx auto;
26   background-color: #19a0f1;
27   color: #fff;
28   border-radius: 50rpx;
29   line-height: 2.2;
30   font-size: 32rpx;
31 }
32 .normal-btn{
33   background-color: #fff;
34   border: 1px solid #01a3f8;
35   border-radius: 50rpx;
36   color: #01a3f8;
37 }
38 .btn::after{
39   border: none;
40 }
41 .weui-msg__desc{
42   text-align: left;
43 }
44 .weui-msg__link{
45   color: #01a3f8;
46 }
47 .text{
48   color: #333;
49 }
50 .tips{
51   font-size: 26rpx;
52 }
53 /* .success-icon{
54   font-size: 100rpx;
55   color: #16ae15;
56 } */