suggest.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
/* pages/my/suggest/suggest.wxss */
page {
width: 100%;
height: 100%;
background-color: #f2f2f2;
}
.content {
width: 100%;
height: 100%;
position: relative;
}
.title {
border-bottom: 1rpx solid #ebebeb;
padding: 28rpx 32rpx 28rpx 32rpx;
color:#292525;
font-size: 30rpx;
font-weight: bold;
}
.input {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 68rpx 32rpx 32rpx 32rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
textarea {
width:80%;
border-radius: 16rpx;
background-color: #ffffff;
height: 360rpx;
color: #666666;
font-size: 28rpx;
padding: 30rpx 30rpx 50rpx 30rpx;
}
.placeholder {
color: #999999;
font-size: 28rpx;
}
.btn-box {
width: 100%;
padding: 0 32rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 102rpx;
}
.btn {
height: 98rpx;
color: #E1C8AF;
font-size: 30rpx;
background-color: #323232;
border-radius: 16rpx;
display: flex;
align-items: center;
justify-content: center;
}
.num {
position: absolute;
right:100rpx;
bottom:20rpx;
font-size: 24rpx;
color: #999999;
display: flex;
align-items: center;
background:#ffffff;
z-index:10;
}
.icon-bianji {
color: #999999;
font-size: 46rpx;
margin-right: 20rpx;
}
.box {
width: 100%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
/*flex-direction:column;*/
}