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.
178 lines
4.7 KiB
178 lines
4.7 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.live-list-one.data-v-97235094 {
|
|
padding: 20rpx 0;
|
|
}
|
|
.live-list-one .live-list-one-main.data-v-97235094 {
|
|
width: 100%;
|
|
height: 690rpx;
|
|
background-size: 100% 690rpx;
|
|
background-repeat: no-repeat;
|
|
border-radius: 10rpx;
|
|
}
|
|
.live-list-one .live-play.data-v-97235094 {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
background-size: 70rpx 70rpx;
|
|
background-repeat: no-repeat;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 40%;
|
|
-webkit-transform: translate(-50%);
|
|
transform: translate(-50%);
|
|
}
|
|
.live-list-one .live-list-one-detail.data-v-97235094 {
|
|
position: absolute;
|
|
left: 20rpx;
|
|
bottom: 30rpx;
|
|
}
|
|
.live-list-one .live-list-one-detail .live-userAvatar.data-v-97235094 {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 30rpx 30rpx;
|
|
border: 1px solid #f9f9f9;
|
|
border-radius: 50%;
|
|
margin-right: 8rpx;
|
|
}
|
|
.live-list-one .live-list-one-detail .live-title.data-v-97235094 {
|
|
width: 500rpx;
|
|
}
|
|
.live-list-one .live-list-one-detail .live-goods .goodsItem.data-v-97235094 {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 8rpx;
|
|
margin-right: 24rpx;
|
|
background-size: 120rpx 120rpx;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.live-list-one .live-list-one-detail .live-goods .goodsItem .goodsItem-price.data-v-97235094 {
|
|
position: absolute;
|
|
left: 10rpx;
|
|
bottom: 10rpx;
|
|
}
|
|
.live-list-two .live-list-Item .live-bg.data-v-97235094 {
|
|
width: 334rpx;
|
|
height: 334rpx;
|
|
border-radius: 10rpx 10rpx 0 0;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
.live-list-two .live-list-Item .live-content.data-v-97235094 {
|
|
padding: 20rpx;
|
|
border-radius: 0 0 10rpx 10rpx;
|
|
}
|
|
.live-list-two .live-list-Item .live-content .live-title.data-v-97235094 {
|
|
width: 294rpx;
|
|
}
|
|
.live-list-two .live-list-Item .live-goodsDetail .goodsContent .goods-title.data-v-97235094 {
|
|
width: 200rpx;
|
|
}
|
|
.live-list-two .live-list-Item .live-goodsDetail .goodsImage.data-v-97235094 {
|
|
width: 64rpx;
|
|
height: 64rpx;
|
|
border-radius: 8rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 64rpx 64rpx;
|
|
}
|
|
.live-list-two .live-list-Item .live-user.data-v-97235094 {
|
|
position: absolute;
|
|
left: 20rpx;
|
|
bottom: 20rpx;
|
|
}
|
|
.live-list-two .live-list-Item .live-user .live-userAvatar.data-v-97235094 {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 30rpx 30rpx;
|
|
border: 1px solid #f9f9f9;
|
|
border-radius: 50%;
|
|
margin-right: 8rpx;
|
|
}
|
|
.live-status.data-v-97235094 {
|
|
position: absolute;
|
|
left: 20rpx;
|
|
top: 20rpx;
|
|
}
|
|
.live-intro.data-v-97235094 {
|
|
-webkit-transform: scale(0.9);
|
|
transform: scale(0.9);
|
|
}
|
|
.live-style-1 .live-style-1-content.data-v-97235094 {
|
|
width: 114rpx;
|
|
height: 22rpx;
|
|
line-height: 22rpx;
|
|
background: linear-gradient(90deg, #ff4444, #fd7137);
|
|
border-radius: 6rpx 0 0 6rpx;
|
|
padding: 6rpx;
|
|
}
|
|
.live-style-1 .live-style-1-content .live-statusBg-1.data-v-97235094 {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
display: block;
|
|
margin-right: 6rpx;
|
|
}
|
|
.live-style-1 .watch-number.data-v-97235094 {
|
|
height: 22rpx;
|
|
line-height: 22rpx;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border-radius: 6rpx;
|
|
padding: 6rpx;
|
|
}
|
|
.live-style-1 .watch-number > text.data-v-97235094 {
|
|
-webkit-transform: scale(0.9);
|
|
transform: scale(0.9);
|
|
display: block;
|
|
}
|
|
.live-style-2.data-v-97235094 {
|
|
height: 22rpx;
|
|
line-height: 22rpx;
|
|
background: linear-gradient(90deg, #43dd6b, #1ed94f);
|
|
border-radius: 6rpx;
|
|
padding: 6rpx;
|
|
}
|
|
.live-style-2 .live-statusBg-2.data-v-97235094 {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
display: block;
|
|
margin-right: 6rpx;
|
|
}
|
|
.live-style-3.data-v-97235094 {
|
|
height: 22rpx;
|
|
line-height: 22rpx;
|
|
background: linear-gradient(90deg, #8b8b8b, #d6d6d6);
|
|
border-radius: 6rpx;
|
|
padding: 6rpx;
|
|
}
|
|
.live-style-3 .live-statusBg-3.data-v-97235094 {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
display: block;
|
|
margin-right: 6rpx;
|
|
}
|
|
|
|
|