/* 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: #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; } .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, #FFBF15, #F69F06); border-radius: 43rpx; font-size: 32rpx; color: #FFFFFF; } .hevyBtn { width: 514rpx; height: 85rpx; background: linear-gradient(171deg, #262936, #48494E); 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); }