361 lines
7.3 KiB
Plaintext
361 lines
7.3 KiB
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 这里是uni-app内置的常用样式变量
|
|||
|
*
|
|||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
*
|
|||
|
*/
|
|||
|
/**
|
|||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
*
|
|||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
*/
|
|||
|
/* 颜色变量 */
|
|||
|
/* 行为相关颜色 */
|
|||
|
/* 文字基本颜色 */
|
|||
|
/* 背景颜色 */
|
|||
|
/* 边框颜色 */
|
|||
|
/* 尺寸变量 */
|
|||
|
/* 文字尺寸 */
|
|||
|
/* 图片尺寸 */
|
|||
|
/* Border Radius */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
.content.data-v-57280228 {
|
|||
|
background: #f9f9f9;
|
|||
|
box-sizing: border-box;
|
|||
|
}
|
|||
|
.container.data-v-57280228 {
|
|||
|
width: 100%;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 10px;
|
|||
|
}
|
|||
|
.conttainer-top.data-v-57280228 {
|
|||
|
width: 100%;
|
|||
|
background-size: 100% 100%;
|
|||
|
position: relative;
|
|||
|
margin-bottom: 60px;
|
|||
|
}
|
|||
|
.top-title.data-v-57280228 {
|
|||
|
font-size: 26px;
|
|||
|
color: white;
|
|||
|
font-weight: bold;
|
|||
|
color: #FFFFFF;
|
|||
|
line-height: 25px;
|
|||
|
text-shadow: 0px 2px 0px #2F64CD;
|
|||
|
position: absolute;
|
|||
|
top: 120px;
|
|||
|
left: 20px;
|
|||
|
}
|
|||
|
.lan-gang.data-v-57280228 {
|
|||
|
width: 200px;
|
|||
|
height: 22px;
|
|||
|
background: #2F43F7;
|
|||
|
border-radius: 11px;
|
|||
|
align-items: center;
|
|||
|
display: flex;
|
|||
|
justify-content: space-around;
|
|||
|
position: absolute;
|
|||
|
top: 155px;
|
|||
|
left: 20px;
|
|||
|
color: white;
|
|||
|
}
|
|||
|
.lsiez.data-v-57280228 {
|
|||
|
font-size: 10px;
|
|||
|
display: flex;
|
|||
|
}
|
|||
|
.conttainer-jg.data-v-57280228 {
|
|||
|
width: 95%;
|
|||
|
border-radius: 6px;
|
|||
|
background: white;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 10px;
|
|||
|
height: 90px;
|
|||
|
margin: 0px auto;
|
|||
|
position: absolute;
|
|||
|
-webkit-transform: translate(-50%, -50%);
|
|||
|
transform: translate(-50%, -50%);
|
|||
|
left: 50%;
|
|||
|
bottom: -90px;
|
|||
|
display: flex;
|
|||
|
}
|
|||
|
.conttainer-cetr.data-v-57280228 {
|
|||
|
width: 95%;
|
|||
|
border-radius: 6px;
|
|||
|
background: white;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 10px;
|
|||
|
margin: 10px auto;
|
|||
|
}
|
|||
|
.jg-box.data-v-57280228 {
|
|||
|
width: 25%;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.jg-img.data-v-57280228 {
|
|||
|
width: 38px;
|
|||
|
height: 38px;
|
|||
|
margin: 5px auto;
|
|||
|
}
|
|||
|
.jg-img image.data-v-57280228 {
|
|||
|
width: 38px;
|
|||
|
height: 38px;
|
|||
|
}
|
|||
|
.jg-size.data-v-57280228 {
|
|||
|
font-size: 14px;
|
|||
|
}
|
|||
|
.conttainer-title.data-v-57280228 {
|
|||
|
font-size: 16px;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.conttainer-box.data-v-57280228 {
|
|||
|
width: 100%;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
background: #F3F6F9;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
border-radius: 8px;
|
|||
|
margin-top: 10px;
|
|||
|
}
|
|||
|
.c-box-box1.data-v-57280228 {
|
|||
|
width: 33%;
|
|||
|
height: 44px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.c-box-box2.data-v-57280228 {
|
|||
|
width: 33%;
|
|||
|
height: 44px;
|
|||
|
text-align: center;
|
|||
|
border-left: 1px solid #DDDDDD;
|
|||
|
border-right: 1px solid #DDDDDD;
|
|||
|
}
|
|||
|
.c-box-box3.data-v-57280228 {
|
|||
|
width: 33%;
|
|||
|
height: 44px;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.xblck.data-v-57280228 {
|
|||
|
font-size: 14px;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.dblck.data-v-57280228 {
|
|||
|
font-size: 20px;
|
|||
|
color: #333333;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.xred.data-v-57280228 {
|
|||
|
font-size: 14px;
|
|||
|
color: #ED2828;
|
|||
|
}
|
|||
|
.dred.data-v-57280228 {
|
|||
|
font-size: 20px;
|
|||
|
color: #ED2828;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.station.data-v-57280228 {
|
|||
|
width: 100%;
|
|||
|
height: 120px;
|
|||
|
background: url("http://47.95.206.185:83/centerbj.png") center no-repeat;
|
|||
|
background-size: 100% 100%;
|
|||
|
box-sizing: border-box;
|
|||
|
padding-top: 30px;
|
|||
|
}
|
|||
|
.station-box.data-v-57280228 {
|
|||
|
width: 100%;
|
|||
|
background-color: white;
|
|||
|
border-radius: 8px;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
margin: 15px auto;
|
|||
|
}
|
|||
|
.station-title.data-v-57280228 {
|
|||
|
font-size: 16px;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.bule-icon.data-v-57280228 {
|
|||
|
width: 85px;
|
|||
|
font-size: 12px;
|
|||
|
color: #333333;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 2px 2px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
border: 1px solid #FF9655;
|
|||
|
border-radius: 4px;
|
|||
|
margin: 5px 3px;
|
|||
|
}
|
|||
|
.dis-bt.data-v-57280228 {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
}
|
|||
|
.hui1.data-v-57280228 {
|
|||
|
color: #666666;
|
|||
|
font-size: 12px;
|
|||
|
margin: 5px auto;
|
|||
|
}
|
|||
|
.hui2.data-v-57280228 {
|
|||
|
color: #999999;
|
|||
|
font-size: 12px;
|
|||
|
margin: 5px auto;
|
|||
|
}
|
|||
|
.lananniu.data-v-57280228 {
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 3px 10px;
|
|||
|
border-radius: 12px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
font-size: 14px;
|
|||
|
color: #E02020;
|
|||
|
}
|
|||
|
.tabs.data-v-57280228 {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
height: 44px;
|
|||
|
}
|
|||
|
.scrollbox.data-v-57280228 {
|
|||
|
display: flex;
|
|||
|
}
|
|||
|
.scrollbox-imgs.data-v-57280228 {
|
|||
|
width: 195px;
|
|||
|
height: 100px;
|
|||
|
border-radius: 4px;
|
|||
|
background-color: #195ADA;
|
|||
|
margin: 0px 10px;
|
|||
|
}
|
|||
|
.juanniu.data-v-57280228 {
|
|||
|
height: 36px;
|
|||
|
background: linear-gradient(90deg, #FF7302 0%, #FF5210 100%);
|
|||
|
border-radius: 42px;
|
|||
|
justify-content: center;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
color: white;
|
|||
|
margin-top: 20px;
|
|||
|
}
|
|||
|
.anniuprp.data-v-57280228 {
|
|||
|
width: 130px;
|
|||
|
height: 36px;
|
|||
|
background: linear-gradient(180deg, #FF6D3A 0%, #FF327A 100%);
|
|||
|
box-shadow: inset 0px 0px 6px 3px rgba(255, 255, 255, 0.25);
|
|||
|
border-radius: 18px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
color: white;
|
|||
|
margin: 0 auto;
|
|||
|
}
|
|||
|
._jgbox.data-v-57280228 {
|
|||
|
width: 100%;
|
|||
|
background: #fff;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 0px 15px;
|
|||
|
display: flex;
|
|||
|
flex-wrap: wrap;
|
|||
|
margin: 10px auto;
|
|||
|
}
|
|||
|
.title-img.data-v-57280228 {
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.title-img image.data-v-57280228 {
|
|||
|
height: 30px;
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
._gbox.data-v-57280228 {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
._ns.data-v-57280228 {
|
|||
|
width: 33%;
|
|||
|
text-align: center;
|
|||
|
margin: 10px auto;
|
|||
|
}
|
|||
|
._yjbox.data-v-57280228 {
|
|||
|
width: 100%;
|
|||
|
background: #fff;
|
|||
|
box-sizing: border-box;
|
|||
|
}
|
|||
|
._bgox.data-v-57280228 {
|
|||
|
width: 25%;
|
|||
|
text-align: center;
|
|||
|
font-size: 14px;
|
|||
|
color: #333333;
|
|||
|
margin: 10px auto;
|
|||
|
}
|
|||
|
._bgox image.data-v-57280228 {
|
|||
|
width: 50px;
|
|||
|
height: 50px;
|
|||
|
}
|
|||
|
._lv.data-v-57280228 {
|
|||
|
color: #6DD400 !important;
|
|||
|
}
|
|||
|
._red.data-v-57280228 {
|
|||
|
color: #E02020 !important;
|
|||
|
}
|
|||
|
._tbox.data-v-57280228 {
|
|||
|
border-radius: 10px;
|
|||
|
background: #fff;
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
._btop.data-v-57280228 {
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
border-bottom: 1px solid #EEEEEE;
|
|||
|
text-align: center;
|
|||
|
font-weight: 600;
|
|||
|
font-size: 14px;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
._bbox.data-v-57280228 {
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
font-weight: 400;
|
|||
|
font-size: 14px;
|
|||
|
color: #333333;
|
|||
|
line-height: 18px;
|
|||
|
}
|
|||
|
.b_title.data-v-57280228 {
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.b-cen.data-v-57280228 {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
}
|
|||
|
._d_anniu.data-v-57280228 {
|
|||
|
width: 90px;
|
|||
|
height: 30px;
|
|||
|
border-radius: 15px;
|
|||
|
border: 1px solid #FF9655;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
color: #FF9655;
|
|||
|
margin-right: 20px;
|
|||
|
}
|
|||
|
._s_anniu.data-v-57280228 {
|
|||
|
width: 90px;
|
|||
|
height: 30px;
|
|||
|
border-radius: 15px;
|
|||
|
border: 1px solid #FF9655;
|
|||
|
background: #FF9655;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
|