|
|
|
|
|
page {
|
|
|
background: #fff;
|
|
|
padding-bottom: 160rpx;
|
|
|
}
|
|
|
|
|
|
@charset "UTF-8";
|
|
|
/**
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
*
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
*
|
|
|
*/
|
|
|
/**
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
*
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
*/
|
|
|
/* 颜色变量 */
|
|
|
/* 行为相关颜色 */
|
|
|
/* 文字基本颜色 */
|
|
|
/* 背景颜色 */
|
|
|
/* 边框颜色 */
|
|
|
/* 尺寸变量 */
|
|
|
/* 文字尺寸 */
|
|
|
/* 图片尺寸 */
|
|
|
/* Border Radius */
|
|
|
/* 水平间距 */
|
|
|
/* 垂直间距 */
|
|
|
/* 透明度 */
|
|
|
/* 文章场景相关 */
|
|
|
.content.data-v-f48466f4 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-box-direction: normal;
|
|
|
-webkit-flex-direction: column;
|
|
|
flex-direction: column;
|
|
|
-webkit-box-align: center;
|
|
|
-webkit-align-items: center;
|
|
|
align-items: center;
|
|
|
-webkit-box-pack: center;
|
|
|
-webkit-justify-content: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.memberBanner.data-v-f48466f4 {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.memberBanner image.data-v-f48466f4 {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.joinBox.data-v-f48466f4 {
|
|
|
width: 100%;
|
|
|
padding: 30rpx;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
position: fixed;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
background: #fff;
|
|
|
-webkit-box-shadow: -5rpx 0px 20rpx rgba(0, 0, 0, 0.1);
|
|
|
box-shadow: -5rpx 0px 20rpx rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
|
.joinBox button.data-v-f48466f4 {
|
|
|
width: 100%;
|
|
|
height: 100rpx;
|
|
|
color: #fff;
|
|
|
font-size: 28rpx;
|
|
|
text-align: center;
|
|
|
line-height: 100rpx;
|
|
|
text-align: center;
|
|
|
background: #FF578A;
|
|
|
}
|
|
|
.popBox.data-v-f48466f4 {
|
|
|
background: #fff;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.shareIcon.data-v-f48466f4 {
|
|
|
position: fixed;
|
|
|
width: 136rpx;
|
|
|
height: 136rpx;
|
|
|
bottom: 150rpx;
|
|
|
right: 30rpx;
|
|
|
z-index: 9;
|
|
|
}
|
|
|
.shareIcon image.data-v-f48466f4 {
|
|
|
display: block;
|
|
|
width: 136rpx;
|
|
|
height: 136rpx;
|
|
|
}
|
|
|
.memberPop.data-v-f48466f4 {
|
|
|
background: #fff;
|
|
|
width: 100%;
|
|
|
position: fixed;
|
|
|
padding-bottom: 50rpx;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
}
|
|
|
.memberPop .title.data-v-f48466f4 {
|
|
|
font-size: 36rpx;
|
|
|
color: #000;
|
|
|
text-align: center;
|
|
|
padding: 25rpx 0;
|
|
|
}
|
|
|
.memberPop .i_close.data-v-f48466f4 {
|
|
|
display: block;
|
|
|
width: 38rpx;
|
|
|
height: 36rpx;
|
|
|
position: absolute;
|
|
|
top: 30rpx;
|
|
|
right: 30rpx;
|
|
|
}
|
|
|
.memberPop .cardOuter.data-v-f48466f4 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: justify;
|
|
|
-webkit-justify-content: space-between;
|
|
|
justify-content: space-between;
|
|
|
padding: 20rpx;
|
|
|
}
|
|
|
.memberPop .cardOuter .cardCol.data-v-f48466f4 {
|
|
|
width: 224rpx;
|
|
|
height: 156rpx;
|
|
|
border-radius: 8rpx;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
border: 2rpx solid #F5DFB5;
|
|
|
font-size: 28rpx;
|
|
|
color: #999;
|
|
|
text-align: center;
|
|
|
line-height: 2;
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-box-direction: normal;
|
|
|
-webkit-flex-direction: column;
|
|
|
flex-direction: column;
|
|
|
-webkit-box-pack: center;
|
|
|
-webkit-justify-content: center;
|
|
|
justify-content: center;
|
|
|
-webkit-box-align: center;
|
|
|
-webkit-align-items: center;
|
|
|
align-items: center;
|
|
|
-webkit-align-content: center;
|
|
|
align-content: center;
|
|
|
}
|
|
|
.memberPop .cardOuter .cardCol .cardTit.data-v-f48466f4 {
|
|
|
color: #333;
|
|
|
font-size: 32rpx;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
.memberPop .cardOuter .cardCol.cur.data-v-f48466f4 {
|
|
|
border: 2rpx solid #E40280;
|
|
|
-webkit-box-shadow: 0 0 15rpx rgba(228, 2, 128, 0.4);
|
|
|
box-shadow: 0 0 15rpx rgba(228, 2, 128, 0.4);
|
|
|
color: #FF578A;
|
|
|
}
|
|
|
.memberPop .cardOuter .cardCol.cur .cardTit.data-v-f48466f4 {
|
|
|
color: #FF578A;
|
|
|
}
|
|
|
.memberPop .buyNow.data-v-f48466f4 {
|
|
|
width: 500rpx;
|
|
|
height: 80rpx;
|
|
|
border-radius: 40rpx;
|
|
|
color: #fff;
|
|
|
font-size: 30rpx;
|
|
|
text-align: center;
|
|
|
line-height: 80rpx;
|
|
|
text-align: center;
|
|
|
background: #FF578A;
|
|
|
margin: 30rpx auto 0 auto;
|
|
|
}
|
|
|
.shareBox.data-v-f48466f4 {
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
.codeOuter.data-v-f48466f4 {
|
|
|
width: 100%;
|
|
|
height: 100vh;
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
padding-top: 13vh;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
|
}
|
|
|
.shareCon.data-v-f48466f4 {
|
|
|
width: 500rpx;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
}
|
|
|
.shareCon .code.data-v-f48466f4 {
|
|
|
width: 300rpx;
|
|
|
height: 300rpx;
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
margin-left: -150rpx;
|
|
|
top: 50%;
|
|
|
margin-top: -150rpx;
|
|
|
}
|
|
|
.shareBott.data-v-f48466f4 {
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: start;
|
|
|
-webkit-justify-content: flex-start;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.shareBott .shareCol.data-v-f48466f4 {
|
|
|
width: 50%;
|
|
|
height: 100rpx;
|
|
|
text-align: center;
|
|
|
line-height: 100rpx;
|
|
|
font-size: 30rpx;
|
|
|
background: #FF578A;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.shareBott .shareCol.data-v-f48466f4:first-child {
|
|
|
background: #e8e8e8;
|
|
|
color: #666;
|
|
|
}
|
|
|
|