162 lines
3.9 KiB
Plaintext
162 lines
3.9 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.index.data-v-3d96f56a {
|
||
height: 100vh;
|
||
background: url("https://pfapi.86698.cn/static/images/bg.png") no-repeat left top #D8231C;
|
||
background-size: 100% 100%;
|
||
position: fixed;
|
||
left: 0;
|
||
top: 0;
|
||
width: 100%;
|
||
overflow: auto;
|
||
}
|
||
.index .navRight.data-v-3d96f56a {
|
||
width: 144rpx;
|
||
height: 46rpx;
|
||
background: rgba(0, 0, 0, 0.1);
|
||
border-radius: 40rpx 0rpx 0rpx 40rpx;
|
||
padding-left: 20rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.index .navRight uni-text.data-v-3d96f56a {
|
||
font-size: 24rpx;
|
||
color: #fff;
|
||
}
|
||
.index .navRight uni-image.data-v-3d96f56a {
|
||
width: 10rpx;
|
||
height: 17rpx;
|
||
margin-left: 4rpx;
|
||
}
|
||
.index .t2.data-v-3d96f56a {
|
||
width: 540rpx;
|
||
height: 62rpx;
|
||
background-image: url("https://pfapi.86698.cn/static/images/k1.png");
|
||
background-size: 100% 100%;
|
||
}
|
||
.index .tagr.data-v-3d96f56a {
|
||
width: 159rpx;
|
||
height: 44rpx;
|
||
background: linear-gradient(180deg, #FFF9DE 0%, #FFD96E 100%);
|
||
border-radius: 22rpx 0rpx 0rpx 22rpx;
|
||
}
|
||
.index .banner.data-v-3d96f56a {
|
||
display: block;
|
||
width: 586rpx;
|
||
height: 93rpx;
|
||
margin: 20rpx auto 40rpx;
|
||
}
|
||
.index .title.data-v-3d96f56a {
|
||
text-align: center;
|
||
font-size: 48rpx;
|
||
font-weight: bold;
|
||
color: #fff;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.index .btn.data-v-3d96f56a {
|
||
width: 596rpx;
|
||
height: 120rpx;
|
||
background: url("https://pfapi.86698.cn/static/images/zhi.png") no-repeat center;
|
||
background-size: 596rpx 120rpx;
|
||
margin: 40rpx auto 35rpx;
|
||
font-size: 40rpx;
|
||
color: #BF3100;
|
||
font-weight: bold;
|
||
}
|
||
.index .mk.data-v-3d96f56a {
|
||
background-image: url("https://pfapi.86698.cn/static/images/mk.png");
|
||
background-size: 100% 100%;
|
||
width: 550rpx;
|
||
height: 900rpx;
|
||
}
|
||
.index .mk2.data-v-3d96f56a {
|
||
background-image: url("https://pfapi.86698.cn/static/images/zj.png");
|
||
background-size: 100% 100%;
|
||
width: 494rpx;
|
||
height: 684rpx;
|
||
}
|
||
.index .mask.data-v-3d96f56a {
|
||
background: rgba(0, 0, 0, 0.6);
|
||
width: 100%;
|
||
height: 100vh;
|
||
position: fixed;
|
||
left: 0;
|
||
top: 0;
|
||
z-index: 10;
|
||
}
|
||
.index .marquee.data-v-3d96f56a {
|
||
width: 100%;
|
||
align-items: center;
|
||
color: #3a3a3a;
|
||
display: flex;
|
||
box-sizing: border-box;
|
||
overflow: hidden;
|
||
}
|
||
.index .marquee_title.data-v-3d96f56a {
|
||
padding: 0 20px;
|
||
height: 21px;
|
||
font-size: 14px;
|
||
border-right: 1px solid #d8d8d8;
|
||
align-items: center;
|
||
}
|
||
.index .marquee_box.data-v-3d96f56a {
|
||
display: block;
|
||
position: relative;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
margin: 0 auto;
|
||
height: 500rpx;
|
||
}
|
||
.index .marquee_list.data-v-3d96f56a {
|
||
display: block;
|
||
position: absolute;
|
||
top: 0;
|
||
left: 50%;
|
||
-webkit-transform: translate(-50%);
|
||
transform: translate(-50%);
|
||
width: calc(100% - 150rpx);
|
||
}
|
||
.index .marquee_top.data-v-3d96f56a {
|
||
transition: all 1s;
|
||
margin-top: -53px;
|
||
}
|
||
.index .tips.data-v-3d96f56a {
|
||
padding: 30rpx 30rpx;
|
||
}
|
||
.index .tips .til.data-v-3d96f56a {
|
||
font-size: 28rpx;
|
||
color: #fff;
|
||
margin-bottom: 30rpx;
|
||
}
|
||
.index .tips .text.data-v-3d96f56a {
|
||
line-height: 1.6;
|
||
margin-bottom: 10rpx;
|
||
font-size: 26rpx;
|
||
color: #fff;
|
||
}
|
||
|