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.
66 lines
1.1 KiB
66 lines
1.1 KiB
.topimg {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.list {
|
|
margin-top: -20rpx;
|
|
position: relative;
|
|
z-index: 1;
|
|
background: white;
|
|
box-shadow: 0px 0px 8rpx 0px rgba(7, 0, 2, 0.3);
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
padding: 0 34rpx;
|
|
}
|
|
.item {
|
|
padding: 28rpx 0;
|
|
border-bottom: 1rpx solid #ccc;
|
|
}
|
|
.title {
|
|
width: 100%;
|
|
font-size: 33rpx;
|
|
font-weight: 500;
|
|
color: #000;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.subtitle {
|
|
font-size: 25rpx;
|
|
color: #666;
|
|
margin: 33rpx 0;
|
|
}
|
|
.list .item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.title image {
|
|
display: block;
|
|
width: 60rpx;
|
|
margin-left: 10rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.strategy-bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 20rpx;
|
|
color: #666;
|
|
}
|
|
.strategy-bottom image {
|
|
display: block;
|
|
flex-shrink: 0;
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
border-radius: 50%;
|
|
margin-right: 10rpx;
|
|
}
|
|
.strategy-bottom .author-name {
|
|
color: #999;
|
|
flex: 1;
|
|
}
|
|
.strategy-bottom text {
|
|
flex-shrink: 0;
|
|
}
|
|
.strategy-bottom .iconfont {
|
|
margin-left: 40rpx;
|
|
flex-shrink: 0;
|
|
font-size: 30rpx;
|
|
margin-right: 8rpx;
|
|
}
|