1383 lines
51 KiB
Plaintext
1383 lines
51 KiB
Plaintext
|
page {
|
||
|
font-family: -apple-system-font,Helvetica Neue,sans-serif;
|
||
|
line-height: 1.6;
|
||
|
}
|
||
|
|
||
|
icon {
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.weui-cells {
|
||
|
background-color: #fff;
|
||
|
font-size: 34rpx;
|
||
|
line-height: 1.41176471;
|
||
|
margin-top: 1.17647059em;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-cells:before {
|
||
|
border-top: 1rpx solid #d9d9d9;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-cells:after,.weui-cells:before {
|
||
|
color: #d9d9d9;
|
||
|
content: " ";
|
||
|
height: 2rpx;
|
||
|
left: 0;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
.weui-cells:after {
|
||
|
border-bottom: 1rpx solid #d9d9d9;
|
||
|
bottom: 0;
|
||
|
}
|
||
|
|
||
|
.weui-cells__title {
|
||
|
color: #999;
|
||
|
font-size: 28rpx;
|
||
|
margin-bottom: .3em;
|
||
|
margin-top: .77em;
|
||
|
padding-left: 30rpx;
|
||
|
padding-right: 30rpx;
|
||
|
}
|
||
|
|
||
|
.weui-cells_after-title {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-cells__tips {
|
||
|
color: #999;
|
||
|
font-size: 28rpx;
|
||
|
margin-top: .3em;
|
||
|
padding-left: 30rpx;
|
||
|
padding-right: 30rpx;
|
||
|
}
|
||
|
|
||
|
.weui-cell {
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
padding: 20rpx 30rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-cell:before {
|
||
|
border-top: 1rpx solid #d9d9d9;
|
||
|
color: #d9d9d9;
|
||
|
content: " ";
|
||
|
height: 2rpx;
|
||
|
left: 0;
|
||
|
left: 30rpx;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-cell:first-child:before {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.weui-cell_active {
|
||
|
background-color: #ececec;
|
||
|
}
|
||
|
|
||
|
.weui-cell_primary {
|
||
|
align-items: flex-start;
|
||
|
}
|
||
|
|
||
|
.weui-cell__bd {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.weui-cell__ft {
|
||
|
color: #999;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.weui-cell_access {
|
||
|
color: inherit;
|
||
|
}
|
||
|
|
||
|
.weui-cell__ft_in-access {
|
||
|
padding-right: 26rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-cell__ft_in-access:after {
|
||
|
border-color: #c8c8cd;
|
||
|
border-style: solid;
|
||
|
border-width: 4rpx 4rpx 0 0;
|
||
|
content: " ";
|
||
|
display: inline-block;
|
||
|
height: 12rpx;
|
||
|
margin-top: -8rpx;
|
||
|
position: relative;
|
||
|
position: absolute;
|
||
|
right: 4rpx;
|
||
|
top: -4rpx;
|
||
|
top: 50%;
|
||
|
transform: matrix(.71,.71,-.71,.71,0,0);
|
||
|
width: 12rpx;
|
||
|
}
|
||
|
|
||
|
.weui-cell_link {
|
||
|
color: #586c94;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
|
||
|
.weui-cell_link:active {
|
||
|
background-color: #ececec;
|
||
|
}
|
||
|
|
||
|
.weui-cell_link:first-child:before {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.weui-icon-radio {
|
||
|
margin-left: 6.4rpx;
|
||
|
margin-right: 6.4rpx;
|
||
|
}
|
||
|
|
||
|
.weui-icon-checkbox_circle,.weui-icon-checkbox_success {
|
||
|
margin-left: 9.2rpx;
|
||
|
margin-right: 9.2rpx;
|
||
|
}
|
||
|
|
||
|
.weui-check__label:active {
|
||
|
background-color: #ececec;
|
||
|
}
|
||
|
|
||
|
.weui-check {
|
||
|
left: -19998rpx;
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
.weui-check__hd_in-checkbox {
|
||
|
padding-right: .35em;
|
||
|
}
|
||
|
|
||
|
.weui-cell__ft_in-radio {
|
||
|
padding-left: .35em;
|
||
|
}
|
||
|
|
||
|
.weui-cell_input {
|
||
|
padding-bottom: 0;
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-label {
|
||
|
word-wrap: break-word;
|
||
|
width: 210rpx;
|
||
|
word-break: break-all;
|
||
|
}
|
||
|
|
||
|
.weui-input {
|
||
|
height: 2.58823529em;
|
||
|
line-height: 2.58823529em;
|
||
|
min-height: 2.58823529em;
|
||
|
}
|
||
|
|
||
|
.weui-toptips {
|
||
|
word-wrap: break-word;
|
||
|
color: #fff;
|
||
|
font-size: 28rpx;
|
||
|
left: 0;
|
||
|
padding: 10rpx;
|
||
|
position: fixed;
|
||
|
right: 0;
|
||
|
text-align: center;
|
||
|
top: 0;
|
||
|
transform: translateZ(0);
|
||
|
word-break: break-all;
|
||
|
z-index: 5000;
|
||
|
}
|
||
|
|
||
|
.weui-toptips_warn {
|
||
|
background-color: #e64340;
|
||
|
}
|
||
|
|
||
|
.weui-textarea {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.weui-textarea-counter {
|
||
|
color: #b2b2b2;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.weui-cell_warn,.weui-textarea-counter_warn {
|
||
|
color: #e64340;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview {
|
||
|
background-color: #fff;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview:before {
|
||
|
border-top: 1rpx solid #d9d9d9;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview:after,.weui-form-preview:before {
|
||
|
color: #d9d9d9;
|
||
|
content: " ";
|
||
|
height: 2rpx;
|
||
|
left: 0;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview:after {
|
||
|
border-bottom: 1rpx solid #d9d9d9;
|
||
|
bottom: 0;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__value {
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__value_in-hd {
|
||
|
font-size: 52rpx;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__hd {
|
||
|
line-height: 2.5em;
|
||
|
padding: 20rpx 30rpx;
|
||
|
position: relative;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__hd:after {
|
||
|
border-bottom: 1rpx solid #d9d9d9;
|
||
|
bottom: 0;
|
||
|
color: #d9d9d9;
|
||
|
content: " ";
|
||
|
height: 2rpx;
|
||
|
left: 0;
|
||
|
left: 30rpx;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__bd {
|
||
|
color: #999;
|
||
|
font-size: .9em;
|
||
|
line-height: 2;
|
||
|
padding: 20rpx 30rpx;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__ft {
|
||
|
display: flex;
|
||
|
line-height: 100rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__ft:after {
|
||
|
border-top: 1rpx solid #d5d5d6;
|
||
|
color: #d5d5d6;
|
||
|
content: " ";
|
||
|
height: 2rpx;
|
||
|
left: 0;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__item {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__label {
|
||
|
color: #999;
|
||
|
float: left;
|
||
|
margin-right: 1em;
|
||
|
min-width: 4em;
|
||
|
text-align: justify;
|
||
|
text-align-last: justify;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__value {
|
||
|
word-wrap: break-word;
|
||
|
display: block;
|
||
|
overflow: hidden;
|
||
|
word-break: normal;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__btn {
|
||
|
color: #3cc51f;
|
||
|
display: block;
|
||
|
flex: 1;
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__btn:after {
|
||
|
border-left: 1rpx solid #d5d5d6;
|
||
|
bottom: 0;
|
||
|
color: #d5d5d6;
|
||
|
content: " ";
|
||
|
left: 0;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
width: 2rpx;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__btn:first-child:after {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__btn_active {
|
||
|
background-color: #eee;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__btn_default {
|
||
|
color: #999;
|
||
|
}
|
||
|
|
||
|
.weui-form-preview__btn_primary {
|
||
|
color: #0bb20c;
|
||
|
}
|
||
|
|
||
|
.weui-cell_select {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.weui-select {
|
||
|
border-right: 1rpx solid #d9d9d9;
|
||
|
height: 2.58823529em;
|
||
|
line-height: 2.58823529em;
|
||
|
min-height: 2.58823529em;
|
||
|
padding-left: 30rpx;
|
||
|
padding-right: 60rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-select:before {
|
||
|
border-color: #c8c8cd;
|
||
|
border-style: solid;
|
||
|
border-width: 4rpx 4rpx 0 0;
|
||
|
content: " ";
|
||
|
display: inline-block;
|
||
|
height: 12rpx;
|
||
|
margin-top: -8rpx;
|
||
|
position: relative;
|
||
|
position: absolute;
|
||
|
right: 30rpx;
|
||
|
top: -4rpx;
|
||
|
top: 50%;
|
||
|
transform: matrix(.71,.71,-.71,.71,0,0);
|
||
|
width: 12rpx;
|
||
|
}
|
||
|
|
||
|
.weui-select_in-select-after {
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
|
||
|
.weui-cell__bd_in-select-before,.weui-cell__hd_in-select-after {
|
||
|
padding-left: 30rpx;
|
||
|
}
|
||
|
|
||
|
.weui-cell_vcode {
|
||
|
padding-right: 0;
|
||
|
}
|
||
|
|
||
|
.weui-vcode-btn,.weui-vcode-img {
|
||
|
height: 2.58823529em;
|
||
|
margin-left: 10rpx;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.weui-vcode-btn {
|
||
|
border-left: 2rpx solid #e5e5e5;
|
||
|
color: #3cc51f;
|
||
|
display: inline-block;
|
||
|
font-size: 34rpx;
|
||
|
line-height: 2.58823529em;
|
||
|
padding: 0 .6em 0 .7em;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.weui-vcode-btn:active {
|
||
|
color: #52a341;
|
||
|
}
|
||
|
|
||
|
.weui-cell_switch {
|
||
|
padding-bottom: 12rpx;
|
||
|
padding-top: 12rpx;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__hd {
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
padding-bottom: 20rpx;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__title {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__info {
|
||
|
color: #b2b2b2;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__bd {
|
||
|
margin-bottom: -8rpx;
|
||
|
margin-right: -18rpx;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__file {
|
||
|
float: left;
|
||
|
margin-bottom: 18rpx;
|
||
|
margin-right: 18rpx;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__img {
|
||
|
display: block;
|
||
|
height: 158rpx;
|
||
|
width: 158rpx;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__file_status {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__file_status:before {
|
||
|
background-color: rgba(0,0,0,.5);
|
||
|
bottom: 0;
|
||
|
content: " ";
|
||
|
left: 0;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__file-content {
|
||
|
color: #fff;
|
||
|
left: 50%;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
transform: translate(-50%,-50%);
|
||
|
}
|
||
|
|
||
|
.weui-uploader__input-box {
|
||
|
border: 2rpx solid #d9d9d9;
|
||
|
float: left;
|
||
|
height: 154rpx;
|
||
|
margin-bottom: 18rpx;
|
||
|
margin-right: 18rpx;
|
||
|
position: relative;
|
||
|
width: 154rpx;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__input-box:after,.weui-uploader__input-box:before {
|
||
|
background-color: #d9d9d9;
|
||
|
content: " ";
|
||
|
left: 50%;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
transform: translate(-50%,-50%);
|
||
|
}
|
||
|
|
||
|
.weui-uploader__input-box:before {
|
||
|
height: 79rpx;
|
||
|
width: 4rpx;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__input-box:after {
|
||
|
height: 4rpx;
|
||
|
width: 79rpx;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__input-box:active {
|
||
|
border-color: #999;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__input-box:active:after,.weui-uploader__input-box:active:before {
|
||
|
background-color: #999;
|
||
|
}
|
||
|
|
||
|
.weui-uploader__input {
|
||
|
height: 100%;
|
||
|
left: 0;
|
||
|
opacity: 0;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
.weui-article {
|
||
|
font-size: 30rpx;
|
||
|
padding: 40rpx 30rpx;
|
||
|
}
|
||
|
|
||
|
.weui-article__section {
|
||
|
margin-bottom: 1.5em;
|
||
|
}
|
||
|
|
||
|
.weui-article__h1 {
|
||
|
font-size: 36rpx;
|
||
|
font-weight: 400;
|
||
|
margin-bottom: .9em;
|
||
|
}
|
||
|
|
||
|
.weui-article__h2 {
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 400;
|
||
|
margin-bottom: .34em;
|
||
|
}
|
||
|
|
||
|
.weui-article__h3 {
|
||
|
font-size: 30rpx;
|
||
|
font-weight: 400;
|
||
|
margin-bottom: .34em;
|
||
|
}
|
||
|
|
||
|
.weui-article__p {
|
||
|
margin: 0 0 .8em;
|
||
|
}
|
||
|
|
||
|
.weui-msg {
|
||
|
padding-top: 72rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.weui-msg__link {
|
||
|
color: #586c94;
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
.weui-msg__icon-area {
|
||
|
margin-bottom: 60rpx;
|
||
|
}
|
||
|
|
||
|
.weui-msg__text-area {
|
||
|
margin-bottom: 50rpx;
|
||
|
padding: 0 40rpx;
|
||
|
}
|
||
|
|
||
|
.weui-msg__title {
|
||
|
font-size: 40rpx;
|
||
|
font-weight: 400;
|
||
|
margin-bottom: 10rpx;
|
||
|
}
|
||
|
|
||
|
.weui-msg__desc {
|
||
|
color: #999;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
|
||
|
.weui-msg__opr-area {
|
||
|
margin-bottom: 50rpx;
|
||
|
}
|
||
|
|
||
|
.weui-msg__extra-area {
|
||
|
color: #999;
|
||
|
font-size: 28rpx;
|
||
|
margin-bottom: 30rpx;
|
||
|
}
|
||
|
|
||
|
@media screen and (min-height:438px) {
|
||
|
.weui-msg__extra-area {
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
position: fixed;
|
||
|
text-align: center;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.weui-flex {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.weui-flex__item {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.weui-btn {
|
||
|
margin-top: 30rpx;
|
||
|
}
|
||
|
|
||
|
.weui-btn:first-child {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-btn-area {
|
||
|
margin: 1.17647059em 30rpx .3em;
|
||
|
}
|
||
|
|
||
|
.weui-agree {
|
||
|
display: block;
|
||
|
font-size: 26rpx;
|
||
|
padding: .5em 30rpx;
|
||
|
}
|
||
|
|
||
|
.weui-agree__text {
|
||
|
color: #999;
|
||
|
}
|
||
|
|
||
|
.weui-agree__link {
|
||
|
color: #586c94;
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
.weui-agree__checkbox {
|
||
|
left: -19998rpx;
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
.weui-agree__checkbox-icon {
|
||
|
background-color: #fff;
|
||
|
border: 2rpx solid #d1d1d1;
|
||
|
border-radius: 6rpx;
|
||
|
display: inline-block;
|
||
|
height: 22rpx;
|
||
|
position: relative;
|
||
|
top: 4rpx;
|
||
|
width: 22rpx;
|
||
|
}
|
||
|
|
||
|
.weui-agree__checkbox-icon-check {
|
||
|
left: 2rpx;
|
||
|
position: absolute;
|
||
|
top: 2rpx;
|
||
|
}
|
||
|
|
||
|
.weui-footer {
|
||
|
color: #999;
|
||
|
font-size: 28rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.weui-footer_fixed-bottom {
|
||
|
bottom: .52em;
|
||
|
left: 0;
|
||
|
position: fixed;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
.weui-footer__links {
|
||
|
font-size: 0;
|
||
|
}
|
||
|
|
||
|
.weui-footer__link {
|
||
|
color: #586c94;
|
||
|
display: inline-block;
|
||
|
font-size: 28rpx;
|
||
|
margin: 0 .62em;
|
||
|
position: relative;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
.weui-footer__link:before {
|
||
|
border-left: 1rpx solid #c7c7c7;
|
||
|
bottom: 0;
|
||
|
bottom: .36em;
|
||
|
color: #c7c7c7;
|
||
|
content: " ";
|
||
|
left: 0;
|
||
|
left: -.65em;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
top: .36em;
|
||
|
width: 2rpx;
|
||
|
}
|
||
|
|
||
|
.weui-footer__link:first-child:before {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.weui-footer__text {
|
||
|
font-size: 24rpx;
|
||
|
padding: 0 .34em;
|
||
|
}
|
||
|
|
||
|
.weui-grids {
|
||
|
border-left: 1rpx solid #d9d9d9;
|
||
|
border-top: 1rpx solid #d9d9d9;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.weui-grid {
|
||
|
border-bottom: 1rpx solid #d9d9d9;
|
||
|
border-right: 1rpx solid #d9d9d9;
|
||
|
box-sizing: border-box;
|
||
|
float: left;
|
||
|
padding: 40rpx 20rpx;
|
||
|
position: relative;
|
||
|
width: 33.33333333%;
|
||
|
}
|
||
|
|
||
|
.weui-grid_active {
|
||
|
background-color: #ececec;
|
||
|
}
|
||
|
|
||
|
.weui-grid__icon {
|
||
|
display: block;
|
||
|
height: 56rpx;
|
||
|
margin: 0 auto;
|
||
|
width: 56rpx;
|
||
|
}
|
||
|
|
||
|
.weui-grid__label {
|
||
|
color: #000;
|
||
|
display: block;
|
||
|
font-size: 28rpx;
|
||
|
margin-top: 10rpx;
|
||
|
overflow: hidden;
|
||
|
text-align: center;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.weui-loading {
|
||
|
animation: a 1s steps(12) infinite;
|
||
|
background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
|
||
|
background-size: 100%;
|
||
|
display: inline-block;
|
||
|
height: 40rpx;
|
||
|
margin: 0 10rpx;
|
||
|
vertical-align: middle;
|
||
|
width: 40rpx;
|
||
|
}
|
||
|
|
||
|
.weui-loading.weui-loading_transparent {
|
||
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect xmlns='http://www.w3.org/2000/svg' width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.56)' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.5)' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.43)' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.38)' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.32)' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.28)' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.25)' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.2)' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.17)' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.14)' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.1)' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.03)' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E");
|
||
|
}
|
||
|
|
||
|
@-webkit-keyframes a {
|
||
|
0% {
|
||
|
transform: rotate(0deg);
|
||
|
}
|
||
|
|
||
|
to {
|
||
|
transform: rotate(1turn);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@keyframes a {
|
||
|
0% {
|
||
|
transform: rotate(0deg);
|
||
|
}
|
||
|
|
||
|
to {
|
||
|
transform: rotate(1turn);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.weui-badge {
|
||
|
background-color: #e64340;
|
||
|
border-radius: 36rpx;
|
||
|
color: #fff;
|
||
|
display: inline-block;
|
||
|
font-size: 24rpx;
|
||
|
line-height: 1.2;
|
||
|
min-width: 16rpx;
|
||
|
padding: .15em .4em;
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.weui-badge_dot {
|
||
|
min-width: 0;
|
||
|
padding: .4em;
|
||
|
}
|
||
|
|
||
|
.weui-loadmore {
|
||
|
font-size: 28rpx;
|
||
|
line-height: 1.6em;
|
||
|
margin: 1.5em auto;
|
||
|
text-align: center;
|
||
|
width: 65%;
|
||
|
}
|
||
|
|
||
|
.weui-loadmore__tips {
|
||
|
display: inline-block;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.weui-loadmore_line {
|
||
|
border-top: 2rpx solid #e5e5e5;
|
||
|
margin-top: 2.4em;
|
||
|
}
|
||
|
|
||
|
.weui-loadmore__tips_in-line {
|
||
|
background-color: #fff;
|
||
|
color: #999;
|
||
|
padding: 0 .55em;
|
||
|
position: relative;
|
||
|
top: -.9em;
|
||
|
}
|
||
|
|
||
|
.weui-loadmore__tips_in-dot {
|
||
|
height: 1.6em;
|
||
|
padding: 0 .16em;
|
||
|
position: relative;
|
||
|
width: 8rpx;
|
||
|
}
|
||
|
|
||
|
.weui-loadmore__tips_in-dot:before {
|
||
|
background-color: #e5e5e5;
|
||
|
border-radius: 50%;
|
||
|
content: " ";
|
||
|
height: 8rpx;
|
||
|
left: 50%;
|
||
|
margin-left: -4rpx;
|
||
|
margin-top: -2rpx;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
width: 8rpx;
|
||
|
}
|
||
|
|
||
|
.weui-panel {
|
||
|
background-color: #fff;
|
||
|
margin-top: 20rpx;
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-panel:first-child {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-panel:before {
|
||
|
border-top: 1rpx solid #e5e5e5;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-panel:after,.weui-panel:before {
|
||
|
color: #e5e5e5;
|
||
|
content: " ";
|
||
|
height: 2rpx;
|
||
|
left: 0;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
.weui-panel:after {
|
||
|
border-bottom: 1rpx solid #e5e5e5;
|
||
|
bottom: 0;
|
||
|
}
|
||
|
|
||
|
.weui-panel__hd {
|
||
|
color: #999;
|
||
|
font-size: 26rpx;
|
||
|
padding: 28rpx 30rpx 20rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-panel__hd:after {
|
||
|
border-bottom: 1rpx solid #e5e5e5;
|
||
|
bottom: 0;
|
||
|
color: #e5e5e5;
|
||
|
content: " ";
|
||
|
height: 2rpx;
|
||
|
left: 0;
|
||
|
left: 30rpx;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
.weui-media-box {
|
||
|
padding: 30rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-media-box:before {
|
||
|
border-top: 1rpx solid #e5e5e5;
|
||
|
color: #e5e5e5;
|
||
|
content: " ";
|
||
|
height: 2rpx;
|
||
|
left: 0;
|
||
|
left: 30rpx;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-media-box:first-child:before {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.weui-media-box__title {
|
||
|
word-wrap: normal;
|
||
|
word-wrap: break-word;
|
||
|
font-size: 34rpx;
|
||
|
font-weight: 400;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
width: auto;
|
||
|
word-break: break-all;
|
||
|
}
|
||
|
|
||
|
.weui-media-box__desc {
|
||
|
-webkit-box-orient: vertical;
|
||
|
-webkit-line-clamp: 2;
|
||
|
color: #999;
|
||
|
display: -webkit-box;
|
||
|
font-size: 26rpx;
|
||
|
line-height: 1.2;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
.weui-media-box__info {
|
||
|
color: #cecece;
|
||
|
font-size: 26rpx;
|
||
|
line-height: 1em;
|
||
|
list-style: none;
|
||
|
margin-top: 30rpx;
|
||
|
overflow: hidden;
|
||
|
padding-bottom: 10rpx;
|
||
|
}
|
||
|
|
||
|
.weui-media-box__info__meta {
|
||
|
float: left;
|
||
|
padding-right: 1em;
|
||
|
}
|
||
|
|
||
|
.weui-media-box__info__meta_extra {
|
||
|
border-left: 2rpx solid #cecece;
|
||
|
padding-left: 1em;
|
||
|
}
|
||
|
|
||
|
.weui-media-box__title_in-text {
|
||
|
margin-bottom: 16rpx;
|
||
|
}
|
||
|
|
||
|
.weui-media-box_appmsg {
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.weui-media-box__thumb {
|
||
|
height: 100%;
|
||
|
vertical-align: top;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.weui-media-box__hd_in-appmsg {
|
||
|
height: 120rpx;
|
||
|
line-height: 120rpx;
|
||
|
margin-right: .8em;
|
||
|
text-align: center;
|
||
|
width: 120rpx;
|
||
|
}
|
||
|
|
||
|
.weui-media-box__bd_in-appmsg {
|
||
|
flex: 1;
|
||
|
min-width: 0;
|
||
|
}
|
||
|
|
||
|
.weui-media-box_small-appmsg {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.weui-cells_in-small-appmsg {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-cells_in-small-appmsg:before {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.weui-progress {
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.weui-progress__bar {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.weui-progress__opr {
|
||
|
font-size: 0;
|
||
|
margin-left: 30rpx;
|
||
|
}
|
||
|
|
||
|
.weui-navbar {
|
||
|
border-bottom: 1rpx solid #ccc;
|
||
|
display: flex;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
z-index: 500;
|
||
|
}
|
||
|
|
||
|
.weui-navbar__item {
|
||
|
display: block;
|
||
|
flex: 1;
|
||
|
font-size: 0;
|
||
|
padding: 26rpx 0;
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.weui-navbar__item.weui-bar__item_on {
|
||
|
color: #1aad19;
|
||
|
}
|
||
|
|
||
|
.weui-navbar__slider {
|
||
|
background-color: #1aad19;
|
||
|
bottom: 0;
|
||
|
content: " ";
|
||
|
height: 6rpx;
|
||
|
left: 0;
|
||
|
position: absolute;
|
||
|
transition: transform .3s;
|
||
|
transition: transform .3s,-webkit-transform .3s;
|
||
|
width: 6em;
|
||
|
}
|
||
|
|
||
|
.weui-navbar__title {
|
||
|
word-wrap: normal;
|
||
|
display: inline-block;
|
||
|
font-size: 30rpx;
|
||
|
max-width: 8em;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
.weui-tab {
|
||
|
height: 100%;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-tab__panel {
|
||
|
-webkit-overflow-scrolling: touch;
|
||
|
box-sizing: border-box;
|
||
|
height: 100%;
|
||
|
overflow: auto;
|
||
|
padding-top: 100rpx;
|
||
|
}
|
||
|
|
||
|
.weui-search-bar {
|
||
|
background-color: #efeff4;
|
||
|
border-bottom: 1rpx solid #d7d6dc;
|
||
|
border-top: 1rpx solid #d7d6dc;
|
||
|
box-sizing: border-box;
|
||
|
display: flex;
|
||
|
padding: 16rpx 20rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-icon-search {
|
||
|
font-size: inherit;
|
||
|
margin-right: 16rpx;
|
||
|
}
|
||
|
|
||
|
.weui-icon-search_in-box {
|
||
|
left: 20rpx;
|
||
|
position: absolute;
|
||
|
top: 14rpx;
|
||
|
}
|
||
|
|
||
|
.weui-search-bar__text {
|
||
|
display: inline-block;
|
||
|
font-size: 28rpx;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.weui-search-bar__form {
|
||
|
background: #fff;
|
||
|
border: 1rpx solid #e6e6ea;
|
||
|
border-radius: 10rpx;
|
||
|
flex: auto;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.weui-search-bar__box {
|
||
|
box-sizing: border-box;
|
||
|
padding-left: 60rpx;
|
||
|
padding-right: 60rpx;
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
.weui-search-bar__input {
|
||
|
font-size: 28rpx;
|
||
|
height: 56rpx;
|
||
|
line-height: 56rpx;
|
||
|
}
|
||
|
|
||
|
.weui-icon-clear {
|
||
|
font-size: 0;
|
||
|
padding: 14rpx 16rpx;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.weui-search-bar__label {
|
||
|
background: #fff;
|
||
|
border-radius: 6rpx;
|
||
|
bottom: 0;
|
||
|
color: #9b9b9b;
|
||
|
left: 0;
|
||
|
line-height: 56rpx;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
text-align: center;
|
||
|
top: 0;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.weui-search-bar__cancel-btn {
|
||
|
color: #09bb07;
|
||
|
line-height: 56rpx;
|
||
|
margin-left: 20rpx;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
._a {
|
||
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
page {
|
||
|
-webkit-tap-highlight-color: transparent;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family:font_family;src:url(data:application/vnd.ms-fontobject;base64,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GQqXKmg6j74DA76PdJkDA5l0dJoDA5oC/AS+j0FyLZUKGRMJliAkAQS+j4++PAOadHSaAwOadHSaAAAAAAIAAP/MA6YDNgAjAEYAAAEyFhQGByEOAQcRHgEXIT4BNxE+ATIWFREOAQchLgEnET4BNyUxFxYHFQYPAQ4BLgE/AQYHBhcUBiImNSY3NjcnJjY3NTYWAf8OEhIN/v8qOQIBOCsCASo5AgESGxIBXEX9/UVdAwJbRgIvcgcBARBnCBkWBAdHwWR0ARIbEwKKeuFRCAQKDBkDFhIbEgEBOCr9/ys5AgE4KwEBDhISDf8ARl0DAlxFAgJGXQIRmgoMAxMJjAoEEBkLYA5catwOEhIN939wDG4LGQgBBwMAAAAAAgAA/88DwwMxACYAMQAAAT4BFxYfAh4BBxUGDwEXFgYHIwYvAQcGJi8BJj8BJy4BPwE2PwIPAhcHNxcnNycB1wkjEQ4Hcv4TFgICC7grAxQTARAN5OMRIwoBBwMruA0BDAELD/+bAm/7tivh4Su2+wMTEgsIBw3nJQMdEwEPC7T9Ex4EAwd4eAgKEAIND/6zDiQPAQoDJaoE4CWy+nZ2+rIlAAABAAD/zwPDAzEAJwAAAQ8BBgcVBhYfAQcGHwEeAT8BFxY3MT4BLwE3NjcxNiYvAiYnJgYHAddy/hALDQENuCsDBwEJIxLj4w4QExUDK7gLAgIWE/5yBw4RIwkDE+YlAgsBDiUOs/0PDgERCgh4eAcDBB4T/bMLEBQdAyXmDgcICxIAAAAAABIA3gABAAAAAAAAABUAAAABAAAAAAABAAsAFQABAAAAAAACAAcAIAABAAAAAAADAAsAJwABAAAAAAAEAAsAMgABAAAAAAAFAAsAPQABAAAAAAAGAAsASAABAAAAAAAKACsAUwABAAAAAAALABMAfgADAAEECQAAACoAkQADAAEECQABABYAuwADAAEECQACAA4A0QADAAEECQADABYA3wADAAEECQAEABYA9QADAAEECQAFABYBCwADAAEECQAGABYBIQADAAEECQAKAFYBNwADAAEECQALACYBjQpDcmVhdGVkIGJ5IGljb25mb250CmZvbnRfZmFtaWx5UmVndWxhcmZvbnRfZmFtaWx5Zm9udF9mYW1pbHlWZXJzaW9uIDEuMGZvbnRfZmFtaWx5R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20ACgBDAHIAZQBhAHQAZQBkACAAYgB5ACAAaQBjAG8AbgBmAG8AbgB0AAoAZgBvAG4AdABfAGYAYQBtAGkAbAB5AFIAZQBnAHUAbABhAHIAZgBvAG4AdABfAGYAYQBtAGkAbAB5AGYAbwBuAHQAXwBmAGEAbQBpAGwAeQBWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAG4AdABfAGYAYQBtAGkAbAB5AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8AL
|
||
|
}
|
||
|
|
||
|
.font_family {
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
font-family: font_family!important;
|
||
|
font-size: 32rpx;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
.icon-icon_guanbi:before {
|
||
|
content: "\E73F";
|
||
|
}
|
||
|
|
||
|
.icon-icon_shoucangjia:before {
|
||
|
content: "\E740";
|
||
|
}
|
||
|
|
||
|
.icon-icon_daohangfanhui:before {
|
||
|
content: "\E73E";
|
||
|
}
|
||
|
|
||
|
.icon-icon_jiucuo:before {
|
||
|
content: "\E739";
|
||
|
}
|
||
|
|
||
|
.icon-icon_sousuo:before {
|
||
|
content: "\E73A";
|
||
|
}
|
||
|
|
||
|
.icon-icon_fenxiang:before {
|
||
|
content: "\E73B";
|
||
|
}
|
||
|
|
||
|
.icon-icon_weishoucang:before {
|
||
|
content: "\E73C";
|
||
|
}
|
||
|
|
||
|
.icon-icon_yishoucang:before {
|
||
|
content: "\E73D";
|
||
|
}
|
||
|
|
||
|
page {
|
||
|
font-family: PingFangSC-Regular;
|
||
|
font-size: 32rpx;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.font_family {
|
||
|
position: relative;
|
||
|
top: 4rpx;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
height: 100%;
|
||
|
padding-bottom: 100rpx;
|
||
|
}
|
||
|
|
||
|
.body,.content {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.body {
|
||
|
min-height: 100%;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
checkbox,radio {
|
||
|
transform: scale(.8);
|
||
|
}
|
||
|
|
||
|
._a:focus {
|
||
|
background: none;
|
||
|
}
|
||
|
|
||
|
.p_40 {
|
||
|
padding: 40rpx;
|
||
|
}
|
||
|
|
||
|
._button::after {
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
.header.data-v-9fb79f8a {
|
||
|
background: #fff;
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
z-index: 10005;
|
||
|
}
|
||
|
|
||
|
.title-bar.data-v-9fb79f8a {
|
||
|
font-size: 36rpx;
|
||
|
padding-left: 20rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.title-bar .title.data-v-9fb79f8a {
|
||
|
left: 50%;
|
||
|
position: absolute;
|
||
|
transform: translate(-50%);
|
||
|
}
|
||
|
|
||
|
.opt-back.data-v-9fb79f8a {
|
||
|
float: left;
|
||
|
font-size: 44rpx;
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|
||
|
.opt-back ._img.data-v-9fb79f8a {
|
||
|
height: 36rpx;
|
||
|
width: 36rpx;
|
||
|
}
|
||
|
|
||
|
.body.data-v-9fb79f8a {
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
.scroll-content.data-v-9fb79f8a {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.scroll-content .item.data-v-9fb79f8a {
|
||
|
border-bottom: 1rpx solid #eee;
|
||
|
height: 60rpx;
|
||
|
line-height: 60rpx;
|
||
|
}
|
||
|
|
||
|
.body .search.data-v-b33d9c3a {
|
||
|
margin-bottom: 28rpx;
|
||
|
padding: 20rpx 36rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.body .search .input.data-v-b33d9c3a {
|
||
|
background-color: #f5f5f5;
|
||
|
border-radius: 6rpx;
|
||
|
box-sizing: border-box;
|
||
|
color: #333;
|
||
|
display: inline-block;
|
||
|
height: 84rpx;
|
||
|
line-height: 84rpx;
|
||
|
margin-right: 22rpx;
|
||
|
padding-left: 90rpx;
|
||
|
vertical-align: middle;
|
||
|
width: 596rpx;
|
||
|
}
|
||
|
|
||
|
.body .search ._span.data-v-b33d9c3a {
|
||
|
color: #333;
|
||
|
display: inline-block;
|
||
|
font-size: 30rpx;
|
||
|
height: 84rpx;
|
||
|
line-height: 84rpx;
|
||
|
}
|
||
|
|
||
|
.body .search ._img.data-v-b33d9c3a {
|
||
|
height: 48rpx;
|
||
|
left: 60rpx;
|
||
|
position: absolute;
|
||
|
top: 44rpx;
|
||
|
width: 48rpx;
|
||
|
}
|
||
|
|
||
|
.body .search ._p.data-v-b33d9c3a {
|
||
|
color: #979797;
|
||
|
font-size: 30rpx;
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
|
||
|
.body .search ._p text.data-v-b33d9c3a {
|
||
|
color: #d5594e;
|
||
|
}
|
||
|
|
||
|
.body .result.data-v-b33d9c3a {
|
||
|
padding: 0 36rpx;
|
||
|
}
|
||
|
|
||
|
.body .result ._li.data-v-b33d9c3a {
|
||
|
border-bottom: 2rpx solid #f0f0f0;
|
||
|
box-sizing: border-box;
|
||
|
padding-bottom: 32rpx;
|
||
|
}
|
||
|
|
||
|
.body .result ._li .title.data-v-b33d9c3a {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
margin-bottom: 16rpx;
|
||
|
margin-top: 32rpx;
|
||
|
}
|
||
|
|
||
|
.body .result ._li .title ._h3.data-v-b33d9c3a {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.body .result ._li .title ._h3.data-v-b33d9c3a:first-child {
|
||
|
color: #333;
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|
||
|
.body .result ._li .title ._h3.data-v-b33d9c3a:last-child {
|
||
|
color: #a67d41;
|
||
|
font-size: 30rpx;
|
||
|
}
|
||
|
|
||
|
.body .result ._li ._p.data-v-b33d9c3a {
|
||
|
color: #1c1c1c;
|
||
|
font-size: 30rpx;
|
||
|
}
|
||
|
|
||
|
.body .result ._li ._p ._span.data-v-b33d9c3a,.body .result ._li ._p.data-v-b33d9c3a {
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.body .nothing.data-v-b33d9c3a {
|
||
|
color: #94674b;
|
||
|
height: 100rpx;
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.noPd.data-v-8842f10a {
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.p_m_100.data-v-8842f10a {
|
||
|
padding-bottom: 100rpx;
|
||
|
}
|