myaddcompile.wxss
1.0 KB
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
57
58
59
60
61
62
63
64
65
66
/* pages/compile/index.wxss */
page {
background-color: #f8f8f8;
}
.itemInput {
margin: 28rpx 36rpx;
padding-bottom: 28rpx;
border-bottom: 2rpx solid #eeeeee;
align-items: center;
}
.itemInput image{
width: 14rpx;
height: 20rpx;
margin-left: 5rpx;
}
.itemName {
font-size: 32rpx;
color: #727273;
margin-right: 32rpx;
/* min-width: 128rpx; */
}
.plaSty {
font-size: 28rpx
}
.itemInput input {
font-size: 32rpx;
color: #333333;
/* flex: 1; */
text-align: right;
}
.color333 {
color: #333;
}
.center {
align-items: center !important;
justify-content: space-between;
}
.newaddress {
height: 50px;
line-height: 50px;
text-align: center;
color: #ffffff;
font-size: 16px;
font-weight: 600;
position: fixed;
left: 0;
right: 0;
bottom: 0;
display: flex;
}
.newaddress_left {
flex: 1;
background: #d0d0d0;
}
.newaddress_right {
flex: 1;
background: linear-gradient(130deg, #2ed26e 13%, #05983e 98%);
}