1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .message{
- align-items: center;
- }
- .message image{
- width: 40rpx;
- height: 40rpx;
- }
- .message text{
- font-size: 30rpx;
- margin-left: 10rpx;
- margin-right: 30rpx;
- }
- .swiper-banner{
- height: 320rpx;
- }
-
- .icons {
- justify-content: space-around;
- align-items: center;
- padding-top: 30rpx;
- padding-bottom: 30rpx;
-
- }
- .icons image {
- width: 80rpx;
- height: 80rpx;
- }
- .icons text {
- font-size: 26rpx;
- margin-top: 15rpx;
- }
- .title .icon {
- font-size: 36rpx;
- color: #333;
- }
- .title .icon image{
- width: 40rpx;
- height: 40rpx;
- margin-right: 10rpx;
- }
- .title .more {
- font-size: 24rpx;
- color: #999;
- }
- .title .more image{
- width: 20rpx;
- height: 35rpx;
- margin-left: 10rpx;
- }
- .swiper-list {
- height: 328rpx;
- margin-top: 20rpx;
- }
- .lineHt20{
- height: 20rpx;
- background: #F2F2F2;
- }
|