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.

222 lines
5.7 KiB

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