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.

199 lines
2.9 KiB

4 years ago
/* pages/look-detail/look-detail.wxss */
4 years ago
.pages {
position: relative;
}
4 years ago
.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;
4 years ago
color: #146ae7;
4 years ago
}
.active .tab-tag {
display: block;
}
.gener {
padding: 20rpx 30rpx;
background-color: #ffffff;
}
.gener-tag {
display: inline;
margin-right: 10rpx;
4 years ago
width: 90rpx;
height: 34rpx;
background: #666A7A;
border-radius: 4rpx;
font-size: 28rpx;
4 years ago
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;
}
4 years ago
/* .gener-top {
4 years ago
display: flex;
align-items: center;
} */
4 years ago
.gener-title {
/* flex: 1; */
4 years ago
text-indent: 10rpx;
/* overflow: hidden;
4 years ago
white-space: nowrap;
text-overflow: ellipsis; */
4 years ago
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;
}
4 years ago
.pl-14 {
4 years ago
padding-left: 14rpx;
}
.gener-text {
color: #565A6B;
}
4 years ago
.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;
4 years ago
background: linear-gradient(171deg,#3d7dfc 0%, #0e63df 100%);
4 years ago
border-radius: 43rpx;
font-size: 32rpx;
color: #FFFFFF;
}
.hevyBtn {
width: 514rpx;
height: 85rpx;
4 years ago
background: linear-gradient(171deg, #FFBF15, #F69F06);
4 years ago
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);
4 years ago
}
.table .table-item {
border-bottom: 1px solid #E1E1E1;
}
.table .table-item:last-of-type {
border-bottom: none;
}
.btn-box {
4 years ago
padding: 50rpx 20rpx;
4 years ago
width: 100%;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
}
.btn {
display: flex;
align-items: center;
justify-content: center;
4 years ago
width: 152rpx !important;
4 years ago
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;
4 years ago
}