123 lines
1.9 KiB
Plaintext
123 lines
1.9 KiB
Plaintext
/*
|
|
* 手太欠
|
|
* 企获客商城模块
|
|
*/
|
|
|
|
|
|
/* 商城分类 */
|
|
.video {
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.videoTitle {
|
|
display: flex;
|
|
padding: 0 10rpx 30rpx;
|
|
}
|
|
|
|
.videoTitle-name {
|
|
flex: 1;
|
|
display: flex;
|
|
}
|
|
|
|
.videoTitle-name-color {
|
|
background: linear-gradient(to right, #9756fa, #5079ff);
|
|
-webkit-background-clip: text;
|
|
color: transparent;
|
|
display: inline-block;
|
|
font-weight: 600;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.videoTitle-name-img {
|
|
background-image: linear-gradient(to right, #9756fa, #5079ff);
|
|
color: #fff;
|
|
font-size: 24rpx;
|
|
border-radius: 50rpx;
|
|
display: flex;
|
|
width: 110rpx;
|
|
height: 37rpx;
|
|
line-height: 37rpx;
|
|
margin-top: 5rpx;
|
|
}
|
|
|
|
.videoTitle-name-img-img {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
margin: 1rpx 6rpx 0 10rpx;
|
|
}
|
|
|
|
.videoTitle-more {
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
color: #999;
|
|
}
|
|
|
|
/* 列表 */
|
|
.videoList {
|
|
overflow: hidden;
|
|
margin: 0 -10rpx;
|
|
}
|
|
|
|
.videoList-label {
|
|
width: calc(50% - 20rpx);
|
|
margin: 0 10rpx;
|
|
float: left;
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.videoList-img {
|
|
position: relative;
|
|
width: 100%;
|
|
padding-top: 80%;
|
|
}
|
|
|
|
.videoList-cover {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.videoList-tips {
|
|
position: absolute;
|
|
top: 20rpx;
|
|
left: 20rpx;
|
|
color: #fc6c27;
|
|
background-color: #f6f5f1;
|
|
border-radius: 40rpx;
|
|
font-size: 24rpx;
|
|
padding: 0 12rpx;
|
|
height: 44rpx;
|
|
line-height: 44rpx;
|
|
display: flex;
|
|
box-shadow: 0 0 10rpx rgba(0, 0, 0, .05);
|
|
}
|
|
|
|
.videoList-tips-image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin: 8rpx 10rpx 6rpx 0;
|
|
}
|
|
|
|
.videoList-cont {
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.videoList-user {
|
|
display: flex;
|
|
line-height: 46rpx;
|
|
font-size: 28rpx;
|
|
margin-top: 20rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.videoList-head {
|
|
width: 46rpx;
|
|
height: 46rpx;
|
|
margin-right: 20rpx;
|
|
}
|