index.acss 784 B

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