22 lines
422 B
Plaintext
22 lines
422 B
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.fllow_area.data-v-41b4c0f4 {
|
|
background-color: #fff;
|
|
padding: 30rpx 20rpx;
|
|
padding-bottom: 30rpx;
|
|
color: #999;
|
|
font-size: 32rpx;
|
|
}
|
|
.fllow_area .area_head.data-v-41b4c0f4 {
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.fllow_area textarea.data-v-41b4c0f4 {
|
|
width: 80%;
|
|
height: 300rpx;
|
|
padding: 30rpx;
|
|
background: #f8f8f8;
|
|
margin: 0 auto;
|
|
}
|