69 lines
1.1 KiB
Plaintext
69 lines
1.1 KiB
Plaintext
page {
|
|
background: #f9f9f9;
|
|
}
|
|
.mengceng1 {
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
color: #fff;
|
|
height: 180rpx;
|
|
line-height: 180rpx;
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 180rpx;
|
|
}
|
|
.nones {
|
|
display: none;
|
|
}
|
|
.modle_border {
|
|
background: #fff;
|
|
width: 100%;
|
|
}
|
|
.modle {
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
height: 180rpx;
|
|
margin-left: 5%;
|
|
padding-bottom: 30rpx;
|
|
padding-top: 30rpx;
|
|
width: 90%;
|
|
}
|
|
.modle_img {
|
|
float: left;
|
|
height: 180rpx;
|
|
width: 180rpx;
|
|
}
|
|
.modle_name {
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
}
|
|
.modle_chexing,
|
|
.modle_name {
|
|
float: left;
|
|
padding-left: 25rpx;
|
|
width: 470rpx;
|
|
}
|
|
.modle_chexing {
|
|
color: #555;
|
|
font-size: 26rpx;
|
|
line-height: 54rpx;
|
|
margin-top: 15rpx;
|
|
}
|
|
.modle_chexing_btn {
|
|
background: #3d61f0;
|
|
border-radius: 10rpx;
|
|
color: #fff;
|
|
float: right;
|
|
font-size: 28rpx;
|
|
height: 54rpx;
|
|
line-height: 54rpx;
|
|
text-align: center;
|
|
width: 146rpx;
|
|
}
|
|
.modle_price {
|
|
color: #f75f5f;
|
|
float: left;
|
|
font-size: 30rpx;
|
|
font-weight: 700;
|
|
margin-top: 35rpx;
|
|
padding-left: 25rpx;
|
|
width: 470rpx;
|
|
}
|