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.
197 lines
2.8 KiB
197 lines
2.8 KiB
/* pages/look-detail/look-detail.wxss */ |
|
.pages { |
|
position: relative; |
|
} |
|
|
|
.map { |
|
width: 750rpx; |
|
height: 543rpx; |
|
} |
|
|
|
.tab { |
|
display: flex; |
|
align-items: center; |
|
padding: 20rpx 30rpx 0 30rpx; |
|
} |
|
|
|
.tab-item { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
margin-right: 54rpx; |
|
} |
|
|
|
.tab-title { |
|
font-size: 30rpx; |
|
font-weight: bold; |
|
color: #565A6B; |
|
} |
|
|
|
.tab-tag { |
|
width: 44rpx; |
|
height: 10rpx; |
|
display: none; |
|
} |
|
|
|
.active .tab-title { |
|
font-size: 34rpx; |
|
color: #146ae7; |
|
} |
|
|
|
.active .tab-tag { |
|
display: block; |
|
} |
|
|
|
.gener { |
|
padding: 20rpx 30rpx; |
|
background-color: #ffffff; |
|
} |
|
|
|
.gener-tag { |
|
width: 90rpx; |
|
height: 34rpx; |
|
background: #666A7A; |
|
border-radius: 4rpx; |
|
font-size: 22rpx; |
|
font-weight: bold; |
|
color: #FFFFFF; |
|
} |
|
.gener-tag.dgp{ |
|
background: #F7A40F; |
|
} |
|
.gener-tag.gpz{ |
|
background: #10C769; |
|
} |
|
.gener-tag.lp{ |
|
background: #666A7A; |
|
} |
|
.gener-tag.ycj{ |
|
background: #FF652F; |
|
} |
|
|
|
|
|
|
|
.gener-top { |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
.gener-title { |
|
flex: 1; |
|
text-indent: 10rpx; |
|
overflow: hidden; |
|
white-space: nowrap; |
|
text-overflow: ellipsis; |
|
font-size: 34rpx; |
|
font-weight: bold; |
|
color: #262936; |
|
} |
|
|
|
.gener-info { |
|
display: flex; |
|
flex-wrap: wrap; |
|
} |
|
|
|
.gener-item { |
|
line-height: 56rpx; |
|
min-width: 33.3%; |
|
font-size: 26rpx; |
|
} |
|
|
|
.gener-lable { |
|
color: #262936; |
|
font-weight: bold; |
|
} |
|
|
|
.pl-14 { |
|
padding-left: 14rpx; |
|
} |
|
|
|
.gener-text { |
|
color: #565A6B; |
|
} |
|
|
|
.mark { |
|
position: absolute; |
|
left: 0; |
|
top: 0; |
|
width: 100%; |
|
height: 100%; |
|
background-color: rgba(0, 0, 0, .35); |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
justify-content: flex-end; |
|
} |
|
|
|
.carBtn { |
|
width: 514rpx; |
|
height: 85rpx; |
|
background: linear-gradient(171deg,#3d7dfc 0%, #0e63df 100%); |
|
border-radius: 43rpx; |
|
font-size: 32rpx; |
|
color: #FFFFFF; |
|
} |
|
|
|
.hevyBtn { |
|
width: 514rpx; |
|
height: 85rpx; |
|
background: linear-gradient(171deg, #FFBF15, #F69F06); |
|
border-radius: 43rpx; |
|
margin-top: 36rpx; |
|
margin-bottom: 304rpx; |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
} |
|
|
|
.hevy-text { |
|
font-size: 32rpx; |
|
color: #FFFFFF; |
|
line-height: initial; |
|
} |
|
|
|
.hevy-lable { |
|
font-size: 22rpx; |
|
color: rgba(255, 255, 255, .4); |
|
} |
|
|
|
.table .table-item { |
|
border-bottom: 1px solid #E1E1E1; |
|
} |
|
|
|
.table .table-item:last-of-type { |
|
border-bottom: none; |
|
} |
|
|
|
.btn-box { |
|
padding: 50rpx 20rpx; |
|
width: 100%; |
|
box-sizing: border-box; |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
} |
|
|
|
.btn { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
width: 152rpx !important; |
|
height: 62rpx; |
|
font-size: 28rpx; |
|
border-radius: 30rpx; |
|
color: #fff; |
|
} |
|
|
|
.btn-warning { |
|
background: linear-gradient(171deg, #ffc27a 0%, #f1a142 100%); |
|
} |
|
|
|
.btn-primy { |
|
background: linear-gradient(171deg, #3d7dfc 0%, #0e63df 100%); |
|
} |
|
|
|
.col-do{ |
|
padding-right: 36rpx; |
|
} |