61 lines
1.0 KiB
Plaintext
61 lines
1.0 KiB
Plaintext
.wsy_index_max {
|
|
background-color: #fff;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.wsy_index_scroll {
|
|
border-bottom: 1rpx solid #8a8a8a;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.scroll-view-item {
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
.wsy_cars_for_title {
|
|
background-color: #f0f0f0;
|
|
color: #8a8a8a;
|
|
font-size: 30rpx;
|
|
font-weight: blod;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
padding-left: 5%;
|
|
width: 95%;
|
|
}
|
|
.wsy_cars_for_detail {
|
|
height: 80rpx;
|
|
margin-bottom: 10rpx;
|
|
margin-left: 30rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.wsy_cars_for_img {
|
|
float: left;
|
|
height: 70rpx;
|
|
margin-top: 5rpx;
|
|
width: 70rpx;
|
|
}
|
|
.wsy_cars_for_name {
|
|
font-color: #8a8a8a;
|
|
display: inline-block;
|
|
font-size: 30rpx;
|
|
margin-left: 8rpx;
|
|
margin-top: 20rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.wsy_cars_abc_list_max {
|
|
background-color: #fff;
|
|
border-radius: 999rpx;
|
|
opacity: 0.5;
|
|
padding: 10rpx;
|
|
position: fixed;
|
|
right: 10rpx;
|
|
text-align: center;
|
|
top: 50%;
|
|
transform: translate(0, -50%);
|
|
}
|
|
.wsy_cars_abc_list {
|
|
font-color: #8a8a8a;
|
|
font-size: 26rpx;
|
|
margin: 10rpx auto;
|
|
}
|