12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- page{background-color: #F6F6FF;}
- .message{position: absolute;right: 20rpx;top: 30rpx;z-index: 10000;}
- .notice{background-color: #fff;margin-top: 24rpx;padding: 10rpx 0;}
- .service{
- .service-item{
- width: 25%;
- margin: 24rpx 0;
- text-align: center;
- .service-item-img{width: 98rpx;height: 98rpx;}
- }
- }
- .news-list{
- .u-body-item{
- .u-body-item-title{
- margin-bottom: 15rpx;
- }
- .foot{
- font-size: 24rpx;
- color: #ddd;
- .time{
- margin-left: 24rpx;
- }
- }
- }
- }
- .u-card-wrap {
- background-color: $u-bg-color;
- padding: 1px;
- }
- .u-body-item {
- // font-size: 32rpx;
- color: #333;
- padding: 20rpx 10rpx;
- }
-
- .u-body-item image {
- width: 120rpx;
- flex: 0 0 120rpx;
- height: 120rpx;
- border-radius: 8rpx;
- margin-left: 12rpx;
- }
|