169 lines
3.3 KiB
Plaintext
169 lines
3.3 KiB
Plaintext
|
|
view,
|
|
label,
|
|
swiper-item,
|
|
scroll-view {
|
|
display:flex;
|
|
flex-direction:column;
|
|
flex-shrink: 0;
|
|
flex-grow: 0;
|
|
flex-basis: auto;
|
|
align-items: stretch;
|
|
align-content: flex-start;
|
|
}
|
|
view,
|
|
image,
|
|
input,
|
|
scroll-view,
|
|
swiper,
|
|
swiper-item,
|
|
text,
|
|
textarea,
|
|
video {
|
|
position: relative;
|
|
border: 0px solid #000000;
|
|
box-sizing: border-box;
|
|
}
|
|
swiper-item {
|
|
position: absolute;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
}
|
|
|
|
.container .positonFixed {
|
|
z-index: 9999;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.container .header-top {
|
|
z-index: 9999;
|
|
background: #f5f5f5;
|
|
padding: 0 24rpx;
|
|
}
|
|
.container .header-top .left-area {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.container .header-top .left-area .back-icon {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
}
|
|
.container .header-top .left-area .left-area-img {
|
|
width: 144rpx;
|
|
height: 52rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.container .videoTop {
|
|
background: transparent;
|
|
}
|
|
.container .videoTop .uv-tabs__wrapper__nav__line {
|
|
background: #fff !important;
|
|
}
|
|
.container .container-tabs .container-tab {
|
|
width: 96rpx;
|
|
height: 56rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 10rpx;
|
|
margin: 20rpx;
|
|
}
|
|
.container .container-tabs .container-tab .container-tab-text {
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.container .container-tabs .active {
|
|
background: #FEE5E7;
|
|
}
|
|
.container .container-tabs .active .container-tab-text {
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #E8101E;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.container .container-content {
|
|
z-index: 1000;
|
|
}
|
|
.container .container-content .swiper {
|
|
background: #fff;
|
|
}
|
|
.container .container-content .swiper .swiper-items2 {
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
display: flex;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.container .container-content .swiper .swiper-items2 .swiper-item2 {
|
|
width: 370rpx;
|
|
height: 370rpx;
|
|
margin-top: 10rpx;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.container .container-content .swiper .swiper-items2 .swiper-item2 .swiper-item2-img {
|
|
width: 370rpx;
|
|
height: 370rpx;
|
|
}
|
|
.container .container-content .swiper .swiper-items2 .swiper-item2 .swiper-item2-title {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 33rpx;
|
|
padding: 0 8rpx;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
border-radius: 0rpx 0rpx 10rpx 0rpx;
|
|
width: -webkit-fit-content;
|
|
width: fit-content;
|
|
}
|
|
.container .container-content .swiper .swiper-items2 .swiper-item2 .swiper-item2-title .swiper-item2-title-text {
|
|
font-weight: 400;
|
|
font-size: 18rpx;
|
|
color: #FFFFFF;
|
|
line-height: 33rpx;
|
|
}
|
|
.container .container-content .swiper .item2Left {
|
|
margin-right: 9rpx;
|
|
}
|
|
.flex-row-center-between {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.flex-row-start-between {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
}
|
|
.flex-row-center-center {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.flex-row-center {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
.flex-row-start {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: flex-start;
|
|
}
|
|
.flex-row-end-between {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: flex-end;
|
|
justify-content: space-between;
|
|
}
|
|
|