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.
179 lines
4.5 KiB
179 lines
4.5 KiB
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
.wanlshop-find-container__list .userinfo {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.wanlshop-find-container__list .userinfo text[class*='wlIcon-'] {
|
|
font-size: 28rpx;
|
|
}
|
|
.wanlshop-find-container__list .userinfo .avatar {
|
|
width: calc(100% - 245rpx);
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wanlshop-find-container__list .userinfo .avatar .cu-avatar {
|
|
background-color: #f5f5f5;
|
|
flex-shrink: 1;
|
|
}
|
|
.wanlshop-find-container__list .userinfo .avatar .content {
|
|
width: calc(100% - 90rpx);
|
|
}
|
|
.wanlshop-find-container__list .userinfo .avatar .cu-tag {
|
|
font-size: 20rpx;
|
|
padding: 0px 10rpx !important;
|
|
}
|
|
.wanlshop-find-container__list .userinfo .menu {
|
|
text-align: right;
|
|
width: 245rpx;
|
|
}
|
|
.wanlshop-find-container__list .userinfo .cu-btn.sm {
|
|
padding: 0 20rpx;
|
|
font-size: 26rpx;
|
|
height: 50rpx;
|
|
}
|
|
.wanlshop-find-container__list .content .cu-tag.sm {
|
|
padding: 6rpx;
|
|
}
|
|
.wanlshop-find-container__list .container {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
}
|
|
.wanlshop-find-container__list .container.col-2 {
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
.wanlshop-find-container__list .container .item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 1px solid #fff;
|
|
min-height: 6rem;
|
|
width: 100%;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-1 {
|
|
grid-column: 1 / 3;
|
|
grid-row: 1 / 3;
|
|
height: 600rpx;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-3 {
|
|
grid-column: 1 / 3;
|
|
grid-row: 1 / 3;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live {
|
|
position: relative;
|
|
grid-column: 1 / 3;
|
|
grid-row: 1 / 3;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live .play {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50%;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border: 1px solid rgba(255, 255, 255, 0.5);
|
|
font-size: 56rpx;
|
|
color: #fff;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live .state {
|
|
display: flex;
|
|
position: absolute;
|
|
left: 20rpx;
|
|
bottom: 20rpx;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
height: 36rpx;
|
|
line-height: 36rpx;
|
|
border-radius: 8rpx;
|
|
overflow: hidden;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live .state > view {
|
|
padding: 0 12rpx;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live .state .tags {
|
|
height: 100%;
|
|
border-radius: 8rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live .state .tags > text {
|
|
margin-right: 4rpx;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live .number {
|
|
position: absolute;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border: 1px solid rgba(255, 255, 255, 0.5);
|
|
border-radius: 8rpx 8rpx 0 20rpx;
|
|
overflow: hidden;
|
|
padding: 8rpx 6rpx;
|
|
top: 10rpx;
|
|
right: 10rpx;
|
|
line-height: 1;
|
|
text-align: center;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live .number > view {
|
|
font-size: 30rpx;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live .number > text {
|
|
font-size: 11px;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live .like {
|
|
position: absolute;
|
|
bottom: 15rpx;
|
|
right: 30rpx;
|
|
line-height: 1.2;
|
|
}
|
|
.wanlshop-find-container__list .container .item.item-live .like .likebut {
|
|
background-color: #f40;
|
|
border-radius: 50%;
|
|
width: 45rpx;
|
|
line-height: 46rpx;
|
|
height: 45rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.wanlshop-find-container__list .scroll-view {
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
}
|
|
.wanlshop-find-container__list .scroll-view .scroll-view-item {
|
|
display: inline-flex;
|
|
width: 60%;
|
|
height: 100rpx;
|
|
overflow: hidden;
|
|
margin-right: 10rpx;
|
|
background-color: #f9f9f9;
|
|
align-items: center;
|
|
}
|
|
.wanlshop-find-container__list .scroll-view .scroll-view-item.col-1 {
|
|
width: 100%;
|
|
margin-right: 0;
|
|
}
|
|
.wanlshop-find-container__list .scroll-view .scroll-view-item .img {
|
|
height: 100rpx;
|
|
width: 100rpx;
|
|
border-radius: 18rpx 0 0 18rpx;
|
|
background-color: #efefef;
|
|
}
|
|
.wanlshop-find-container__list .scroll-view .scroll-view-item .img image {
|
|
height: 100rpx;
|
|
width: 100rpx;
|
|
border-radius: 18rpx 0 0 18rpx;
|
|
background-color: #efefef;
|
|
}
|
|
.wanlshop-find-container__list .scroll-view .scroll-view-item .content {
|
|
flex: 1;
|
|
line-height: 1.3;
|
|
}
|
|
.wanlshop-find-container__list .scroll-view .scroll-view-item .icon {
|
|
width: 60rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
|