@charset "UTF-8";
|
|
/**
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
*/
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.line-orange.data-v-489d37c9 {
|
|
width: 8rpx;
|
|
height: 32rpx;
|
|
background: #ff7a31;
|
|
border-radius: 4rpx;
|
|
}
|
|
.se-bgc-ffd.data-v-489d37c9 {
|
|
background-color: #FFDFDB;
|
|
}
|
|
/* fix uview */
|
|
uni-modal.data-v-489d37c9 {
|
|
z-index: 9999;
|
|
}
|
|
uni-modal .uni-modal.data-v-489d37c9 {
|
|
max-width: 600rpx;
|
|
width: 600rpx;
|
|
border-radius: 15.38rpx;
|
|
padding: 20rpx 20rpx 50rpx 20rpx;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__hd.data-v-489d37c9 {
|
|
font-weight: 500;
|
|
padding: 20rpx 10rpx 30rpx 10rpx;
|
|
color: #666666;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__hd .uni-modal__title.data-v-489d37c9 {
|
|
font-size: 32rpx;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__bd.data-v-489d37c9 {
|
|
padding: 0rpx 10rpx 60rpx 10rpx;
|
|
color: #000000;
|
|
line-height: 38rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__ft.data-v-489d37c9 {
|
|
height: 70rpx;
|
|
line-height: 65rpx;
|
|
padding: 0rpx 20rpx 0rpx 20rpx;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__ft .uni-modal__btn.data-v-489d37c9 {
|
|
font-size: 24rpx;
|
|
border: 2rpx solid #1678ff;
|
|
color: #1678ff;
|
|
border-radius: 12rpx;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__ft .uni-modal__btn.data-v-489d37c9::after {
|
|
border-left: 0px solid #ffffff;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__ft .uni-modal__btn_default.data-v-489d37c9 {
|
|
color: #1678ff !important;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__ft .uni-modal__btn_primary.data-v-489d37c9 {
|
|
color: #ffffff !important;
|
|
background-color: #1678ff;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__ft .uni-modal__btn + .uni-modal__btn.data-v-489d37c9 {
|
|
margin-left: 30rpx;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__ft.data-v-489d37c9:after {
|
|
border-top: 0rpx solid #fff;
|
|
}
|
|
uni-modal .uni-modal .uni-modal__textarea.data-v-489d37c9 {
|
|
margin: 20rpx;
|
|
font-size: 14px;
|
|
height: 140px;
|
|
border-radius: 10px;
|
|
background: #f5f5f5;
|
|
}
|
|
page.data-v-489d37c9 {
|
|
font-size: 28rpx;
|
|
}
|
|
.c-flex-align.data-v-489d37c9 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.c-flex-center.data-v-489d37c9 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.filter-wrapper.data-v-489d37c9 {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
background-color: #f5f5f5;
|
|
left: 0;
|
|
width: 750rpx;
|
|
z-index: 999;
|
|
}
|
|
.filter-wrapper .inner-wrapper .navs.data-v-489d37c9 {
|
|
position: relative;
|
|
height: 80rpx;
|
|
padding: 0 40rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-bottom: 2rpx solid #f5f6f9;
|
|
color: #000;
|
|
z-index: 999;
|
|
box-sizing: border-box;
|
|
}
|
|
.filter-wrapper .inner-wrapper .navs > view.data-v-489d37c9 {
|
|
flex: 1;
|
|
height: 100%;
|
|
flex-direction: row;
|
|
z-index: 999;
|
|
}
|
|
.filter-wrapper .inner-wrapper .navs .date.data-v-489d37c9 {
|
|
justify-content: flex-end;
|
|
}
|
|
.filter-wrapper .inner-wrapper .navs .actNav.data-v-489d37c9 {
|
|
color: #FF7A31;
|
|
font-weight: bold;
|
|
}
|
|
.filter-wrapper .inner-wrapper .mask.data-v-489d37c9 {
|
|
z-index: 666;
|
|
position: fixed;
|
|
top: calc(25px + 44px);
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: #f5f5f5;
|
|
transition: background-color 0.15s linear;
|
|
}
|
|
.filter-wrapper .inner-wrapper .mask.show.data-v-489d37c9 {
|
|
background-color: transparent;
|
|
}
|
|
.filter-wrapper .inner-wrapper .mask.hide.data-v-489d37c9 {
|
|
display: none;
|
|
}
|
|
.filter-wrapper .inner-wrapper .popup.data-v-489d37c9 {
|
|
position: relative;
|
|
max-height: 500rpx;
|
|
background-color: #f5f5f5;
|
|
border-bottom-left-radius: 20rpx;
|
|
border-bottom-right-radius: 20rpx;
|
|
overflow: scroll;
|
|
z-index: 999;
|
|
transition: all 1s linear;
|
|
opacity: 0;
|
|
display: none;
|
|
}
|
|
.filter-wrapper .inner-wrapper .popup .item-opt.data-v-489d37c9 {
|
|
height: 100rpx;
|
|
padding: 0 40rpx;
|
|
color: #111111;
|
|
border-bottom: 2rpx solid #f6f6f6;
|
|
}
|
|
.filter-wrapper .inner-wrapper .popup .actOpt.data-v-489d37c9 {
|
|
color: #FF7A31;
|
|
font-weight: bold;
|
|
position: relative;
|
|
}
|
|
.filter-wrapper .inner-wrapper .popup .actOpt.data-v-489d37c9::after {
|
|
content: '✓';
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
position: absolute;
|
|
right: 40rpx;
|
|
}
|
|
.filter-wrapper .inner-wrapper .popupShow.data-v-489d37c9 {
|
|
display: block;
|
|
opacity: 1;
|
|
}
|
|
.filter-wrapper .icon-triangle.data-v-489d37c9 {
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|