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.
 
 
 
 

188 lines
4.3 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.header.data-v-1aa2d7dc {
background: #fff;
border-radius: 20rpx;
margin: 40rpx 30rpx;
}
.header .form-box .picker_box.data-v-1aa2d7dc {
padding: 0px 20rpx;
display: flex;
justify-content: space-between;
}
.header .form-title.data-v-1aa2d7dc {
font-size: 36rpx;
font-weight: bold;
padding: 25rpx;
border-bottom: 2rpx solid #e8e8e8;
}
.lookup.data-v-1aa2d7dc {
padding: 25rpx;
display: flex;
justify-content: space-between;
border-bottom: 2rpx solid #e8e8e8;
}
.lookup .lookup-title.data-v-1aa2d7dc {
font-size: 36rpx;
font-weight: bold;
}
.lookup .lookup-title1.data-v-1aa2d7dc {
color: #007aff;
}
.list3_box.data-v-1aa2d7dc {
height: 72rpx;
line-height: 72rpx;
}
.steps_box.data-v-1aa2d7dc {
display: flex;
align-items: center;
margin: 0px 30rpx;
padding: 40rpx;
border-radius: 20rpx;
justify-content: center;
background-color: #fff;
}
.block-step.data-v-1aa2d7dc {
display: flex;
flex-direction: row;
}
.view_item.data-v-1aa2d7dc {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.view_item text.data-v-1aa2d7dc {
font-size: 30rpx;
margin-top: 20rpx;
}
.view_item view.data-v-1aa2d7dc {
width: 45rpx;
height: 45rpx;
border: 3rpx solid #909090;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #909090;
font-size: 30rpx;
content: "\e732";
}
.view_line.data-v-1aa2d7dc {
width: 15%;
height: 5rpx;
margin: 0rpx 2% 40rpx 2%;
}
.line_bgcolor1.data-v-1aa2d7dc {
background-color: #e0e0e0;
}
.line_bgcolor.data-v-1aa2d7dc {
background: linear-gradient(to right, #5fe7ff, #00a336);
}
.flex-direction-column.data-v-1aa2d7dc {
height: 100%;
flex-direction: column;
}
.bottom.data-v-1aa2d7dc {
width: 100%;
}
.bottom .btn.data-v-1aa2d7dc {
/* margin-top: 30rpx; */
margin: 0px 30rpx;
height: 80rpx;
border-radius: 10rpx;
background-image: linear-gradient(to right, #2974cf, #448eee);
color: white;
text-align: center;
line-height: 80rpx;
}
.bottom .btn1.data-v-1aa2d7dc {
margin: 0px 30rpx;
height: 80rpx;
border-radius: 10rpx;
line-height: 80rpx;
color: #808080;
border: 2rpx solid #d1d1d1;
background-color: #efefef;
}
.justify-end.data-v-1aa2d7dc {
position: relative;
}
.justify-end .bottom-next.data-v-1aa2d7dc {
position: absolute;
top: 100rpx;
}
.padding.data-v-1aa2d7dc {
padding: 25rpx;
}
.data-v-1aa2d7dc .uni-select {
border: 0px;
}
.data-v-1aa2d7dc .uni-forms-item {
padding: 5rpx 0px;
margin: 0rpx 25rpx;
border-bottom: 2rpx solid #f4f4f4;
}
.data-v-1aa2d7dc .uni-data-checklist .checklist-group {
height: 72rpx;
}
.data-v-1aa2d7dc .uni-forms-item__label {
font-size: 30rpx;
color: #000 !important;
}
.data-v-1aa2d7dc .uni-radio-input {
width: 35rpx;
height: 35rpx;
}
.data-v-1aa2d7dc .uni-label-pointer {
margin-right: 20rpx;
}
.data-v-1aa2d7dc .uni-select__input-placeholder {
color: #999;
font-size: 28rpx;
}
.data-v-1aa2d7dc .uni-easyinput__placeholder-class {
font-size: 28rpx;
}
.data-v-1aa2d7dc .uni-easyinput__content-input {
padding-left: 0px !important;
}
.popup-header.data-v-1aa2d7dc {
display: flex;
justify-content: space-between;
padding: 10px;
}
.picker-view.data-v-1aa2d7dc {
width: 750rpx;
height: 600rpx;
margin-top: 20rpx;
}
.item.data-v-1aa2d7dc {
line-height: 100rpx;
text-align: center;
}