index.acss 819 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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: 0 0.04rem 0.12rem 0 rgba(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. border-bottom: 1px solid #f1f1f1;
  30. }
  31. .img-left{
  32. width: 40rpx;
  33. height: 40rpx;
  34. margin: 0 28rpx;
  35. }
  36. .img-right{
  37. width: 24rpx;
  38. height: 24rpx;
  39. margin-right: 28rpx;
  40. }
  41. .li-right{
  42. padding: 28rpx 0;
  43. }
  44. .date{
  45. font-size: 28rpx;
  46. color: #999
  47. }
  48. .xusj{
  49. color: #fff;
  50. background-color: #26A2FF;
  51. border-radius: 6rpx;
  52. margin-right: 28rpx;
  53. font-size: 28rpx;
  54. padding: 5rpx 10rpx;
  55. }