You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.1 KiB
79 lines
1.1 KiB
/* pages/suggestion/suggestion.wxss */ |
|
|
|
.info { |
|
background-color: #fff; |
|
padding: 0 30rpx; |
|
margin-top: 10rpx; |
|
} |
|
|
|
.info-item { |
|
height: 120rpx; |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
.info-item input { |
|
flex: 1; |
|
margin-left: 20rpx; |
|
font-size: 30rpx; |
|
} |
|
|
|
.lable { |
|
font-size: 30rpx; |
|
font-weight: bold; |
|
color: #262936; |
|
} |
|
|
|
.item-bord { |
|
border-bottom: 2rpx solid #e3e3e3; |
|
} |
|
|
|
.msg { |
|
margin-top: 20rpx; |
|
background-color: #fff; |
|
padding: 20rpx 30rpx; |
|
} |
|
|
|
#message { |
|
font-size: 30rpx; |
|
width: 100%; |
|
height: 200rpx; |
|
} |
|
|
|
.talk { |
|
position: absolute; |
|
bottom: 0; |
|
right: 0; |
|
color: #838b99; |
|
font-size: 24rpx; |
|
} |
|
|
|
.up-box { |
|
background-color: #fff; |
|
padding: 30rpx; |
|
min-height: 316rpx; |
|
margin-top: 20rpx; |
|
} |
|
|
|
.weui-uploader__title { |
|
font-size: 30rpx; |
|
font-weight: bold; |
|
color: #262936; |
|
} |
|
|
|
.btn { |
|
width: 100%; |
|
display: flex; |
|
justify-content: center; |
|
} |
|
|
|
.btn>button { |
|
margin-top: 134rpx; |
|
min-width: 514rpx; |
|
height: 85rpx; |
|
background: linear-gradient(171deg, #3d7dfc 0%, #0e63df 100%); |
|
border-radius: 43rpx; |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
color: #fff; |
|
} |