@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
.apply-team .banner {
|
position: absolute;
|
width: 100%;
|
z-index: 0;
|
min-height: 167rpx;
|
background-repeat: no-repeat;
|
background-size: 100%;
|
top: 0;
|
}
|
.apply-team .banner image {
|
width: 100%;
|
}
|
.apply-team .banner-fill {
|
margin-top: 292rpx;
|
}
|
.form-wrap {
|
background: #FFFFFF;
|
position: relative;
|
}
|
.form-item {
|
padding: 20rpx 0;
|
margin-bottom: 20rpx;
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
font-size: 28rpx;
|
}
|
.form-item .field-name {
|
width: 180rpx;
|
}
|
.form-item input {
|
font-size: 28rpx;
|
}
|
.agreement-content {
|
max-height: 60vh;
|
overflow-y: auto;
|
}
|
.apply-team .btn-red {
|
width: 600rpx;
|
height: 88rpx;
|
line-height: 88rpx;
|
border-radius: 44rpx;
|
box-shadow: 0 8rpx 16rpx 0 rgba(226, 35, 26, 0.6);
|
}
|
.choose-level {
|
padding: 80rpx 40rpx;
|
font-size: 32rpx;
|
color: #353535;
|
background-color: #fff;
|
}
|
.choose-level > view {
|
border-bottom: 2rpx solid #e2e2e2;
|
margin-bottom: 36rpx;
|
}
|
.choose-level .choose-level-item {
|
color: #999;
|
padding-top: 20rpx;
|
padding-bottom: 34rpx;
|
}
|
.choose-level .choose-level-item .area-list {
|
width: 530rpx;
|
}
|
.choose-level .choose-level-item .area-list text {
|
margin: 0 10rpx;
|
}
|
.choose-level .choose-level-item .more {
|
width: 22rpx;
|
height: 12rpx;
|
margin-left: 12rpx;
|
}
|
.modal {
|
position: fixed;
|
top: 0;
|
left: 0;
|
right: 0;
|
height: 100%;
|
width: 100%;
|
z-index: 99;
|
background-color: rgba(0, 0, 0, 0.3);
|
}
|
.modal .dialog-list {
|
padding: 46rpx 30rpx;
|
}
|
.modal .dialog-list .dialog-item {
|
margin: 10rpx;
|
height: 62rpx;
|
line-height: 60rpx;
|
display: inline-block;
|
padding: 0 32rpx;
|
font-size: 32rpx;
|
color: #353535;
|
border-radius: 32rpx;
|
border: 2rpx solid #bbbbbb;
|
}
|
.modal .dialog-list .dialog-item.active {
|
color: #ff4544;
|
border: 2rpx solid #ff4544;
|
}
|
.modal .protocol {
|
position: relative;
|
z-index: 99;
|
background-color: #fff;
|
width: 80%;
|
border-radius: 20rpx;
|
}
|
.modal .protocol .protocol-name {
|
text-align: center;
|
height: 100rpx;
|
line-height: 100rpx;
|
color: #666;
|
}
|
.modal .protocol .protocol-content {
|
padding: 10rpx 20rpx;
|
height: 720rpx;
|
overflow: auto;
|
color: #353535;
|
}
|
.modal .protocol .read-over {
|
height: 100rpx;
|
text-align: center;
|
line-height: 100rpx;
|
background-color: #ff4544;
|
color: #fff;
|
font-size: 30rpx;
|
border-bottom-right-radius: 20rpx;
|
border-bottom-left-radius: 20rpx;
|
}
|
.modal .protocol image {
|
height: 200rpx;
|
width: 200rpx;
|
}
|
.modal .select-dialog {
|
position: fixed;
|
border-top-left-radius: 16rpx;
|
border-top-right-radius: 16rpx;
|
width: 100%;
|
bottom: 0;
|
left: 0;
|
background-color: #fff;
|
}
|
.modal .select-dialog.iphone_x {
|
padding-bottom: 50rpx;
|
}
|
.modal .select-dialog .select-title {
|
border-top-left-radius: 16rpx;
|
border-top-right-radius: 16rpx;
|
position: relative;
|
width: 100%;
|
height: 100rpx;
|
line-height: 100rpx;
|
border-bottom: 2rpx solid #e2e2e2;
|
text-align: center;
|
font-size: 32rpx;
|
}
|
.modal .select-dialog .select-title .submit-btn {
|
position: absolute;
|
right: 24rpx;
|
top: 0;
|
color: #ff4544;
|
}
|
.modal .select-dialog picker-view {
|
width: 100%;
|
}
|
.modal .select-dialog picker-view .picker-view {
|
line-height: 88rpx;
|
text-align: center;
|
font-size: 32rpx;
|
}
|
.modal .select-dialog picker-view .picker-view.sure-color {
|
font-size: 36rpx;
|
}
|
.head_top {
|
position: absolute;
|
width: 100%;
|
height: 30px;
|
line-height: 30px;
|
color: #FFFFFF;
|
font-size: 32rpx;
|
z-index: 2;
|
}
|
.reg180 {
|
padding-right: 20rpx;
|
text-align: right;
|
-webkit-transform: rotateY(180deg);
|
transform: rotateY(180deg);
|
position: absolute;
|
bottom: 0;
|
}
|
.head_top .icon-jiantou {
|
color: #FFFFFF;
|
font-size: 30rpx;
|
}
|