173 lines
2.8 KiB
Plaintext
173 lines
2.8 KiB
Plaintext
|
|
|
||
|
|
.deepBlackBoldText {
|
||
|
|
/* color: #000000; */
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.uni-forms-item {
|
||
|
|
position: relative;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
margin-bottom: 10px !important
|
||
|
|
}
|
||
|
|
.uni-forms-item__content {
|
||
|
|
position: relative;
|
||
|
|
font-size: 14px;
|
||
|
|
flex: 1;
|
||
|
|
box-sizing: border-box;
|
||
|
|
flex-direction: row;
|
||
|
|
line-height: 36px;
|
||
|
|
}
|
||
|
|
.select-area {
|
||
|
|
padding: 0 0 12rpx 0;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.select-top {
|
||
|
|
position: relative;
|
||
|
|
width: 100%;
|
||
|
|
height: 88rpx;
|
||
|
|
}
|
||
|
|
.nav-panel {
|
||
|
|
position: fixed;
|
||
|
|
bottom: 0rpx;
|
||
|
|
width: 100%;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
background-color: #fff;
|
||
|
|
z-index: 105;
|
||
|
|
}
|
||
|
|
.view-body {
|
||
|
|
display: flex;
|
||
|
|
width: 100%;
|
||
|
|
height: 20px;
|
||
|
|
}
|
||
|
|
.example {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.view-title {}
|
||
|
|
.view-content {
|
||
|
|
margin-left: 30px;
|
||
|
|
}
|
||
|
|
.container {
|
||
|
|
padding: 0px 0px;
|
||
|
|
background-color: #f3f4f6;
|
||
|
|
}
|
||
|
|
.boxcenter {
|
||
|
|
width: 290px;
|
||
|
|
padding: 15px;
|
||
|
|
}
|
||
|
|
.buttongroup {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
.textbox {
|
||
|
|
width: 100%;
|
||
|
|
padding: 15px 5px;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 14px;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
.textlist {
|
||
|
|
height: 180px;
|
||
|
|
}
|
||
|
|
.gzboxlist {
|
||
|
|
width: 100%;
|
||
|
|
padding: 0px;
|
||
|
|
height: 50px;
|
||
|
|
border: solid 1px rgb(229, 229, 229);
|
||
|
|
align-items: center;
|
||
|
|
margin: 6px 0px;
|
||
|
|
}
|
||
|
|
.wz14 {
|
||
|
|
font-size: 14px;
|
||
|
|
line-height: 15px;
|
||
|
|
}
|
||
|
|
.wz12 {
|
||
|
|
font-size: 12px;
|
||
|
|
line-height: 15px;
|
||
|
|
color: rgb(191, 191, 191);
|
||
|
|
}
|
||
|
|
.unipopup .uni-popup {
|
||
|
|
z-index: 199;
|
||
|
|
}
|
||
|
|
.tabs-container {
|
||
|
|
position: -webkit-sticky;
|
||
|
|
position: sticky;
|
||
|
|
top: 64px;
|
||
|
|
z-index: 99;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
.scrollWrap {
|
||
|
|
height: 40px;
|
||
|
|
line-height: 40px;
|
||
|
|
width: 100%;
|
||
|
|
white-space: nowrap;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 14px;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.scrollWrap .scrollItem {
|
||
|
|
display: inline-block;
|
||
|
|
width: 25%;
|
||
|
|
font-size: 25rpx;
|
||
|
|
}
|
||
|
|
.scrollWrap .active {
|
||
|
|
color: #009DFF !important;
|
||
|
|
position: relative;
|
||
|
|
font-weight: 600;
|
||
|
|
font-weight: bold;
|
||
|
|
text-decoration: underline;
|
||
|
|
text-underline-offset: 4px;
|
||
|
|
}
|
||
|
|
.scrollWrap .active :after {
|
||
|
|
content: "";
|
||
|
|
display: block;
|
||
|
|
position: absolute;
|
||
|
|
bottom: 0;
|
||
|
|
left: calc(50% - 5px);
|
||
|
|
width: 10px;
|
||
|
|
height: 2px;
|
||
|
|
background-color: #009DFF !important;
|
||
|
|
}
|
||
|
|
.button-group button {
|
||
|
|
color: #fff;
|
||
|
|
background-color: rgb(0, 120, 212);
|
||
|
|
margin-left: 2%;
|
||
|
|
display: inline-block;
|
||
|
|
line-height: 2.3;
|
||
|
|
font-size: 13px;
|
||
|
|
width: 23%;
|
||
|
|
height: 35px;
|
||
|
|
padding: 3px 0px;
|
||
|
|
}
|
||
|
|
.boxbottomclass {
|
||
|
|
min-height: 410px;
|
||
|
|
}
|
||
|
|
.title {
|
||
|
|
line-height: 30px;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 18px;
|
||
|
|
letter-spacing: 2px;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.butboxchilren {
|
||
|
|
margin: 15px;
|
||
|
|
}
|
||
|
|
.butboxchilren .uni-data-checklist .checklist-group {
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
.butwz {
|
||
|
|
font-size: 12px;
|
||
|
|
line-height: 30px;
|
||
|
|
color: rgb(140, 140, 140);
|
||
|
|
}
|
||
|
|
.uni-card {
|
||
|
|
border-radius: 15px !important;
|
||
|
|
}
|
||
|
|
.form_item {
|
||
|
|
position: relative;
|
||
|
|
font-size: 14px;
|
||
|
|
flex: 1;
|
||
|
|
box-sizing: border-box;
|
||
|
|
flex-direction: row;
|
||
|
|
line-height: 20px;
|
||
|
|
}
|