petname.wxss
1.6 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/* pages/15/15.wxss */ .means {
display: flex;
justify-content: space-between;
padding: 32rpx;
}
.name {
font-size: 32rpx;
font-weight: 600;
font-family: PingFang SC;
}
.img image {
width: 128rpx;
height: 128rpx;
vertical-align: middle;
}
.means:first-child {
height: 192rpx;
line-height: 192rpx;
border-top: 1px solid black;
}
.bake {
opacity: .1;
}
.denglu {
position: absolute;
padding: 64rpx 32rpx;
top: 30%;
margin-top: -302rpx;
left: 50%;
text-align: center;
margin-left: -311rpx;
width: 622rpx;
height:476rpx;
border-radius: 48rpx;
background:rgb(221, 219, 191);
}
.botm image {
position: fixed;
bottom: 0;
width: 100%;
}
.denglu text {
font-size: 36rpx;
font-weight: 600;
}
.input {
position: relative;
width: 558rpx;
height: 104rpx;
padding: 30rpx 32rpx;
border-radius: 110rpx;
margin-top: 32rpx;
text-align: left;
background: rgba(248, 248, 248, 1);
color: rgba(196, 196, 196, 1);
}
.deng1 image {
position: absolute;
top: 36rpx;
right: 24rpx;
width: 48rpx;
height: 48rpx;
}
.input image{
position: absolute;
background:#f0e8e8;
border-radius:16rpx;
right: 32rpx;
top:32rpx;
width: 32rpx;
height: 32rpx;
}
.button{
position: absolute;
bottom: 64rpx;
left: 50%;
margin-left: -211rpx;
width: 422rpx;
height: 100rpx;
line-height: 100rpx;
text-align: center;
font-size:32rpx;
font-weight: 600;
border-radius: 96rpx;
background: rgba(255,200,61,1);
}