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.
44 lines
613 B
44 lines
613 B
|
|
.cu-form-group {
|
|
padding: 0 25rpx;
|
|
}
|
|
/* 1.1.5升级 */
|
|
.cu-form-group.area{
|
|
position: relative;
|
|
}
|
|
.cu-form-group.area .click{
|
|
position: absolute;
|
|
z-index: 99;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
.cu-form-group .title {
|
|
min-width: calc(4em + 15px);
|
|
font-size: 26rpx;
|
|
}
|
|
.cu-form-group input,
|
|
.cu-form-group textarea {
|
|
font-size: 26rpx;
|
|
}
|
|
.cu-btn.lg {
|
|
font-size: 32rpx;
|
|
height: 86rpx;
|
|
}
|
|
.tipsScroll {
|
|
width: 100%;
|
|
height: 500rpx;
|
|
padding: 0 50rpx;
|
|
}
|
|
.tipsScroll .item {
|
|
margin: 25rpx 0;
|
|
}
|
|
.tipsScroll .item view {
|
|
color: #B8B8B8;
|
|
font-size: 22rpx;
|
|
}
|
|
.tipsScroll .item text {
|
|
color: #333;
|
|
}
|
|
|
|
|