tousujianyi.wxss
816 字节
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
.tousutitle {
display: flex;
align-items: center;
padding: 38rpx 30rpx;
box-sizing: border-box;
}
.tousutitleleft {
color: #0b0b1a;
font-size: 32rpx;
}
.tousutitleenter {
color: #858585;
font-size: 32rpx;
margin-left: 20rpx;
}
.tousutext {
display: flex;
padding: 38rpx 30rpx;
box-sizing: border-box;
}
.tousutitleenter {
padding: 5rpx 10rpx;
box-sizing: border-box;
}
.tousucontent {
width: 605rpx;
height: 400rpx;
}
.tousucontent textarea{
width:100%;
height:100%;
}
.tousucontent textarea {
width: 100%;
height: 100%;
}
.tijiao {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
opacity: 1;
border-radius: 4rpx;
color:#fff;
font-size: 32rpx;
text-align: center;
line-height: 88rpx;
position: fixed;
bottom:40rpx;
left:24rpx;
}