You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
1.6 KiB
110 lines
1.6 KiB
@import '../../dist/styles/index.wxss';
|
|
.layout{
|
|
width: 100%;
|
|
padding-top: 8rpx;
|
|
/* display: flex; */
|
|
border-bottom: 12rpx solid #f6f8f8;
|
|
}
|
|
.subject-item{
|
|
width: 100%;
|
|
margin: 10px;
|
|
}
|
|
.subject-title{
|
|
padding-left: 15rpx;
|
|
font-size: 26rpx;
|
|
color: #333333;
|
|
overflow: hidden;
|
|
width: 445rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.time{
|
|
padding: 0 0 0 15rpx;
|
|
height: 25rpx;
|
|
line-height: 30rpx;
|
|
font-size: 20rpx;
|
|
color: #A5B0B9;
|
|
}
|
|
.loadmore{
|
|
width: 100%;
|
|
text-align: center;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background: #f6f8f8;
|
|
font-size:12px;
|
|
color: #999;
|
|
}
|
|
/* 自定义按钮样式 */
|
|
.btn-size-small{
|
|
width: 200rpx;
|
|
height: 60rpx;
|
|
margin-right: 40rpx;
|
|
}
|
|
.btn-size-small .good{
|
|
width: 50%;
|
|
height: 100%;
|
|
}
|
|
.btn-size-small .good image{
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
}
|
|
.btn-size-small .good .goodfont{
|
|
color: #A5B0B9;
|
|
font-size: 22rpx;
|
|
padding-left: 7rpx
|
|
}
|
|
.btn-size-small .bad{
|
|
width: 50%;
|
|
height: 100%;
|
|
}
|
|
|
|
.btn-size-small .bad image{
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
}
|
|
.btn-size-small .bad .goodfont{
|
|
color: #A5B0B9;
|
|
font-size: 22rpx;
|
|
padding-left: 7rpx
|
|
}
|
|
|
|
.imgView{
|
|
width: 56rpx;
|
|
height: 56rpx;
|
|
}
|
|
.imgView image{
|
|
width: 56rpx;
|
|
height: 56rpx;
|
|
}
|
|
|
|
.btmbar{
|
|
width: 100%;
|
|
display: inline-table;
|
|
line-height: 50rpx;
|
|
color: #333333;
|
|
padding: 10rpx 0 20rpx 30rpx;
|
|
}
|
|
.halfwidth{
|
|
width: 96%;
|
|
}
|
|
.attitude{
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
|
|
._btmbar{
|
|
width: 100%;
|
|
display: inline-table;
|
|
|
|
|
|
font-size: 36rpx;
|
|
color: #3C6CFC;
|
|
padding: 0 0 20rpx 30rpx;
|
|
}
|
|
._halfwidth{
|
|
width: 96%;
|
|
}
|
|
._attitude{
|
|
font-size: 26rpx;
|
|
}
|