personziliao.wxss
1.3 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
/* pages/personziliao/personziliao.wxss */
page {
background: #f9f9fb;
}
.headimg {
width: 60rpx;
height: 60rpx;
font-size: 0;
margin-right: 14rpx;
border-radius: 50%;
}
.headimg image {
border-radius: 50%;
}
.nicheg {
margin-right: 14rpx;
}
.yourow {
width: 12rpx;
height: 18rpx;
font-size: 0;
}
.headtop {
padding: 0 32rpx;
box-sizing: border-box;
background: #fff;
margin-top: 16rpx;
}
.headitem {
padding: 24rpx 0;
box-sizing: border-box;
border-bottom: 1rpx solid #f5f5f5;
}
.headitemleft {
color: #3d444d;
font-size: 28rpx;
}
.textyop {
color: #3d444d;
font-size: 28rpx;
}
.textarea {
color: #bdc4ce;
font-size:30rpx;
margin-top: 16rpx;
position: relative;
}
.textarea textarea{
width:100%;
}
.textlen{
color: #bdc4ce;
font-size:30rpx;
position: absolute;
right:0;
bottom:0;
}
.entertext {
background: #fff;
padding: 32rpx;
box-sizing: border-box;
margin-top: 16rpx;
/* height: 316rpx; */
}
.headitemleft input {
text-align: right;
}
.sub {
width: 360rpx;
height: 80rpx;
background: rgba(253, 172, 48, 1);
border: 2rpx solid rgba(253, 170, 42, 1);
opacity: 1;
border-radius: 8rpx;
color: #fff;
font-size: 28rpx;
text-align: center;
line-height: 80rpx;
position: absolute;
bottom:40rpx;
left:196rpx;
}