info.wxss
773 字节
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
/* pages/my/info/info.wxss */
.textarea_box {
padding: 30rpx;
}
.textarea_box textarea {
width: 686rpx;
height: 400rpx;
background: rgba(252, 252, 252, 1);
border: 1rpx solid rgba(232, 232, 232, 1);
border-radius: 10rpx;
padding: 30rpx;
font-size: 30rpx;
box-sizing: border-box;
}
.pl_style{
color: #DCDCDC;
}
.submit_btn {
width: 92%;
height: 80rpx;
background: linear-gradient(27deg, rgba(255, 128, 128, 1), rgba(255, 140, 140, 1));
box-shadow: 4rpx 19rpx 92rpx 0rpx rgba(247, 94, 94, 0.39);
border-radius: 10rpx;
font-size: 32rpx;
font-weight: bold;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
margin-top: 60rpx;
position: fixed;
left: 50%;
bottom: 45rpx;
transform: translate(-50%);
}