79 lines
1.4 KiB
Plaintext
79 lines
1.4 KiB
Plaintext
/* dispatcher/pages/dirver/add/add.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;
|
|
}
|
|
|
|
/* .group.select {
|
|
background: url('https://cement.fongtech.net/static/app/arrow_down.png') right center/26rpx 26rpx no-repeat;
|
|
} */
|
|
|
|
.input-placeholder {
|
|
padding-top: 0rpx;
|
|
}
|
|
|
|
.input-title {
|
|
width: 180rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.input {
|
|
padding-left: 40rpx;
|
|
width: 510rpx;
|
|
}
|
|
|
|
.input-inner {
|
|
padding-right: 30rpx;
|
|
background: url('https://cement.fongtech.net/static/app/arrow_down.png') right center/26rpx 26rpx no-repeat;
|
|
}
|
|
|
|
.save-btn {
|
|
margin: 80rpx auto 30rpx auto;
|
|
}
|
|
|
|
/* dialog */
|
|
.dialog-inner {
|
|
padding: 105rpx 0 80rpx 0;
|
|
}
|
|
|
|
.dialog-inner .dialog-tips {
|
|
margin-bottom: 64rpx;
|
|
}
|
|
|
|
.dialog-inner .dialog-btn-group {
|
|
padding: 0 80rpx;
|
|
}
|
|
|
|
.dialog-inner .dialog-btn-group button {
|
|
width: 120rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border-radius: 20rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.dialog-inner .dialog-btn-group .cancel {
|
|
background-color: #CCCCCC;
|
|
}
|
|
|
|
.dialog-inner .dialog-btn-group .sure {
|
|
background-color: #4186FF;
|
|
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(57, 125, 242, 0.35);
|
|
} |