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.
47 lines
779 B
47 lines
779 B
/* pages/info/strategyInfo/index.wxss */
|
|
.content {
|
|
position: relative;
|
|
z-index: 1;
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
background: white;
|
|
margin-top: -20rpx;
|
|
padding: 35rpx;
|
|
width: 680rpx;
|
|
overflow: hidden;
|
|
}
|
|
.title {
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
color: #000;
|
|
}
|
|
.author-info {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 23rpx;
|
|
color: #999;
|
|
margin-bottom: 45rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.author-info image {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
border-radius: 50%;
|
|
margin-right: 10rpx;
|
|
}
|
|
.swiper,.swiper image {
|
|
width: 100%;
|
|
display: block;
|
|
height: 340rpx;
|
|
}
|
|
.icons {
|
|
text-align: right;
|
|
color: #666666;
|
|
font-size: 28rpx;
|
|
}
|
|
.icons .iconfont {
|
|
margin-left: 35rpx;
|
|
margin-right: 7rpx;
|
|
}
|
|
.icons .icon-aixin1 {
|
|
color: #d02324;
|
|
}
|