@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
page {
|
background-color: #f6f6f6;
|
}
|
.item-wrap {
|
padding: 22rpx;
|
box-sizing: border-box;
|
height: 369rpx;
|
border-radius: 30rpx;
|
box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.3);
|
}
|
.item-wrap-box {
|
padding: 0rpx 20rpx 35rpx 20rpx;
|
height: 100%;
|
color: rgba(255, 255, 255, 0.7);
|
}
|
.privilege-image {
|
width: 108rpx;
|
height: 108rpx;
|
margin-bottom: 24rpx;
|
}
|
.text-title {
|
font-size: 32rpx;
|
font-weight: 800;
|
line-height: 60rpx;
|
text-align: center;
|
margin-bottom: 10rpx;
|
position: relative;
|
}
|
.text-title::after {
|
content: '';
|
position: absolute;
|
left: 0;
|
right: 0;
|
top: 0;
|
bottom: 0;
|
margin: auto;
|
width: 320rpx;
|
height: 4rpx;
|
z-index: 0;
|
background-color: #e2d7c4;
|
}
|
.text-title .bg-white {
|
position: relative;
|
z-index: 1;
|
padding: 0 10rpx;
|
}
|
.subcard {
|
width: 670rpx;
|
height: 224rpx;
|
margin: 0 auto;
|
padding: 20rpx;
|
box-sizing: border-box;
|
font-size: 38rpx;
|
color: #ccab7b;
|
}
|
.subbtn {
|
width: 150rpx;
|
height: 58rpx;
|
background-color: #b3985d;
|
color: #FFFFFF;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
font-weight: 600;
|
font-size: 28rpx;
|
border-radius: 8rpx;
|
}
|
.f52 {
|
font-size: 52rpx;
|
}
|
.buy-btn-box {
|
position: fixed;
|
width: 100%;
|
left: 0;
|
bottom: 0;
|
z-index: 98;
|
}
|
.buy-btn {
|
height: 80rpx;
|
line-height: 80rpx;
|
background-color: #ccab7b;
|
border-radius: 80rpx;
|
overflow: hidden;
|
}
|
.buy-btn text:first-child {
|
background-color: #342E25;
|
color: #ccab7b;
|
}
|
.item-wrap-box-image {
|
width: 50rpx;
|
height: 50rpx;
|
margin: 50rpx auto 20rpx auto;
|
opacity: 0.8;
|
}
|
.swiper-list {
|
display: flex;
|
}
|
.coupon-item {
|
width: 530rpx;
|
margin-right: 20rpx;
|
height: 140rpx;
|
}
|
.head-card {
|
background-color: #000000;
|
height: 344rpx;
|
}
|
.card-bottom {
|
position: absolute;
|
bottom: 0;
|
left: 0;
|
width: 100%;
|
height: 80rpx;
|
}
|
.card-box {
|
z-index: 10;
|
}
|
.placeholde {
|
height: 80rpx;
|
}
|