mine_experience.wxss
1.7 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/* pages/mine_experience/mine_experience.wxss */
.layer_between {
display: flex;
justify-content: space-between;
align-items: center;
}
page {
background: #f9f9f9;
}
.box {
margin-top: 24rpx;
background: #fff;
padding: 0 48rpx;
box-sizing: border-box;
}
.top {
padding: 36rpx 0 40rpx;
box-sizing: border-box;
border-bottom: 1rpx solid rgba(235, 235, 235, 1);
}
.input {
font-size: 32rpx;
font-weight: 400;
color: rgba(6, 18, 30, 1);
}
.input-left {
margin-left: 25rpx;
font-size: 30rpx;
}
.input-right {
font-size: 24rpx;
font-weight: 400;
color: rgba(140, 145, 152, 1);
}
input {
font-size: 30rpx;
width: 500rpx;
}
.bottom {
/* margin-top: 36rpx; */
padding-top: 36rpx;
box-sizing: border-box;
height: 260rpx;
position: relative;
border-bottom: 1rpx solid rgba(235, 235, 235, 1);
}
.bottom textarea {
width: 100%;
height: 100%;
}
.text-right {
font-size: 24rpx;
font-weight: 400;
color: rgba(140, 145, 152, 1);
text-align: right;
position: absolute;
bottom: 16rpx;
right: 0;
}
.creama {
margin-top: 40rpx;
padding-bottom: 40rpx;
}
.img_one {
width: 180rpx;
height: 180rpx;
border: 2rpx solid rgba(140, 145, 152, 1);
border-radius: 4rpx;
position: relative;
}
.img_one image {
width: 52rpx;
height: 52rpx;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.show {
margin-top: 24rpx;
background: #fff;
padding: 40rpx 50rpx;
box-sizing: border-box;
}
.right {
width: 76rpx;
height: 32rpx;
font-size: 0;
}
.right image {
width: 100%;
height: 100%;
}