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.
32 lines
444 B
32 lines
444 B
|
|
.cu-form-group {
|
|
padding: 0 25rpx;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
|