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.

276 lines
6.9 KiB

4 years ago
page{overflow: hidden;}
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.content.data-v-69245246 {
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;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
}
.shareMain.data-v-69245246 {
width: 600rpx;
height: 840rpx;
position: absolute;
top: 70rpx;
left: 50%;
margin-left: -300rpx;
}
.shareBox.data-v-69245246 {
position: fixed;
width: 100%;
height: 230rpx;
background: #fff;
left: 0;
bottom: 0;
border-radius: 24rpx 24rpx 0px 0px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-align-content: center;
align-content: center;
}
.shareBox .iconfont.data-v-69245246 {
position: absolute;
font-size: 50rpx;
color: #B2B2B2;
right: 30rpx;
top: 30rpx;
}
.shareBox .shareCol.data-v-69245246 {
text-align: center;
font-size: 24rpx;
font-weight: 400;
color: #333333;
}
.shareBox .shareCol image.data-v-69245246 {
width: 96rpx;
height: 96rpx;
margin-bottom: 16rpx;
}
.posterBg.data-v-69245246 {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: 99;
}
.posterBox.data-v-69245246 {
position: relative;
z-index: 100;
}
.posterBox .title.data-v-69245246 {
font-size: 40rpx;
color: #FFFFFF;
text-align: center;
margin: 40rpx 0;
}
.posterBox .posterCon.data-v-69245246 {
position: relative;
width: 560rpx;
height: 662rpx;
margin: 0 auto;
}
.posterBox .posterCon .conBg.data-v-69245246 {
position: absolute;
width: 560rpx;
height: 662rpx;
left: 50%;
margin-left: -280rpx;
top: 0;
z-index: 888;
}
.posterBox .posterCon .con.data-v-69245246 {
position: relative;
z-index: 999;
}
.posterBox .posterCon .con .banner.data-v-69245246 {
width: 560rpx;
height: 260rpx;
border-radius: 22rpx 22rpx 0px 0px;
overflow: hidden;
}
.posterBox .posterCon .con .banner image.data-v-69245246 {
display: block;
width: 560rpx;
height: 260rpx;
border-radius: 22rpx 22rpx 0px 0px;
}
.posterBox .posterCon .con .info.data-v-69245246 {
padding: 20rpx 36rpx;
min-height: 230rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.posterBox .posterCon .con .info .subTit.data-v-69245246 {
font-size: 30rpx;
font-weight: 500;
color: #333333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.posterBox .posterCon .con .info .detail.data-v-69245246 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-top: 10rpx;
}
.posterBox .posterCon .con .info .detail .detail_l.data-v-69245246 {
width: 70%;
}
.posterBox .posterCon .con .info .detail .detail_l .infoCol.data-v-69245246 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
color: #999;
font-size: 24rpx;
line-height: 1.8;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-align-content: center;
align-content: center;
}
.posterBox .posterCon .con .info .detail .detail_l .infoCol .date image.data-v-69245246 {
width: 23rpx;
height: 23rpx;
display: inline-block;
margin-right: 12rpx;
}
.posterBox .posterCon .con .info .detail .detail_l .infoCol .address.data-v-69245246 {
overflow: hidden;
vertical-align: middle;
}
.posterBox .posterCon .con .info .detail .detail_l .infoCol .address .icon.data-v-69245246 {
width: 23rpx;
height: 23rpx;
display: block;
float: left;
margin-top: 6rpx;
}
.posterBox .posterCon .con .info .detail .detail_l .infoCol .address .icon image.data-v-69245246 {
width: 23rpx;
height: 23rpx;
display: block;
}
.posterBox .posterCon .con .info .detail .detail_l .infoCol .address text.data-v-69245246 {
padding-left: 36rpx;
display: block;
}
.posterBox .posterCon .con .info .detail .price.data-v-69245246 {
font-size: 36rpx;
font-weight: 500;
text-align: right;
}
.posterBox .posterCon .con .info .detail .price text.data-v-69245246 {
font-size: 24rpx;
}
.posterBox .posterCon .infoBot.data-v-69245246 {
position: relative;
padding: 0 35rpx;
}
.posterBox .posterCon .infoBot .userInfo.data-v-69245246 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-align-content: center;
align-content: center;
}
.posterBox .posterCon .infoBot .userInfo .photo.data-v-69245246 {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
}
.posterBox .posterCon .infoBot .userInfo .photo image.data-v-69245246 {
display: block;
width: 100rpx;
height: 100rpx;
border-radius: 50%;
}
.posterBox .posterCon .infoBot .userInfo .title.data-v-69245246 {
margin-left: 29rpx;
text-align: left;
}
.posterBox .posterCon .infoBot .userInfo .title text.data-v-69245246 {
font-size: 28rpx;
font-weight: 400;
color: #333333;
display: block;
line-height: 1.5;
}
.posterBox .posterCon .infoBot .qr.data-v-69245246 {
width: 130rpx;
height: 130rpx;
background: #FFFFFF;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10rpx;
right: 40rpx;
top: 50%;
margin-top: -78rpx;
position: absolute;
}
.posterBox .posterCon .infoBot .qr image.data-v-69245246 {
display: block;
width: 110rpx;
height: 110rpx;
}