/* pages/info/strategyInfo/index.wxss */ .content { position: relative; z-index: 1; border-radius: 20rpx 20rpx 0 0; background: white; margin-top: -20rpx; padding: 35rpx; } .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; }