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.
49 lines
1.1 KiB
49 lines
1.1 KiB
@charset "UTF-8";
|
|
/**
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
*/
|
|
.uni-forms-item__content.data-v-87c1bff0 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.u-tag__text.data-v-87c1bff0 {
|
|
font-size: 22rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
.formBox.data-v-87c1bff0 {
|
|
margin: 20rpx;
|
|
padding: 20rpx 26rpx;
|
|
border-radius: 14rpx;
|
|
box-shadow: 0px 1px 10px 2px #e2e2e2;
|
|
background-color: #fff;
|
|
}
|
|
.formBox .uni-data-select.data-v-87c1bff0 {
|
|
width: 100%;
|
|
}
|
|
.formBox .attrs text.data-v-87c1bff0 {
|
|
display: inline-block;
|
|
border: 1px solid #5fd9ee;
|
|
padding: 14rpx 20rpx;
|
|
margin: 20rpx;
|
|
background-color: #fff;
|
|
color: #5fd9ee;
|
|
}
|
|
.formBox .attrs .checkedText.data-v-87c1bff0 {
|
|
background-color: #5fd9ee;
|
|
color: #fff;
|
|
}
|
|
.upload-img.data-v-87c1bff0 {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
}
|
|
.make-call.data-v-87c1bff0 {
|
|
font-size: 24rpx;
|
|
text-decoration: underline;
|
|
color: blue;
|
|
position: fixed;
|
|
bottom: 60rpx;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
|