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.
185 lines
4.2 KiB
185 lines
4.2 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.about.data-v-52ed05fc {
|
|
min-height: 100vh;
|
|
background: url(https://www.lijkj.cn/static/bg3.png) center top no-repeat;
|
|
background-size: 100% auto;
|
|
overflow: hidden;
|
|
padding: 0 25rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.about-navbar.data-v-52ed05fc {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 12;
|
|
width: 100%;
|
|
background: url(https://www.lijkj.cn/static/bg3.png) center top no-repeat;
|
|
background-size: 100% auto;
|
|
}
|
|
.about-banner.data-v-52ed05fc {
|
|
width: 100%;
|
|
min-height: 280rpx;
|
|
margin: 0 auto;
|
|
margin-top: 10rpx;
|
|
}
|
|
.about-banner image.data-v-52ed05fc {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.about-tip.data-v-52ed05fc {
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #222222;
|
|
margin-top: 30rpx;
|
|
text-align: center;
|
|
}
|
|
.about .btns.data-v-52ed05fc {
|
|
width: 220rpx;
|
|
line-height: 80rpx;
|
|
background: #32303E;
|
|
border-radius: 80rpx;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
margin: 30rpx auto;
|
|
text-align: center;
|
|
}
|
|
.about-gift.data-v-52ed05fc {
|
|
width: 100%;
|
|
height: 314rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
margin: 0 auto;
|
|
margin-top: 20rpx;
|
|
text-align: center;
|
|
}
|
|
.about-gift .txt.data-v-52ed05fc {
|
|
width: 100%;
|
|
height: 150rpx;
|
|
background: #FAF7F0;
|
|
border-radius: 10rpx;
|
|
border: 1px solid #32303E;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.about-gift .txt .desc.data-v-52ed05fc {
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #D80C0C;
|
|
margin-top: 20rpx;
|
|
}
|
|
.about-gift .txt .desc text.data-v-52ed05fc {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-left: 20rpx;
|
|
-webkit-text-decoration-line: line-through;
|
|
text-decoration-line: line-through;
|
|
}
|
|
.about-gift .btn.data-v-52ed05fc {
|
|
width: 220rpx;
|
|
line-height: 80rpx;
|
|
background: #32303E;
|
|
border-radius: 80rpx;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
margin: 0 auto;
|
|
margin-top: 25rpx;
|
|
}
|
|
.about-gift image.data-v-52ed05fc {
|
|
width: 228rpx;
|
|
height: 170rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.about-gift .title.data-v-52ed05fc {
|
|
font-weight: 500;
|
|
font-size: 36rpx;
|
|
color: #222222;
|
|
}
|
|
.about-menu.data-v-52ed05fc {
|
|
width: 100%;
|
|
min-height: 180rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
margin: 0 auto;
|
|
margin-top: 20rpx;
|
|
}
|
|
.about-menu .title.data-v-52ed05fc {
|
|
font-weight: 500;
|
|
font-size: 36rpx;
|
|
color: #222222;
|
|
}
|
|
.about-menu .desc.data-v-52ed05fc {
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
line-height: 42rpx;
|
|
overflow: hidden;
|
|
margin-top: 20rpx;
|
|
}
|
|
.about-menu .list.data-v-52ed05fc {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
margin-top: 30rpx;
|
|
}
|
|
.about-menu .list .item.data-v-52ed05fc {
|
|
width: 200rpx;
|
|
height: 156rpx;
|
|
background: #FAF7F0;
|
|
border-radius: 10rpx;
|
|
border: 1px solid #FAF7F0;
|
|
text-align: center;
|
|
display: inline-block;
|
|
padding: 25rpx;
|
|
box-sizing: border-box;
|
|
margin-left: 20rpx;
|
|
}
|
|
.about-menu .list .item.data-v-52ed05fc:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.about-menu .list .item .a.data-v-52ed05fc {
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #222222;
|
|
white-space: initial;
|
|
}
|
|
.about-menu .list .item .b.data-v-52ed05fc {
|
|
font-weight: 500;
|
|
font-size: 36rpx;
|
|
color: #D80C0C;
|
|
margin-top: 5rpx;
|
|
}
|
|
.about-menu .list .item-on.data-v-52ed05fc {
|
|
border: 1px solid #32303E;
|
|
}
|
|
|
|
|