100 lines
2.3 KiB
Plaintext
100 lines
2.3 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
*/
|
||
.message.data-v-60e790fe {
|
||
padding: 0 32rpx;
|
||
}
|
||
.blocks.data-v-60e790fe {
|
||
margin-top: 30rpx;
|
||
display: flex;
|
||
flex-direction: column;
|
||
margin-bottom: 60rpx;
|
||
}
|
||
.blocks .block_title.data-v-60e790fe {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 36rpx;
|
||
color: #000000;
|
||
line-height: 40rpx;
|
||
margin-bottom: 32rpx;
|
||
}
|
||
.blocks .block_input.data-v-60e790fe {
|
||
border-radius: 4rpx;
|
||
margin-bottom: 32rpx;
|
||
}
|
||
.blocks .block_input .tip.data-v-60e790fe {
|
||
color: #FE020E;
|
||
margin-top: 4rpx;
|
||
font-size: small;
|
||
}
|
||
.blocks .block_input view.data-v-60e790fe {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-size: 32rpx;
|
||
color: #000000;
|
||
line-height: 40rpx;
|
||
margin-bottom: 16rpx;
|
||
}
|
||
.blocks .block_input view text.data-v-60e790fe {
|
||
vertical-align: middle;
|
||
color: #FE020E;
|
||
font-weight: bold;
|
||
margin-right: 8rpx;
|
||
}
|
||
.blocks .block_input input.data-v-60e790fe {
|
||
height: 92rpx;
|
||
background: #F8F9FB;
|
||
border-radius: 4rpx;
|
||
color: rgba(0, 0, 0, 0.8);
|
||
padding: 0 32rpx;
|
||
font-size: 32rpx;
|
||
}
|
||
.blocks .block_input .message-textarea.data-v-60e790fe {
|
||
width: 100%;
|
||
position: relative;
|
||
}
|
||
.blocks .block_input .message-textarea textarea.data-v-60e790fe {
|
||
padding: 32rpx;
|
||
width: 100%;
|
||
height: 400rpx;
|
||
background: #F8F9FB;
|
||
border-radius: 4rpx;
|
||
color: rgba(0, 0, 0, 0.8);
|
||
font-size: 32rpx;
|
||
}
|
||
.blocks .block_input .message-textarea .mt-tip.data-v-60e790fe {
|
||
position: absolute;
|
||
font-size: 28rpx;
|
||
right: 32rpx;
|
||
bottom: 10rpx;
|
||
z-index: 2;
|
||
background-color: #f8f9fb;
|
||
padding: 5rpx;
|
||
border-radius: 8rpx;
|
||
}
|
||
.messageSubmit.data-v-60e790fe {
|
||
width: 100%;
|
||
background: linear-gradient(80deg, #4BACFF 0%, rgba(75, 174, 255, 0.5) 100%);
|
||
height: 100rpx;
|
||
font-size: 30rpx;
|
||
font-weight: bold;
|
||
color: #fff;
|
||
border-radius: 56rpx;
|
||
margin-top: 40rpx;
|
||
margin-bottom: 60rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.messageSubmit.data-v-60e790fe::after {
|
||
display: none;
|
||
}
|
||
.type-icon.data-v-60e790fe {
|
||
z-index: 90;
|
||
position: absolute;
|
||
right: 50rpx;
|
||
margin-top: -60rpx;
|
||
}
|
||
|