index.wxss 795 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .message{
  2. align-items: center;
  3. }
  4. .message image{
  5. width: 40rpx;
  6. height: 40rpx;
  7. }
  8. .message text{
  9. font-size: 30rpx;
  10. margin-left: 10rpx;
  11. margin-right: 30rpx;
  12. }
  13. .swiper-banner{
  14. height: 320rpx;
  15. }
  16. .icons {
  17. justify-content: space-around;
  18. align-items: center;
  19. padding-top: 30rpx;
  20. padding-bottom: 30rpx;
  21. }
  22. .icons image {
  23. width: 80rpx;
  24. height: 80rpx;
  25. }
  26. .icons text {
  27. font-size: 26rpx;
  28. margin-top: 15rpx;
  29. }
  30. .title .icon {
  31. font-size: 36rpx;
  32. color: #333;
  33. }
  34. .title .icon image{
  35. width: 40rpx;
  36. height: 40rpx;
  37. margin-right: 10rpx;
  38. }
  39. .title .more {
  40. font-size: 24rpx;
  41. color: #999;
  42. }
  43. .title .more image{
  44. width: 20rpx;
  45. height: 35rpx;
  46. margin-left: 10rpx;
  47. }
  48. .swiper-list {
  49. height: 328rpx;
  50. margin-top: 20rpx;
  51. }
  52. .lineHt20{
  53. height: 20rpx;
  54. background: #F2F2F2;
  55. }