货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

597 lines
14 KiB

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.u-status-bar[data-v-eb8e0cdd] {
width: 100%;
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
uni-view[data-v-ac70166d], uni-scroll-view[data-v-ac70166d], uni-swiper-item[data-v-ac70166d] {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
@font-face {
font-family: "uicon-iconfont";
src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
}
.u-icon[data-v-ac70166d] {
display: flex;
align-items: center;
}
.u-icon--left[data-v-ac70166d] {
flex-direction: row-reverse;
align-items: center;
}
.u-icon--right[data-v-ac70166d] {
flex-direction: row;
align-items: center;
}
.u-icon--top[data-v-ac70166d] {
flex-direction: column-reverse;
justify-content: center;
}
.u-icon--bottom[data-v-ac70166d] {
flex-direction: column;
justify-content: center;
}
.u-icon__icon[data-v-ac70166d] {
font-family: uicon-iconfont;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
}
.u-icon__icon--primary[data-v-ac70166d] {
color: #3c9cff;
}
.u-icon__icon--success[data-v-ac70166d] {
color: #5ac725;
}
.u-icon__icon--error[data-v-ac70166d] {
color: #f56c6c;
}
.u-icon__icon--warning[data-v-ac70166d] {
color: #f9ae3d;
}
.u-icon__icon--info[data-v-ac70166d] {
color: #909399;
}
.u-icon__img[data-v-ac70166d] {
height: auto;
will-change: transform;
}
.u-icon__label[data-v-ac70166d] {
line-height: 1;
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[data-v-f631659b] {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
.u-navbar--fixed[data-v-f631659b] {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 11;
}
.u-navbar__content[data-v-f631659b] {
display: flex;
flex-direction: row;
align-items: center;
height: 44px;
background-color: #9acafc;
position: relative;
justify-content: center;
}
.u-navbar__content__left[data-v-f631659b], .u-navbar__content__right[data-v-f631659b] {
padding: 0 13px;
position: absolute;
top: 0;
bottom: 0;
display: flex;
flex-direction: row;
align-items: center;
}
.u-navbar__content__left[data-v-f631659b] {
left: 0;
}
.u-navbar__content__left--hover[data-v-f631659b] {
opacity: 0.7;
}
.u-navbar__content__left__text[data-v-f631659b] {
font-size: 15px;
margin-left: 3px;
}
.u-navbar__content__title[data-v-f631659b] {
text-align: center;
font-size: 16px;
color: #303133;
}
.u-navbar__content__right[data-v-f631659b] {
right: 0;
}
.u-navbar__content__right__text[data-v-f631659b] {
font-size: 15px;
margin-left: 3px;
}
.select_wrap[data-v-7a3666ce] {
width: 7.5rem;
height: 2rem;
box-sizing: border-box;
display: inline-block;
position: relative;
}
.select_wrap .select_input[data-v-7a3666ce] {
-webkit-appearance: none;
background-color: #F5F5F6;
background-image: none;
border-radius: 0.3125rem;
border: 0.03125rem solid #EEEEEE;
color: #092C4D;
font-size: inherit;
display: flex;
align-items: center;
outline: none;
padding: 0 0.3125rem;
height: 2rem;
box-sizing: border-box;
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
width: 100%;
padding-right: 0.3125rem;
}
.select_wrap .select_input .input_info[data-v-7a3666ce] {
font-size: 0.875rem;
width: 100%;
height: 100%;
margin-left: 0.3125rem;
}
.select_wrap .select_input .input_info .text_tips[data-v-7a3666ce] {
height: 100%;
color: #092C4D;
font-size: 0.875rem;
}
.select_wrap .select_input .icon_arrow[data-v-7a3666ce] {
position: absolute;
width: 1.5625rem;
height: 2rem;
right: 0;
top: 0;
text-align: center;
color: #c0c4cc;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
z-index: 999;
}
.select_wrap .select_input .icon_arrow .arrow[data-v-7a3666ce] {
width: 0.5625rem;
height: 0.5625rem;
background-color: transparent;
/* 模块背景为透明 */
border-color: #c0c4cc;
border-style: solid;
border-width: 0.03125rem 0.03125rem 0 0;
transition: all 0.3s;
box-sizing: border-box;
/*箭头方向可以自由切换角度*/
}
.select_wrap .select_input .icon_arrow .arrow_down[data-v-7a3666ce] {
transform: rotate(-45deg);
margin-top: 0.15625rem;
}
.select_wrap .select_input .icon_arrow .arrow_up[data-v-7a3666ce] {
transform: rotate(135deg);
margin-top: -0.15625rem;
}
.select_wrap .select_input .icon_arrow .arrow-clear[data-v-7a3666ce] {
width: 0.84375rem;
height: 0.84375rem;
border: 0.03125rem solid #c0c4cc;
color: #c0c4cc;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.8125rem;
}
.select_wrap .select_input .icon_arrow .arrow-clear > uni-image[data-v-7a3666ce] {
width: 0.65625rem;
height: 0.65625rem;
}
.select_wrap .select_input_select[data-v-7a3666ce] {
border-color: #D3832A80;
}
.select_modal_con[data-v-7a3666ce] {
width: 100%;
transform-origin: center top;
z-index: 2062;
position: absolute;
top: 1.25rem;
left: 0;
border: 0.03125rem solid #e4e7ed;
border-radius: 0.125rem;
background-color: #fff;
box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
box-sizing: border-box;
margin-top: 1.25rem;
}
.select_modal_con .cons_arrow[data-v-7a3666ce] {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
top: -0.1875rem;
left: 10%;
margin-right: 0.09375rem;
border-top-width: 0;
border-bottom-color: #ebeef5;
}
.select_modal_con .cons_arrow[data-v-7a3666ce]:after {
content: " ";
border-width: 0.1875rem;
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
margin-left: -0.1875rem;
border-top-width: 0;
border-bottom-color: #fff;
}
.select_modal[data-v-7a3666ce] {
overflow: scroll;
}
.select_modal .select_content[data-v-7a3666ce] {
list-style: none;
padding: 0.375rem 0;
margin: 0;
box-sizing: border-box;
}
.select_modal .select_content .select_content_li[data-v-7a3666ce] {
font-size: 0.875rem;
padding: 0.25rem 0.5625rem;
position: relative;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #606266;
display: flex;
align-items: center;
justify-content: flex-start;
box-sizing: border-box;
cursor: pointer;
}
.select_modal .select_content .select_content_li.selected[data-v-7a3666ce] {
color: #D3832A90;
font-weight: 700;
background-color: #f5f7fa;
}
.select_modal .select_content .select_content_li[data-v-7a3666ce]:hover {
background-color: #f5f7fa;
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.butlur {
width: 6.25rem !important;
height: 2rem !important;
background: #D3832A;
border-radius: 0.25rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
font-weight: 400;
color: #FFFFFF;
}
.xialaxz {
display: flex;
flex-direction: column;
}
.xialaxz > uni-view {
display: flex;
align-items: flex-start;
justify-content: space-between;
border-top: 0.03125rem solid #00000010;
padding: 0.625rem 0;
box-sizing: border-box;
font-size: 0.875rem;
color: #092C4D;
}
.xialaxz > uni-view > uni-view {
word-wrap: break-word;
word-break: break-all;
margin-right: 0.625rem;
}
.xialaxz > uni-view > uni-view:nth-last-child(1) {
margin-right: 0;
}
.tabtip {
display: flex;
align-items: center;
justify-content: space-between;
}
.tabtip > uni-view {
width: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
font-size: 1rem;
font-weight: 400;
color: #90A0AF;
}
.tabtip > uni-view > uni-view {
height: 2.5rem;
border-bottom: 0.25rem solid #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
.tabtip .xz {
color: #D3832A;
border-bottom: 0.25rem solid #D3832A;
}
.scve {
width: 100%;
height: 62.2vh;
margin-top: 0.625rem;
}
.scve .mabx {
display: flex;
flex-direction: column;
align-items: center;
}
.scve .mabx > .itec {
width: 21.4375rem;
background: #FFFFFF;
border-radius: 0.25rem;
padding: 1.125rem 0.75rem;
box-sizing: border-box;
position: relative;
margin-bottom: 0.625rem;
}
.scve .mabx > .itec:nth-last-child(1) {
margin-bottom: 0;
}
.scve .mabx > .itec > .contenbx1 {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 0.875rem;
color: #092C4D;
margin-bottom: 0.625rem;
}
.scve .mabx > .itec > .contenbx1:nth-last-child(1) {
margin-bottom: 0;
}
.scve .mabx > .itec > .contenbx1 > uni-view {
flex: 1;
}
.scve .mabx > .itec .tip {
position: absolute;
right: 0;
top: 0;
width: 3rem;
height: 1.5rem;
border-radius: 0 0.25rem 0 0.25rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.75rem;
}
.scve .mabx > .itec .tp1 {
background-color: #0086F120;
color: #0086F1;
}
.scve .mabx > .itec .tp2 {
background-color: #F8544B20;
color: #F8544B;
}
.scve .mabx > .itec .tp3 {
background-color: #FA8C1620;
color: #FA8C16;
}
.hdstop {
width: 100%;
padding: 1.0625rem 1rem;
background-color: #fff;
box-sizing: border-box;
font-size: 0.875rem;
font-weight: 400;
color: #092C4D;
}
.hdstop > .khxb {
display: flex;
align-items: flex-start;
margin-bottom: 1.25rem;
flex-wrap: wrap;
}
.hdstop > .khxb > uni-view {
width: 50%;
margin-bottom: 0.625rem;
}
.hdstop > .tps {
display: flex;
align-items: center;
justify-content: space-around;
}
.hdstop > .tps > uni-view {
display: flex;
align-items: center;
flex-direction: column;
}
.hdstop > .tps > uni-view:nth-of-type(1) > uni-view:nth-of-type(2) {
color: #092C4D;
}
.hdstop > .tps > uni-view:nth-of-type(2) > uni-view:nth-of-type(2) {
color: #0086F1;
}
.hdstop > .tps > uni-view:nth-of-type(3) > uni-view:nth-of-type(2) {
color: #3AD8BC;
}
.hdstop > .tps > uni-view:nth-of-type(4) > uni-view:nth-of-type(2) {
color: #FA8C16;
}
.hdstop > .tps > uni-view > uni-view:nth-of-type(2) {
font-size: 1.125rem;
font-weight: 400;
margin-top: 0.625rem;
}
.scinp {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.375rem 1rem;
box-sizing: border-box;
background-color: #ffffff;
border-top: 0.09375rem solid #EEEEEE;
}
.scinp > uni-view:nth-of-type(1) {
font-size: 0.875rem;
font-weight: 400;
color: #092C4D;
}
.scinp .inputs {
width: 8.625rem;
height: 2rem;
background: #F5F5F6;
border-radius: 0.25rem;
opacity: 1;
border: 0.0625rem solid #EEEEEE;
padding: 0.3125rem;
box-sizing: border-box;
font-size: 0.75rem;
font-weight: 400;
color: #AFB4BA;
}
.scinp .inputs > uni-input {
flex: 1;
font-size: 0.75rem;
color: #092C4D;
}
.scinp .btscan {
width: 4rem;
height: 2rem;
background: #D3832A;
border-radius: 0.25rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
font-weight: 400;
color: #FFFFFF;
}