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.
168 lines
2.1 KiB
168 lines
2.1 KiB
/* pages/look/look.wxss */ |
|
.top { |
|
padding: 14rpx 30rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
} |
|
|
|
.search { |
|
width: 110rpx; |
|
height: 62rpx; |
|
background: #ECECEC; |
|
border-radius: 30rpx; |
|
} |
|
|
|
.s-icon { |
|
width: 32rpx; |
|
height: 32rpx; |
|
} |
|
|
|
.top-tag { |
|
width: 30rpx; |
|
height: 30rpx; |
|
} |
|
|
|
.top-text { |
|
font-size: 32rpx; |
|
color: #222222; |
|
text-indent: 10rpx; |
|
} |
|
|
|
.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: #262936; |
|
} |
|
|
|
.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-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; |
|
} |
|
|
|
.list{ |
|
background-color: #FFFFFF; |
|
margin-top: 22rpx; |
|
padding: 0 30rpx 30rpx; |
|
} |
|
|
|
.list-title{ |
|
font-size: 30rpx; |
|
line-height: 80rpx; |
|
font-weight: bold; |
|
color: #F69F06; |
|
} |
|
|
|
.list-info{ |
|
display: flex; |
|
flex-wrap: wrap; |
|
} |
|
|
|
.list-info-once{ |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
|
|
.list-info-item{ |
|
line-height: 48rpx; |
|
font-size: 24rpx; |
|
color: #838B99; |
|
} |
|
|
|
.list-item-once{ |
|
line-height: 48rpx; |
|
font-size: 24rpx; |
|
color: #838B99; |
|
display: block; |
|
} |
|
|
|
.list-info .list-info-item:nth-child(odd){ |
|
width: 60%; |
|
} |
|
|
|
.list-info .list-info-item:nth-child(even){ |
|
width: 40%; |
|
} |