index.acss 740 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .top {
  2. width: 100%;
  3. height: 70rpx;
  4. background-color: #26A2FF;
  5. margin-bottom: 94rpx;
  6. }
  7. .head{
  8. position: absolute;
  9. top: 0;
  10. left: 32rpx;
  11. right: 32rpx;
  12. border-radius: 20rpx;
  13. background-color: #fff;
  14. box-shadow: 0rpx 0rpx 10rpx #ccc;
  15. height: 140rpx;
  16. }
  17. .head .flex-box{
  18. padding:0 28rpx;
  19. height: 100%;
  20. }
  21. .name{
  22. font-size: 30rpx;
  23. }
  24. .li{
  25. background-color: #fff;
  26. }
  27. .img-left{
  28. width: 40rpx;
  29. height: 40rpx;
  30. margin: 0 28rpx;
  31. }
  32. .img-right{
  33. width: 24rpx;
  34. height: 24rpx;
  35. margin-right: 28rpx;
  36. }
  37. .li-right{
  38. padding: 28rpx 0;
  39. }
  40. .date{
  41. font-size: 22rpx;
  42. color: #999
  43. }
  44. .xusj{
  45. color: #fff;
  46. background-color: #26A2FF;
  47. border-radius: 6rpx;
  48. margin-right: 28rpx;
  49. font-size: 24rpx;
  50. padding: 5rpx 10rpx;
  51. }