/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.info-page.data-v-8c99bd1d {
|
|
min-height: 100vh;
|
|
background: linear-gradient(to right, #9be48f, #42dfc2);
|
|
padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx);
|
|
}
|
|
.header.data-v-8c99bd1d {
|
|
background: linear-gradient(to right, #9be48f, #42dfc2);
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.header .nav-bar.data-v-8c99bd1d {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 88rpx;
|
|
padding-top: var(--status-bar-height);
|
|
}
|
|
.header .nav-bar .title.data-v-8c99bd1d {
|
|
font-family: DingTalk JinBuTi;
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-size: 50rpx;
|
|
line-height: 100%;
|
|
letter-spacing: 0%;
|
|
vertical-align: bottom;
|
|
color: #333;
|
|
margin-left: 10%;
|
|
}
|
|
.header .nav-bar .back-icon.data-v-8c99bd1d, .header .nav-bar .more-icon.data-v-8c99bd1d {
|
|
width: 88rpx;
|
|
height: 88rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.header .nav-bar .back-icon .iconfont.data-v-8c99bd1d, .header .nav-bar .more-icon .iconfont.data-v-8c99bd1d {
|
|
font-size: 40rpx;
|
|
color: #333;
|
|
}
|
|
.header .feature-tags.data-v-8c99bd1d {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
margin-top: 10rpx;
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
border-radius: 20rpx;
|
|
background: linear-gradient(to right, #9be48f, #42dfc2);
|
|
}
|
|
.header .feature-tags .tag.data-v-8c99bd1d {
|
|
border-radius: 30rpx;
|
|
padding: 12rpx 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.header .feature-tags .tag .check.data-v-8c99bd1d {
|
|
color: #4CAF50;
|
|
margin-right: 8rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.header .feature-tags .tag text.data-v-8c99bd1d {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
.content.data-v-8c99bd1d {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
background: linear-gradient(to bottom, #eaffe6, 6%, #fcfffb);
|
|
border-radius: 40rpx;
|
|
}
|
|
.content .page-title.data-v-8c99bd1d {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.content .section.data-v-8c99bd1d {
|
|
border-radius: 20rpx;
|
|
padding: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.content .section .section-header.data-v-8c99bd1d {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.content .section .section-header .title.data-v-8c99bd1d {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
.content .section .section-header .tag.data-v-8c99bd1d {
|
|
margin-left: 20rpx;
|
|
padding: 4rpx 16rpx;
|
|
border-radius: 8rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.content .section .section-header .tag.free.data-v-8c99bd1d {
|
|
background: #fff0d2;
|
|
color: #df8155;
|
|
border: 1px solid #de835a;
|
|
}
|
|
.content .section .section-header .tag.paid.data-v-8c99bd1d {
|
|
background: #fff0d2;
|
|
color: #df8155;
|
|
border: 1px solid #de835a;
|
|
}
|
|
.content .section .description.data-v-8c99bd1d {
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
line-height: 140%;
|
|
letter-spacing: 0%;
|
|
color: #666;
|
|
line-height: 1.6;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.content .section .points.data-v-8c99bd1d {
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
line-height: 140%;
|
|
letter-spacing: 0%;
|
|
}
|
|
.content .section .points .point.data-v-8c99bd1d {
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.content .section .points .point.data-v-8c99bd1d:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.content .section .points .point .point-content.data-v-8c99bd1d {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
line-height: 1.6;
|
|
}
|
|
.content .bottom-note.data-v-8c99bd1d {
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
line-height: 140%;
|
|
letter-spacing: 0%;
|
|
color: #666;
|
|
line-height: 1.6;
|
|
text-align: center;
|
|
margin: 30rpx 0;
|
|
}
|
|
.qrcode-area.data-v-8c99bd1d {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 40rpx 0;
|
|
}
|
|
.qrcode-area .qrcode.data-v-8c99bd1d {
|
|
width: 240rpx;
|
|
height: 240rpx;
|
|
background: #fff;
|
|
padding: 20rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.bottom-btns.data-v-8c99bd1d {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 20rpx 40rpx;
|
|
padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background: #fff;
|
|
box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
|
|
}
|
|
.bottom-btns .btn.data-v-8c99bd1d {
|
|
flex: 1;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
text-align: center;
|
|
border-radius: 44rpx;
|
|
font-size: 32rpx;
|
|
margin: 0 10rpx;
|
|
border: none;
|
|
}
|
|
.bottom-btns .btn.apply-btn.data-v-8c99bd1d {
|
|
background: #f5f5f5;
|
|
}
|
|
.bottom-btns .btn.upgrade-btn.data-v-8c99bd1d {
|
|
background: linear-gradient(to right, #9be48f, #42dfc2);
|
|
color: #fff;
|
|
}
|