155 lines
2.5 KiB
Plaintext
155 lines
2.5 KiB
Plaintext
page {
|
|
height: 100%;
|
|
}
|
|
.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;
|
|
line-height: 50rpx;
|
|
}
|
|
.modle_chexing,
|
|
.modle_name {
|
|
float: left;
|
|
padding-left: 25rpx;
|
|
width: 470rpx;
|
|
}
|
|
.modle_chexing {
|
|
color: #555;
|
|
font-size: 26rpx;
|
|
line-height: 54rpx;
|
|
min-height: 54rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
word-break: keep-all;
|
|
}
|
|
.modle_chexing_btn {
|
|
background: #3d61f0;
|
|
border-radius: 10rpx;
|
|
color: #fff;
|
|
float: right;
|
|
font-size: 20rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
width: 72rpx;
|
|
}
|
|
.modle_price {
|
|
color: #f75f5f;
|
|
font-size: 30rpx;
|
|
font-weight: 700;
|
|
margin-top: 35rpx;
|
|
}
|
|
.modle_price,
|
|
.modle_time {
|
|
float: left;
|
|
line-height: 40rpx;
|
|
padding-left: 20rpx;
|
|
width: 475rpx;
|
|
}
|
|
.modle_time {
|
|
color: #9295a8;
|
|
font-size: 24rpx;
|
|
margin-top: 15rpx;
|
|
}
|
|
.modle_btn_view {
|
|
color: #f75f5f;
|
|
float: left;
|
|
font-size: 24rpx;
|
|
line-height: 40rpx;
|
|
margin-top: 40rpx;
|
|
padding-left: 20rpx;
|
|
width: 475rpx;
|
|
}
|
|
.modle_chexing_btnsc {
|
|
background: #fff;
|
|
border: 1px solid #f75f5f;
|
|
border-radius: 5rpx;
|
|
color: #f75f5f;
|
|
float: right;
|
|
font-size: 25rpx;
|
|
height: 38rpx;
|
|
line-height: 38rpx;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
width: 72rpx;
|
|
}
|
|
button::after {
|
|
border: none;
|
|
}
|
|
.modle_name_left {
|
|
float: left;
|
|
font-weight: 700;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 330rpx;
|
|
word-break: keep-all;
|
|
}
|
|
.modle_name_right {
|
|
color: #f75f5f;
|
|
float: right;
|
|
font-size: 30rpx;
|
|
font-weight: 700;
|
|
}
|
|
.modle_name_right_active {
|
|
color: #f75f5f;
|
|
font-weight: 700;
|
|
line-height: 40rpx;
|
|
}
|
|
.btn_active {
|
|
border: 1rpx solid #333;
|
|
color: #333;
|
|
}
|
|
.modle_1_nav {
|
|
background-color: #fff;
|
|
border-bottom: 1rpx solid #f9f9f9;
|
|
color: #666;
|
|
font-size: 28rpx;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
position: fixed;
|
|
top: 0rpx;
|
|
width: 100%;
|
|
z-index: 100;
|
|
}
|
|
.modle_1_nav_modle {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
word-break: keep-all;
|
|
}
|
|
.modle_1_nav_modle_border {
|
|
background: #333;
|
|
height: 5rpx;
|
|
margin: 0 auto;
|
|
width: 30rpx;
|
|
}
|
|
.modle_1_nav_active {
|
|
color: #333;
|
|
line-height: 62rpx;
|
|
}
|
|
.nav {
|
|
height: 70rpx;
|
|
width: 100%;
|
|
}
|