41 lines
586 B
Plaintext
41 lines
586 B
Plaintext
/* driver/pages/mine/setting.wxss */
|
|
.setting-container {
|
|
padding: 20rpx 30rpx;
|
|
}
|
|
|
|
.group {
|
|
box-sizing: border-box;
|
|
height: 86rpx;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
padding-right: 30rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.group.request::before {
|
|
content: '*';
|
|
width: 14rpx;
|
|
height: 86rpx;
|
|
line-height: 86rpx;
|
|
color: #FF7C42;
|
|
position: absolute;
|
|
left: -14rpx;
|
|
}
|
|
|
|
.input-placeholder {
|
|
padding-top: 0rpx;
|
|
}
|
|
|
|
.input-title {
|
|
width: 180rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.input {
|
|
padding-left: 40rpx;
|
|
width: 510rpx;
|
|
}
|
|
|
|
.tips {
|
|
color: #FF982A;
|
|
margin: 40rpx auto 100rpx auto;
|
|
} |