841 lines
10 KiB
Plaintext
841 lines
10 KiB
Plaintext
page {
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
}
|
|
page::after {
|
|
content: "";
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 2rpx;
|
|
background-color: #E5E6EA;
|
|
z-index: 9999;
|
|
}
|
|
.container{
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
}
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.bg_fff{
|
|
background-color: #fff;
|
|
}
|
|
.bg_d{
|
|
background-color: #00b3c7;
|
|
}
|
|
.cd {
|
|
color: #65A6FF;
|
|
}
|
|
.cb{
|
|
color: #4DA8FF;
|
|
}
|
|
.cg {
|
|
color: #AB9985;
|
|
}
|
|
.cw {
|
|
color: #fff;
|
|
}
|
|
.c6{
|
|
color: #666666;
|
|
}
|
|
.cc{
|
|
color: #CCCCCC;
|
|
}
|
|
.c9{
|
|
color:#999999;
|
|
}
|
|
.a2{
|
|
color: #2A2A2A;
|
|
}
|
|
.hover-default {
|
|
opacity: 0.8;
|
|
}
|
|
.button {
|
|
position: relative;
|
|
}
|
|
.button button {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
}
|
|
.button.primary {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #00b3c7;
|
|
border-radius: 8rpx;
|
|
color: #fff;
|
|
}
|
|
.button.disable {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #EBEBED;
|
|
border-radius: 8rpx;
|
|
color: #666666;
|
|
}
|
|
|
|
.dn {
|
|
display: none;
|
|
}
|
|
.di {
|
|
display: inline;
|
|
}
|
|
.db {
|
|
display: block;
|
|
}
|
|
.w100 {
|
|
width: 100%;
|
|
}
|
|
.h100 {
|
|
height: 100%;
|
|
}
|
|
.dib {
|
|
display: inline-block;
|
|
}
|
|
.box_bb {
|
|
box-sizing: border-box;
|
|
}
|
|
.lh14 {
|
|
line-height: 14rpx;
|
|
}
|
|
.lh16 {
|
|
line-height: 16rpx;
|
|
}
|
|
.lh18 {
|
|
line-height: 18rpx;
|
|
}
|
|
.lh20 {
|
|
line-height: 20rpx;
|
|
}
|
|
.lh22 {
|
|
line-height: 22rpx;
|
|
}
|
|
.lh24 {
|
|
line-height: 24rpx;
|
|
}
|
|
.lh28 {
|
|
line-height: 28rpx;
|
|
}
|
|
.lh40 {
|
|
line-height: 40rpx;
|
|
}
|
|
.m0 {
|
|
margin: 0;
|
|
}
|
|
.m5 {
|
|
margin: 5rpx;
|
|
}
|
|
.m10 {
|
|
margin: 10rpx;
|
|
}
|
|
.m15 {
|
|
margin: 15rpx;
|
|
}
|
|
.m20 {
|
|
margin: 20rpx;
|
|
}
|
|
.m25 {
|
|
margin: 25rpx;
|
|
}
|
|
.m30 {
|
|
margin: 30rpx;
|
|
}
|
|
.mla {
|
|
margin-left: auto;
|
|
}
|
|
.ml1 {
|
|
margin-left: 1rpx;
|
|
}
|
|
.ml2 {
|
|
margin-left: 2rpx;
|
|
}
|
|
.ml5 {
|
|
margin-left: 5rpx;
|
|
}
|
|
.ml10 {
|
|
margin-left: 10rpx;
|
|
}
|
|
.ml15 {
|
|
margin-left: 15rpx;
|
|
}
|
|
.ml20 {
|
|
margin-left: 20rpx;
|
|
}
|
|
.ml25 {
|
|
margin-left: 25rpx;
|
|
}
|
|
.ml30 {
|
|
margin-left: 30rpx;
|
|
}
|
|
.mra {
|
|
margin-right: auto;
|
|
}
|
|
.mr1 {
|
|
margin-right: 1rpx;
|
|
}
|
|
.mr2 {
|
|
margin-right: 2rpx;
|
|
}
|
|
.mr5 {
|
|
margin-right: 5rpx;
|
|
}
|
|
.mr10 {
|
|
margin-right: 10rpx;
|
|
}
|
|
.mr15 {
|
|
margin-right: 15rpx;
|
|
}
|
|
.mr20 {
|
|
margin-right: 20rpx;
|
|
}
|
|
.mr25 {
|
|
margin-right: 25rpx;
|
|
}
|
|
.mr30 {
|
|
margin-right: 30rpx;
|
|
}
|
|
.mr-10 {
|
|
margin-right: -10rpx;
|
|
}
|
|
.mr-15 {
|
|
margin-right: -15rpx;
|
|
}
|
|
.mta {
|
|
margin-top: auto;
|
|
}
|
|
.mt1 {
|
|
margin-top: 1rpx;
|
|
}
|
|
.mt2 {
|
|
margin-top: 2rpx;
|
|
}
|
|
.mt5 {
|
|
margin-top: 5rpx;
|
|
}
|
|
.mt10 {
|
|
margin-top: 10rpx;
|
|
}
|
|
.mt15 {
|
|
margin-top: 15rpx;
|
|
}
|
|
.mt20 {
|
|
margin-top: 20rpx;
|
|
}
|
|
.mt25 {
|
|
margin-top: 25rpx;
|
|
}
|
|
.mt30 {
|
|
margin-top: 30rpx;
|
|
}
|
|
.mt50 {
|
|
margin-top: 50rpx;
|
|
}
|
|
.mt-5 {
|
|
margin-top: -5rpx;
|
|
}
|
|
.mt-10 {
|
|
margin-top: -10rpx;
|
|
}
|
|
.mt-15 {
|
|
margin-top: -15rpx;
|
|
}
|
|
.mb1 {
|
|
margin-bottom: 1rpx;
|
|
}
|
|
.mb2 {
|
|
margin-bottom: 2rpx;
|
|
}
|
|
.mb5 {
|
|
margin-bottom: 5rpx;
|
|
}
|
|
.mb10 {
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.mb15 {
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.mb20 {
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.mb25 {
|
|
margin-bottom: 25rpx;
|
|
}
|
|
.mb30 {
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.mb-5 {
|
|
margin-bottom: -5rpx;
|
|
}
|
|
.mb-10 {
|
|
margin-bottom: -10rpx;
|
|
}
|
|
.mb-15 {
|
|
margin-bottom: -15rpx;
|
|
}
|
|
.p0 {
|
|
padding: 0;
|
|
}
|
|
.p1 {
|
|
padding: 1rpx;
|
|
}
|
|
.pl1 {
|
|
padding-left: 1rpx;
|
|
}
|
|
.pt1 {
|
|
padding-top: 1rpx;
|
|
}
|
|
.pr1 {
|
|
padding-right: 1rpx;
|
|
}
|
|
.pb1 {
|
|
padding-bottom: 1rpx;
|
|
}
|
|
.p2 {
|
|
padding: 2rpx;
|
|
}
|
|
.pl2 {
|
|
padding-left: 2rpx;
|
|
}
|
|
.pt2 {
|
|
padding-top: 2rpx;
|
|
}
|
|
.pr2 {
|
|
padding-right: 2rpx;
|
|
}
|
|
.pb2 {
|
|
padding-bottom: 2rpx;
|
|
}
|
|
.pl5 {
|
|
padding-left: 5rpx;
|
|
}
|
|
.p5 {
|
|
padding: 5rpx;
|
|
}
|
|
.pt5 {
|
|
padding-top: 5rpx;
|
|
}
|
|
.pr5 {
|
|
padding-right: 5rpx;
|
|
}
|
|
.pb5 {
|
|
padding-bottom: 5rpx;
|
|
}
|
|
.p10 {
|
|
padding: 10rpx;
|
|
}
|
|
.pl10 {
|
|
padding-left: 10rpx;
|
|
}
|
|
.pt10 {
|
|
padding-top: 10rpx;
|
|
}
|
|
.pr10 {
|
|
padding-right: 10rpx;
|
|
}
|
|
.pb10 {
|
|
padding-bottom: 10rpx;
|
|
}
|
|
.p15 {
|
|
padding: 15rpx;
|
|
}
|
|
.pl15 {
|
|
padding-left: 15rpx;
|
|
}
|
|
.pt15 {
|
|
padding-top: 15rpx;
|
|
}
|
|
.pr15 {
|
|
padding-right: 15rpx;
|
|
}
|
|
.pb15 {
|
|
padding-bottom: 15rpx;
|
|
}
|
|
.p20 {
|
|
padding: 20rpx;
|
|
}
|
|
.pl20 {
|
|
padding-left: 20rpx;
|
|
}
|
|
.pt20 {
|
|
padding-top: 20rpx;
|
|
}
|
|
.pr20 {
|
|
padding-right: 20rpx;
|
|
}
|
|
.pb20 {
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.p25 {
|
|
padding: 25rpx;
|
|
}
|
|
.pl25 {
|
|
padding-left: 25rpx;
|
|
}
|
|
.pt25 {
|
|
padding-top: 25rpx;
|
|
}
|
|
.pr25 {
|
|
padding-right: 25rpx;
|
|
}
|
|
.pb25 {
|
|
padding-bottom: 25rpx;
|
|
}
|
|
.p30 {
|
|
padding: 30rpx;
|
|
}
|
|
.pl30 {
|
|
padding-left: 30rpx;
|
|
}
|
|
.pt30 {
|
|
padding-top: 30rpx;
|
|
}
|
|
.pr30 {
|
|
padding-right: 30rpx;
|
|
}
|
|
.pb30 {
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.bt1 {
|
|
border-top: 1rpx solid #f6f8fc;
|
|
}
|
|
.bb1 {
|
|
border-bottom: 1rpx solid #f6f8fc;
|
|
}
|
|
.bl1 {
|
|
border-left: 1rpx solid #f6f8fc;
|
|
}
|
|
.br1 {
|
|
border-right: 1rpx solid #f6f8fc;
|
|
}
|
|
.bt10 {
|
|
border-top: 10rpx solid #f6f8fc;
|
|
}
|
|
.bb10 {
|
|
border-bottom: 10rpx solid #f6f8fc;
|
|
}
|
|
.f0 {
|
|
font-size: 0;
|
|
}
|
|
.f20 {
|
|
font-size: 20rpx;
|
|
}
|
|
.f24 {
|
|
font-size: 24rpx;
|
|
}
|
|
.f26 {
|
|
font-size: 26rpx;
|
|
}
|
|
.f28 {
|
|
font-size: 28rpx;
|
|
}
|
|
.f32 {
|
|
font-size: 32rpx;
|
|
}
|
|
.f34 {
|
|
font-size: 34rpx;
|
|
}
|
|
.f36 {
|
|
font-size: 36rpx;
|
|
}
|
|
.f40 {
|
|
font-size: 40rpx;
|
|
}
|
|
.f44 {
|
|
font-size: 44rpx;
|
|
}
|
|
.f48 {
|
|
font-size: 48rpx;
|
|
}
|
|
.f56 {
|
|
font-size: 56rpx;
|
|
}
|
|
.n {
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
.b {
|
|
font-weight: bold;
|
|
}
|
|
.i {
|
|
font-style: italic;
|
|
}
|
|
.tc {
|
|
text-align: center;
|
|
}
|
|
.tr {
|
|
text-align: right;
|
|
}
|
|
.tl {
|
|
text-align: left;
|
|
}
|
|
.tj,.th_tj {
|
|
text-align: justify;
|
|
}
|
|
.th_tj:after{
|
|
content: '';
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 1rpx;
|
|
}
|
|
.tdl {
|
|
text-decoration: underline;
|
|
}
|
|
.lt-1 {
|
|
letter-spacing: -1rpx;
|
|
}
|
|
.lt0 {
|
|
letter-spacing: 0;
|
|
}
|
|
.lt1 {
|
|
letter-spacing: 1rpx;
|
|
}
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
.bk {
|
|
word-wrap: break-word;
|
|
}
|
|
.vm {
|
|
vertical-align: middle;
|
|
}
|
|
.vb {
|
|
vertical-align: bottom;
|
|
}
|
|
.vt {
|
|
vertical-align: top;
|
|
}
|
|
.vn {
|
|
vertical-align: -5rpx;
|
|
}
|
|
.l {
|
|
float: left;
|
|
}
|
|
.r {
|
|
float: right;
|
|
}
|
|
.cl {
|
|
clear: both;
|
|
}
|
|
.rel {
|
|
position: relative;
|
|
}
|
|
.abs,.cm {
|
|
position: absolute;
|
|
}
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
.zx1 {
|
|
z-index: 1;
|
|
}
|
|
.zx2 {
|
|
z-index: 2;
|
|
}
|
|
.zx8 {
|
|
z-index: 8;
|
|
}
|
|
.zx9 {
|
|
z-index: 9;
|
|
}
|
|
.zx99 {
|
|
z-index: 99;
|
|
}
|
|
.zx999 {
|
|
z-index: 999;
|
|
}
|
|
.cm{
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
.t0{
|
|
top: 0;
|
|
}
|
|
.t50{
|
|
top: 50%;
|
|
}
|
|
.b0{
|
|
bottom: 0;
|
|
}
|
|
.l0{
|
|
left: 0;
|
|
}
|
|
.l50{
|
|
left: 50%;
|
|
}
|
|
.r0{
|
|
right: 0;
|
|
}
|
|
.ovh {
|
|
overflow: hidden;
|
|
}
|
|
.ova {
|
|
overflow: auto;
|
|
}
|
|
.vh {
|
|
visibility: hidden;
|
|
}
|
|
.vv {
|
|
visibility: visible;
|
|
}
|
|
.o0{
|
|
opacity: 0;
|
|
}
|
|
.clearfix,
|
|
.fix {
|
|
zoom: 1;
|
|
}
|
|
.clearfix:after,
|
|
.fix:after {
|
|
display: table;
|
|
content: "";
|
|
clear: both;
|
|
}
|
|
.ell {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.ell_more{
|
|
overflow : hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
.ell_2{
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
.ell_3{
|
|
-webkit-line-clamp: 3;
|
|
}
|
|
.middle {
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
.trans {
|
|
transition: all 250ms;
|
|
}
|
|
.disabled {
|
|
opacity: 0.4;
|
|
filter: alpha(opacity=40);
|
|
cursor: default;
|
|
-ms-pointer-events: none;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.flex {
|
|
/* 转为弹性盒模型 */
|
|
display: flex;
|
|
}
|
|
.flex_wrap {
|
|
/* 转为弹性盒模型并自动换行 */
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.flex_b {
|
|
/* 垂直底部对齐 */
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
.flex_tb {
|
|
/* 垂直两端对齐 */
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.flex_tb_c {
|
|
/* 多行垂直两端对齐,水平居中 */
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.flex_line_c {
|
|
/* 多行垂直水平居中 */
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.flex_line_c_m {
|
|
/* 多行垂直居中,水平居中 */
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.flex_line_end {
|
|
/* 多行垂直起点在下沿 */
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
}
|
|
.flex_lr {
|
|
/* 水平两端对齐,剩余空间平均分布 */
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.flex_lr_m {
|
|
/* 水平两端对齐,剩余空间平均分布,垂直居中 */
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.flex_c_m {
|
|
/* 垂直水平居中 */
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.flex_c {
|
|
/* 水平居中 */
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.flex_m {
|
|
/* 垂直居中 */
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.flex_nosize {
|
|
/* 子元素不自动 */
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.flex_autosize {
|
|
/* 子元素自动宽度 */
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.flex_inline {
|
|
/* 转为行内弹性盒模型 */
|
|
display: inline-flex;
|
|
}
|
|
|
|
.flex0{
|
|
flex: 0;
|
|
min-width: 0;
|
|
}
|
|
.flex1{
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
|
|
.Mask{
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0,0,0,0.5);
|
|
}
|
|
.Mask .maskClick{
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.container{
|
|
min-height: 100%;
|
|
}
|
|
.errorMessageBox{
|
|
min-height: 100%;
|
|
}
|
|
.errorMessageBox .bottom{
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
border-top: 10rpx solid #f6f8fc;
|
|
}
|
|
/*
|
|
* author: yaoyanan
|
|
* remark: 表单的基本样式
|
|
*/
|
|
|
|
.form-box{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.form-item{
|
|
display: flex;
|
|
width: 300px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 30px;
|
|
}
|
|
.form-item:not(:first-child){
|
|
margin-top: 20px;
|
|
}
|
|
.form-item .text-label{
|
|
width: 65px;
|
|
flex-shrink: 0;
|
|
text-align: right;
|
|
font-size: 16px;
|
|
color: #333;
|
|
margin-right: 15px;
|
|
}
|
|
.form-item .text-value{
|
|
flex: 1;
|
|
}
|
|
.form-item .text-value .flex-center{
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 10px;
|
|
}
|
|
.form-item .text-value input{
|
|
font-size: 12px;
|
|
color: #333;
|
|
border: 0.5px solid #eee;
|
|
height: 30px;
|
|
padding-left: 10px;
|
|
box-sizing: border-box;
|
|
border-radius: 5px;
|
|
}
|
|
.form-box .btn-area button{
|
|
margin: auto;
|
|
width: 100%;
|
|
margin-top: 50px;
|
|
}
|
|
.form-item .captcha{
|
|
width: 70px;
|
|
margin-left: 10px;
|
|
height: 30px;
|
|
background-color: #07c160;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
.form-item .count{
|
|
background-color: #aaa;
|
|
} |