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.
192 lines
4.2 KiB
192 lines
4.2 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
page.data-v-84c88bea,
|
|
.content.data-v-84c88bea {
|
|
height: 100%;
|
|
background-color: #ffffff;
|
|
}
|
|
.viptag.data-v-84c88bea {
|
|
position: absolute;
|
|
right: 0;
|
|
color: #FFFFFF;
|
|
top: 0;
|
|
background: linear-gradient(580deg, #31b968 50%, transparent 50%);
|
|
font-size: 24rpx;
|
|
text-align: right;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
.foot.data-v-84c88bea {
|
|
position: fixed;
|
|
bottom: 60rpx;
|
|
height: 90rpx;
|
|
left: 10rpx;
|
|
width: 100%;
|
|
}
|
|
.foot .cart.data-v-84c88bea {
|
|
width: 180rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
}
|
|
.content.data-v-84c88bea {
|
|
display: flex;
|
|
}
|
|
.left-aside.data-v-84c88bea {
|
|
flex-shrink: 0;
|
|
width: 200rpx;
|
|
height: 100%;
|
|
background-color: #f8f8f8;
|
|
}
|
|
.f-item.data-v-84c88bea {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
font-size: 28rpx;
|
|
color: #888888;
|
|
position: relative;
|
|
}
|
|
.f-item.active.data-v-84c88bea {
|
|
color: #3a3a3a;
|
|
background: #ffffff;
|
|
}
|
|
.f-item.active.data-v-84c88bea:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
height: 36rpx;
|
|
width: 8rpx;
|
|
background-color: red;
|
|
border-radius: 0 4px 4px 0;
|
|
opacity: 0.8;
|
|
}
|
|
.f-item.data-v-84c88bea:last-child {
|
|
margin-bottom: 110rpx;
|
|
}
|
|
.right-aside.data-v-84c88bea {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
padding-left: 20rpx;
|
|
}
|
|
.s-list.data-v-84c88bea:last-child {
|
|
padding-bottom: 200rpx;
|
|
}
|
|
.s-item.data-v-84c88bea {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 70rpx;
|
|
padding-top: 8rpx;
|
|
font-size: 28rpx;
|
|
color: #ff4444;
|
|
}
|
|
.t-list .t-item.data-v-84c88bea:last-child {
|
|
border: none;
|
|
}
|
|
.t-list.data-v-84c88bea {
|
|
/* display: flex; */
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
background: #fff;
|
|
padding-top: 12rpx;
|
|
}
|
|
.t-list.data-v-84c88bea:after {
|
|
content: '';
|
|
flex: 99;
|
|
height: 0;
|
|
}
|
|
.t-item.data-v-84c88bea {
|
|
/* flex-shrink: 0; */
|
|
display: flex;
|
|
/* justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column; */
|
|
/* width: 176upx; */
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
padding-bottom: 10rpx;
|
|
width: 95%;
|
|
border-bottom: 1rpx solid #f1f1f1;
|
|
padding-top: 10rpx;
|
|
}
|
|
.t-item image.data-v-84c88bea {
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
}
|
|
.footName.data-v-84c88bea {
|
|
width: 70vw;
|
|
overflow: hidden;
|
|
/*超出部分隐藏*/
|
|
white-space: nowrap;
|
|
/*不换行*/
|
|
text-overflow: ellipsis;
|
|
/*超出部分文字以...显示*/
|
|
font-weight: 600;
|
|
}
|
|
.checked.data-v-84c88bea {
|
|
background-color: #fff5f5;
|
|
border: 1rpx solid #ff4444;
|
|
border-radius: 10rpx;
|
|
font-size: 24rpx;
|
|
color: #ff4444;
|
|
}
|
|
.noChecked.data-v-84c88bea {
|
|
background-color: #ffffff;
|
|
border: 1rpx solid #999999;
|
|
border-radius: 10rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.member-coupon-view.data-v-84c88bea {
|
|
float: right;
|
|
}
|
|
.member-price-label.data-v-84c88bea {
|
|
color: #333333;
|
|
height: 0;
|
|
line-height: 30rpx;
|
|
border-width: 0rpx 10rpx 30rpx 0;
|
|
border-style: none solid solid;
|
|
border-color: transparent #000 #efd68f;
|
|
position: relative;
|
|
left: 10rpx;
|
|
padding-left: 6rpx;
|
|
border-radius: 4rpx 0 0 4rpx;
|
|
margin-left: -10rpx;
|
|
}
|
|
.coupon-price-2.data-v-84c88bea {
|
|
padding: 0 10rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
border-radius: 0 4rpx 4rpx 0;
|
|
}
|
|
.member-coupon-price.data-v-84c88bea {
|
|
color: #efd68f;
|
|
}
|
|
|
|
|