1234567891011121314151617181920212223242526 |
- /* pages/strategyDetail/strategyDetail.wxss */
- page{
- padding: 20rpx;
- height: 100%;
- }
- /* 标题 */
- .strategyTitle{
- margin-bottom: 20rpx;
- font-size: 36rpx;
- font-weight: bold;
- }
- /* 描述 */
- .strategyDescribe{
- font-size: 28rpx;
- margin-bottom: 20rpx;
- width: 94%;
- }
- /* 照片 */
- .strategyImg{
- width: 94%;
- margin-top: 10rpx;
- }
|