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.
61 lines
1.2 KiB
61 lines
1.2 KiB
@charset "UTF-8";
|
|
/**
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
*/
|
|
.uni-forms-item__content.data-v-2bb6355e {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.u-tag__text.data-v-2bb6355e {
|
|
font-size: 22rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
.formBox.data-v-2bb6355e {
|
|
margin-top: 226rpx;
|
|
}
|
|
@media screen and (min-width: 760px) {
|
|
.formBox.data-v-2bb6355e {
|
|
margin-top: 175rpx;
|
|
}
|
|
}
|
|
button.data-v-2bb6355e {
|
|
color: #ffffff;
|
|
background: #5fd9ee;
|
|
width: 100%;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.search.data-v-2bb6355e {
|
|
padding: 20rpx;
|
|
background-color: #fff;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
}
|
|
.pd-container.data-v-2bb6355e {
|
|
width: 100%;
|
|
height: 230rpx;
|
|
background: #fff;
|
|
border-top: 20rpx solid #eee;
|
|
display: flex;
|
|
}
|
|
.pd-left.data-v-2bb6355e {
|
|
width: 60%;
|
|
line-height: 60rpx;
|
|
}
|
|
.pd-right.data-v-2bb6355e {
|
|
width: 40%;
|
|
line-height: 70rpx;
|
|
}
|
|
.pd-right view.data-v-2bb6355e {
|
|
width: 140rpx;
|
|
height: 70rpx;
|
|
font-size: 26rpx;
|
|
color: #fff;
|
|
background: #5fd9ee;
|
|
margin-bottom: 25rpx;
|
|
padding: 0;
|
|
float: right;
|
|
border-radius: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
|