index.scss 738 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. page{background-color: #F6F6FF;}
  2. .message{position: absolute;right: 20rpx;top: 30rpx;z-index: 10000;}
  3. .notice{background-color: #fff;margin-top: 24rpx;padding: 10rpx 0;}
  4. .service{
  5. .service-item{
  6. width: 25%;
  7. margin: 24rpx 0;
  8. text-align: center;
  9. .service-item-img{width: 98rpx;height: 98rpx;}
  10. }
  11. }
  12. .news-list{
  13. .u-body-item{
  14. .u-body-item-title{
  15. margin-bottom: 15rpx;
  16. }
  17. .foot{
  18. font-size: 24rpx;
  19. color: #ddd;
  20. .time{
  21. margin-left: 24rpx;
  22. }
  23. }
  24. }
  25. }
  26. .u-card-wrap {
  27. background-color: $u-bg-color;
  28. padding: 1px;
  29. }
  30. .u-body-item {
  31. // font-size: 32rpx;
  32. color: #333;
  33. padding: 20rpx 10rpx;
  34. }
  35. .u-body-item image {
  36. width: 120rpx;
  37. flex: 0 0 120rpx;
  38. height: 120rpx;
  39. border-radius: 8rpx;
  40. margin-left: 12rpx;
  41. }