123456789101112131415161718192021222324252627282930 |
- @import '/utils/styles/index.wxss';
- .activity{
- padding: 15rpx 0;
- font-size:30rpx;
- color:#333;
- }
- .activity .img1{
- width:260rpx;
- height:180rpx;
- border-radius:10rpx;
- margin-right:20rpx;
- }
- .activity .img2 {
- width: 28rpx;
- height: 28rpx;
- margin-right: 10rpx;
- }
- .activity .flexRow .text {
- font-size: 26rpx;
- color: #666;
- margin: 5rpx 0;
- }
- .activity .flexCol{
- margin-left: 10rpx;
- }
- .activity .tit{
- margin-bottom: 10rpx;
- }
|