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.
307 lines
4.6 KiB
307 lines
4.6 KiB
/* 隐藏pop层中场次选择的滚轮 */
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
.btn1 {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.nav_show {
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
background: #fff;
|
|
box-shadow: 0 4rpx 8rpx 0 #DBDBDB;
|
|
border-top: 2rpx solid #F8F8F7;
|
|
border-bottom: 2rpx solid #F8F8F7;
|
|
z-index: 99;
|
|
}
|
|
|
|
.topLine {
|
|
text-align: center;
|
|
margin: 20rpx;
|
|
color: #7B7B7B;
|
|
}
|
|
|
|
.topLine.active {
|
|
position: relative;
|
|
color: #181818;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.topLine.active:after {
|
|
content: " ";
|
|
width: 1rem;
|
|
height: 0.12rem;
|
|
background: #fff;
|
|
position: absolute;
|
|
/* bottom: -0.1rem; */
|
|
bottom: -0.2rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
background-color: #FF446B;
|
|
border-radius: 0.12rem;
|
|
}
|
|
|
|
|
|
.image {
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
.list {
|
|
display: flex;
|
|
padding: 20rpx 30rpx;
|
|
background: #fff;
|
|
border-radius: 24rpx 24rpx 0 0;
|
|
position: relative;
|
|
margin-top: 480rpx;
|
|
}
|
|
|
|
.list .img {
|
|
width: 204rpx;
|
|
height: 306rpx;
|
|
background: #D8D8D8;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.list .info {
|
|
padding: 0 8rpx 0 30rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
flex: 1;
|
|
}
|
|
|
|
.list .info .title {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #181818;
|
|
}
|
|
|
|
.list .info .des {
|
|
font-size: 24rpx;
|
|
color: #7B7B7B;
|
|
}
|
|
|
|
.list .info .des .des_title {
|
|
font-size: 24rpx;
|
|
color: #7B7B7B;
|
|
}
|
|
|
|
.list .info .des .des_info {
|
|
color: #181818;
|
|
}
|
|
|
|
.list .info .price {
|
|
font-size: 44rpx;
|
|
font-weight: bold;
|
|
color: #FF1D42;
|
|
}
|
|
|
|
._area {
|
|
margin: 20rpx 0;
|
|
padding: 20rpx 30rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background: #fff;
|
|
}
|
|
|
|
._area .info .text1 {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
._area .info .text2 {
|
|
font-size: 24rpx;
|
|
margin-top: 4rpx;
|
|
color: #7B7B7B;
|
|
}
|
|
|
|
._block {
|
|
background: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
._block ._title {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #181818;
|
|
padding: 30rpx;
|
|
}
|
|
|
|
._block ._title ._icon {
|
|
width: 8rpx;
|
|
height: 36rpx;
|
|
background: #FF446B;
|
|
border-radius: 4rpx;
|
|
margin: 0 20rpx 0 0;
|
|
}
|
|
|
|
._block ._flex {
|
|
display: flex;
|
|
white-space: nowrap;
|
|
margin: 0 30rpx;
|
|
width: 690rpx;
|
|
}
|
|
|
|
._block ._flex ._img {
|
|
border-radius: 8rpx;
|
|
width: 540rpx;
|
|
height: 360rpx;
|
|
margin: 0 10rpx;
|
|
}
|
|
|
|
._block .img1 {
|
|
margin: 0 auto 0 30rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
._block .img1 .img1_list {
|
|
width: 690rpx;
|
|
vertical-align: top;
|
|
margin-top: -1rpx;
|
|
}
|
|
|
|
._block .roll {
|
|
text-align: center;
|
|
margin: 20rpx 0;
|
|
font-size: 24rpx;
|
|
color: #1394F2;
|
|
}
|
|
|
|
._block .warning {
|
|
background: #fff;
|
|
padding-bottom: 20rpx;
|
|
display: flex;
|
|
}
|
|
|
|
._block .warning .dot_icon {
|
|
width: 8rpx;
|
|
margin: 0 20rpx 0 30rpx;
|
|
height: 36rpx;
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
|
|
._block .warning .dot_icon .dot {
|
|
width: 8rpx;
|
|
height: 8rpx;
|
|
background: #7B7B7B;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
._block .warning .text {
|
|
font-size: 24rpx;
|
|
color: #181818;
|
|
margin-right: 40rpx;
|
|
}
|
|
|
|
.tips {
|
|
width: 100%;
|
|
height: 74rpx;
|
|
background: #FFF0F5;
|
|
position: fixed;
|
|
bottom: 100rpx;
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
color: #FF446B;
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.drama_list {
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.drama_list .title {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #181818;
|
|
}
|
|
|
|
.drama_list .area {
|
|
font-size: 24rpx;
|
|
color: #7B7B7B;
|
|
margin: 10rpx 0 30rpx 0;
|
|
}
|
|
|
|
.drama_list .select {
|
|
font-size: 24rpx;
|
|
font-weight: bold;
|
|
color: #181818;
|
|
|
|
}
|
|
|
|
.drama_list ._select {
|
|
margin-left: 30rpx;
|
|
color: #7B7B7B;
|
|
}
|
|
|
|
.drama_list .scroll {
|
|
height: 400rpx;
|
|
margin: 20rpx 0 90rpx 0;
|
|
}
|
|
|
|
.drama_list .scroll .sel_area {
|
|
margin: 10rpx 0;
|
|
padding: 10rpx 30rpx;
|
|
display: inline-block;
|
|
border-radius: 8rpx;
|
|
font-size: 24rpx;
|
|
color: #181818;
|
|
position: relative;
|
|
width: 288rpx;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.drama_list .scroll ._selected {
|
|
border: 1rpx solid red;
|
|
}
|
|
|
|
.drama_list .scroll ._not_sel {
|
|
border: 1rpx solid #808080;
|
|
color: #808080;
|
|
}
|
|
|
|
.drama_list .scroll .null_tkt {
|
|
background: #DDDDDD;
|
|
color: #ffffff;
|
|
border: 2rpx solid #DDDDDD;
|
|
}
|
|
|
|
.drama_list .scroll .vantags {
|
|
position: absolute;
|
|
color: #FF1D42;
|
|
position: absolute;
|
|
border-radius: 4rpx;
|
|
top: -12rpx;
|
|
right: -40rpx;
|
|
}
|
|
|
|
._bottom {
|
|
border-top: 3px solid rgba(153, 153, 153, 0.2);
|
|
}
|
|
|
|
._bottom .selector_dsn {
|
|
margin: 30rpx auto;
|
|
width: 482rpx;
|
|
height: 72rpx;
|
|
background: linear-gradient(90deg, #FF4284 0%, #FF1D42 100%);
|
|
border-radius: 44rpx;
|
|
line-height: 72rpx;
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.van-goods-action {
|
|
height: 100rpx !important;
|
|
} |