mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-06 21:59:51 +00:00
94 lines
1.4 KiB
Plaintext
94 lines
1.4 KiB
Plaintext
page ,.container{
|
|
width: 750rpx;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background: #f4f4f4;
|
|
}
|
|
.topic-list{
|
|
width: 750rpx;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background: #f4f4f4;
|
|
}
|
|
|
|
.topic-list .item{
|
|
width: 100%;
|
|
height: 625rpx;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.topic-list .img{
|
|
width: 100%;
|
|
height: 415rpx;
|
|
}
|
|
|
|
.topic-list .info{
|
|
width: 100%;
|
|
height: 210rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.topic-list .title{
|
|
display: block;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 33rpx;
|
|
line-height: 35rpx;
|
|
color: #333;
|
|
overflow: hidden;
|
|
font-size: 35rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.topic-list .desc{
|
|
display: block;
|
|
text-align: center;
|
|
position: relative;
|
|
width: auto;
|
|
height: 24rpx;
|
|
line-height: 24rpx;
|
|
overflow: hidden;
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
margin-top: 16rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.topic-list .price{
|
|
display: block;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 27rpx;
|
|
line-height: 27rpx;
|
|
overflow: hidden;
|
|
color: #b4282d;
|
|
font-size: 27rpx;
|
|
}
|
|
|
|
|
|
.page{
|
|
width: 750rpx;
|
|
height: 108rpx;
|
|
background: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.page view{
|
|
height: 108rpx;
|
|
width: 50%;
|
|
float: left;
|
|
font-size: 29rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
line-height: 108rpx;
|
|
}
|
|
|
|
.page .prev{
|
|
border-right: 1px solid #D9D9D9;
|
|
}
|
|
|
|
.page .disabled{
|
|
color: #ccc;
|
|
} |