194 lines
4.0 KiB
Plaintext
194 lines
4.0 KiB
Plaintext
![]() |
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 这里是uni-app内置的常用样式变量
|
|||
|
*
|
|||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
*
|
|||
|
*/
|
|||
|
/**
|
|||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
*
|
|||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
*/
|
|||
|
/* 颜色变量 */
|
|||
|
/* 行为相关颜色 */
|
|||
|
/* 文字基本颜色 */
|
|||
|
/* 背景颜色 */
|
|||
|
/* 边框颜色 */
|
|||
|
/* 尺寸变量 */
|
|||
|
/* 文字尺寸 */
|
|||
|
/* 图片尺寸 */
|
|||
|
/* Border Radius */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
.container.data-v-5bb97a18 {
|
|||
|
width: 100%;
|
|||
|
height: calc(100vh);
|
|||
|
background-color: #F6F6F6;
|
|||
|
background-size: 100% 100%;
|
|||
|
box-sizing: border-box;
|
|||
|
padding-bottom: 15px;
|
|||
|
}
|
|||
|
.c-top.data-v-5bb97a18 {
|
|||
|
width: 100%;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
padding-top: 15%;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
align-items: center;
|
|||
|
background-color: white;
|
|||
|
}
|
|||
|
.c-title.data-v-5bb97a18 {
|
|||
|
font-size: 18px;
|
|||
|
color: black;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.c-tap.data-v-5bb97a18 {
|
|||
|
width: 100%;
|
|||
|
height: 40px;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
display: flex;
|
|||
|
background-color: white;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.tap-box.data-v-5bb97a18 {
|
|||
|
width: 33%;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.gang.data-v-5bb97a18 {
|
|||
|
height: 4px;
|
|||
|
background: #0D2E8D;
|
|||
|
width: 50%;
|
|||
|
margin: 0px auto;
|
|||
|
}
|
|||
|
.lan.data-v-5bb97a18 {
|
|||
|
color: #0D2E8D;
|
|||
|
}
|
|||
|
.ail.data-v-5bb97a18 {
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
}
|
|||
|
.bjimg.data-v-5bb97a18 {
|
|||
|
width: 255px;
|
|||
|
height: 236px;
|
|||
|
margin: 0px auto;
|
|||
|
margin-top: 100px;
|
|||
|
}
|
|||
|
.bjimg image.data-v-5bb97a18 {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.coupon.data-v-5bb97a18 {
|
|||
|
width: 100%;
|
|||
|
height: 100px;
|
|||
|
background: url("http://www.nuoyunr.com/lananRsc/quanbg.png") center no-repeat;
|
|||
|
background-size: 100% 100%;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
position: relative;
|
|||
|
overflow: hidden;
|
|||
|
}
|
|||
|
.c-left.data-v-5bb97a18 {
|
|||
|
width: 60%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.c-right.data-v-5bb97a18 {
|
|||
|
width: 40%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.paragraph.data-v-5bb97a18 {
|
|||
|
width: 100%;
|
|||
|
color: #333333;
|
|||
|
font-size: 38rpx;
|
|||
|
font-weight: 700;
|
|||
|
text-align: left;
|
|||
|
margin: 15px 0px;
|
|||
|
}
|
|||
|
.text.data-v-5bb97a18 {
|
|||
|
overflow-wrap: break-word;
|
|||
|
color: #686868;
|
|||
|
font-size: 24rpx;
|
|||
|
font-weight: NaN;
|
|||
|
text-align: left;
|
|||
|
white-space: nowrap;
|
|||
|
line-height: 24rpx;
|
|||
|
}
|
|||
|
.ju.data-v-5bb97a18 {
|
|||
|
width: 100%;
|
|||
|
text-align: center;
|
|||
|
overflow-wrap: break-word;
|
|||
|
color: #ff861b;
|
|||
|
font-size: 50rpx;
|
|||
|
font-weight: 700;
|
|||
|
white-space: nowrap;
|
|||
|
line-height: 50rpx;
|
|||
|
margin-top: 20px;
|
|||
|
}
|
|||
|
.ysj.data-v-5bb97a18 {
|
|||
|
position: absolute;
|
|||
|
top: 0px;
|
|||
|
left: 0px;
|
|||
|
background-color: #ffb351;
|
|||
|
border-radius: 6px 0px 6px 0px;
|
|||
|
width: 100rpx;
|
|||
|
height: 44rpx;
|
|||
|
text-align: center;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.q-box.data-v-5bb97a18 {
|
|||
|
width: 100%;
|
|||
|
height: 82px;
|
|||
|
background: #FFFFFF;
|
|||
|
border-radius: 8px;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 10px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
margin-bottom: 10px;
|
|||
|
}
|
|||
|
.dix.data-v-5bb97a18 {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.qimg.data-v-5bb97a18 {
|
|||
|
width: 60px;
|
|||
|
height: 60px;
|
|||
|
margin-right: 10px;
|
|||
|
}
|
|||
|
.qimg image.data-v-5bb97a18 {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.q-title.data-v-5bb97a18 {
|
|||
|
font-size: 16px;
|
|||
|
font-weight: bold;
|
|||
|
color: #333333;
|
|||
|
margin-bottom: 20px;
|
|||
|
}
|
|||
|
.q-hui.data-v-5bb97a18 {
|
|||
|
font-size: 13px;
|
|||
|
font-weight: 400;
|
|||
|
color: #666666;
|
|||
|
}
|
|||
|
.ju.data-v-5bb97a18 {
|
|||
|
font-size: 30px;
|
|||
|
font-weight: 400;
|
|||
|
color: #FF571A;
|
|||
|
margin-bottom: 0px;
|
|||
|
}
|
|||
|
.xju.data-v-5bb97a18 {
|
|||
|
font-size: 14px;
|
|||
|
font-weight: 400;
|
|||
|
color: #FF571A;
|
|||
|
}
|
|||
|
|