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