365 lines
7.4 KiB
Plaintext
365 lines
7.4 KiB
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 这里是uni-app内置的常用样式变量
|
|||
|
*
|
|||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
*
|
|||
|
*/
|
|||
|
/**
|
|||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
*
|
|||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
*/
|
|||
|
/* 颜色变量 */
|
|||
|
/* 行为相关颜色 */
|
|||
|
/* 文字基本颜色 */
|
|||
|
/* 背景颜色 */
|
|||
|
/* 边框颜色 */
|
|||
|
/* 尺寸变量 */
|
|||
|
/* 文字尺寸 */
|
|||
|
/* 图片尺寸 */
|
|||
|
/* Border Radius */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
image.data-v-5c09a0bc {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.lantong.data-v-5c09a0bc {
|
|||
|
background-color: #0D2E8D !important;
|
|||
|
color: white;
|
|||
|
}
|
|||
|
.lan-box.data-v-5c09a0bc {
|
|||
|
font-size: 14px;
|
|||
|
margin: 5px 10px;
|
|||
|
padding: 5px;
|
|||
|
box-sizing: border-box;
|
|||
|
background-color: #F4F4F4;
|
|||
|
border-radius: 4px;
|
|||
|
}
|
|||
|
.warp-box.data-v-5c09a0bc {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
flex-wrap: wrap;
|
|||
|
}
|
|||
|
.content.data-v-5c09a0bc {
|
|||
|
box-sizing: border-box;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
background: #F4F4F4;
|
|||
|
}
|
|||
|
.top-heder.data-v-5c09a0bc {
|
|||
|
width: 100%;
|
|||
|
background: white;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 5px 15px;
|
|||
|
padding-top: 45px;
|
|||
|
padding-bottom: 15px;
|
|||
|
margin-bottom: 10px;
|
|||
|
}
|
|||
|
.t-title.data-v-5c09a0bc {
|
|||
|
font-size: 17px;
|
|||
|
font-weight: bold;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.t-left.data-v-5c09a0bc {
|
|||
|
width: 10%;
|
|||
|
}
|
|||
|
.t-you.data-v-5c09a0bc {
|
|||
|
height: 100%;
|
|||
|
width: 10%;
|
|||
|
}
|
|||
|
.x-box.data-v-5c09a0bc {
|
|||
|
width: 95%;
|
|||
|
margin: 10px auto;
|
|||
|
background: #FFFFFF;
|
|||
|
border-radius: 8px;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 10px;
|
|||
|
background: white;
|
|||
|
}
|
|||
|
.bottomx.data-v-5c09a0bc {
|
|||
|
margin: 0 auto;
|
|||
|
width: 225px;
|
|||
|
height: 46px;
|
|||
|
border-radius: 6px 6px 6px 6px;
|
|||
|
opacity: 1;
|
|||
|
border: 1px solid #0D2E8D;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
color: #0D2E8D;
|
|||
|
}
|
|||
|
.bottomxx.data-v-5c09a0bc {
|
|||
|
position: fixed;
|
|||
|
right: 10px;
|
|||
|
bottom: 150px;
|
|||
|
width: 46px;
|
|||
|
height: 46px;
|
|||
|
border-radius: 50%;
|
|||
|
opacity: 1;
|
|||
|
border: 1px solid #0D2E8D;
|
|||
|
background: #0D2E8D;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
color: white;
|
|||
|
}
|
|||
|
.touxiang.data-v-5c09a0bc {
|
|||
|
width: 50px;
|
|||
|
height: 50px;
|
|||
|
border-radius: 50%;
|
|||
|
overflow: hidden;
|
|||
|
margin: 10px auto;
|
|||
|
}
|
|||
|
.sanniu.data-v-5c09a0bc {
|
|||
|
width: 105px;
|
|||
|
height: 35px;
|
|||
|
background: #0D2E8D;
|
|||
|
border-radius: 50px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #FFFFFF;
|
|||
|
line-height: 15px;
|
|||
|
margin: 0 auto;
|
|||
|
}
|
|||
|
.xiamxia.data-v-5c09a0bc {
|
|||
|
width: 30%;
|
|||
|
height: 30px;
|
|||
|
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
|
|||
|
border-radius: 50px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #FFFFFF;
|
|||
|
line-height: 15px;
|
|||
|
margin: 15px auto;
|
|||
|
}
|
|||
|
.annniu.data-v-5c09a0bc {
|
|||
|
width: 90%;
|
|||
|
height: 45px;
|
|||
|
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
|
|||
|
border-radius: 50px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #FFFFFF;
|
|||
|
line-height: 15px;
|
|||
|
margin: 15px auto;
|
|||
|
}
|
|||
|
.banniu.data-v-5c09a0bc {
|
|||
|
width: 20%;
|
|||
|
height: 30px;
|
|||
|
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
|
|||
|
border-radius: 50px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #FFFFFF;
|
|||
|
}
|
|||
|
.box-dis.data-v-5c09a0bc {
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.shop-img.data-v-5c09a0bc {
|
|||
|
width: 125px;
|
|||
|
height: 125px;
|
|||
|
border-radius: 8px;
|
|||
|
overflow: hidden;
|
|||
|
margin-right: 10px;
|
|||
|
}
|
|||
|
.dis-hui.data-v-5c09a0bc {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #999999;
|
|||
|
margin-bottom: 5px;
|
|||
|
}
|
|||
|
.times.data-v-5c09a0bc {
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #999999;
|
|||
|
margin-left: 25px;
|
|||
|
}
|
|||
|
.h-title.data-v-5c09a0bc {
|
|||
|
font-size: 16px;
|
|||
|
font-weight: bold;
|
|||
|
color: #333333;
|
|||
|
margin-bottom: 5px;
|
|||
|
}
|
|||
|
.box-top.data-v-5c09a0bc {
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
border-bottom: 1px solid #EEEEEE;
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-around;
|
|||
|
}
|
|||
|
.t-input.data-v-5c09a0bc {
|
|||
|
width: 90%;
|
|||
|
margin: 20px auto;
|
|||
|
border: 1px solid #0D2E8D;
|
|||
|
border-radius: 6px;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 2px 5px;
|
|||
|
}
|
|||
|
.on-input.data-v-5c09a0bc {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
align-items: center;
|
|||
|
margin: 15px auto;
|
|||
|
}
|
|||
|
.on-inputx.data-v-5c09a0bc {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
margin: 15px auto;
|
|||
|
}
|
|||
|
.bottom-input.data-v-5c09a0bc {
|
|||
|
border-top: 1px solid #F4F4F4;
|
|||
|
box-sizing: border-box;
|
|||
|
padding-top: 20px;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
.o-left.data-v-5c09a0bc {
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #666666;
|
|||
|
}
|
|||
|
.o-right.data-v-5c09a0bc {
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.o-zui.data-v-5c09a0bc {
|
|||
|
font-size: 20px;
|
|||
|
font-weight: 500;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.popup-box.data-v-5c09a0bc {
|
|||
|
overflow: hidden;
|
|||
|
border-radius: 8px;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
width: 100%;
|
|||
|
background-color: white;
|
|||
|
}
|
|||
|
.sousuo.data-v-5c09a0bc {
|
|||
|
width: 95%;
|
|||
|
margin: 0 auto;
|
|||
|
margin-left: 0px;
|
|||
|
height: 30px;
|
|||
|
background: #F0F0F0;
|
|||
|
border-radius: 50px;
|
|||
|
color: #999999;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 0 10px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
}
|
|||
|
.sousuo input.data-v-5c09a0bc {
|
|||
|
width: 80%;
|
|||
|
}
|
|||
|
.list-box.data-v-5c09a0bc {
|
|||
|
width: 100%;
|
|||
|
height: 300px;
|
|||
|
overflow: hidden;
|
|||
|
box-sizing: border-box;
|
|||
|
}
|
|||
|
.list_scroll.data-v-5c09a0bc {
|
|||
|
height: 100%;
|
|||
|
display: flex;
|
|||
|
flex-direction: column;
|
|||
|
}
|
|||
|
.list-qiu.data-v-5c09a0bc {
|
|||
|
width: 95%;
|
|||
|
border-bottom: 1px solid #EEEEEE;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 10px 5px;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.tel.data-v-5c09a0bc {
|
|||
|
margin-left: 5px;
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #666666;
|
|||
|
}
|
|||
|
.bd-tel.data-v-5c09a0bc {
|
|||
|
width: 100%;
|
|||
|
border-top: 1px solid #EEEEEE;
|
|||
|
box-sizing: border-box;
|
|||
|
padding-top: 10px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
color: #0D2E8D;
|
|||
|
}
|
|||
|
.imgs-warp.data-v-5c09a0bc {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
margin-top: 10px;
|
|||
|
}
|
|||
|
.imgss.data-v-5c09a0bc {
|
|||
|
width: 32%;
|
|||
|
height: 110px;
|
|||
|
overflow: hidden;
|
|||
|
}
|
|||
|
.imgss image.data-v-5c09a0bc {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.anniu.data-v-5c09a0bc {
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 2px 10px;
|
|||
|
margin: 0px 10px;
|
|||
|
border: 1px solid #0D2E8D;
|
|||
|
border-radius: 23px;
|
|||
|
font-size: 15px;
|
|||
|
color: #0D2E8D;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
}
|
|||
|
.an.data-v-5c09a0bc {
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 2px 10px;
|
|||
|
margin: 0px 10px;
|
|||
|
background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%) !important;
|
|||
|
border-radius: 23px;
|
|||
|
font-size: 15px;
|
|||
|
color: white !important;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
}
|
|||
|
|