index.css 652 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .nav {
  2. display: flex;
  3. justify-content: space-around;
  4. padding-top: 40upx;
  5. }
  6. .bar_view {
  7. font-size: 30upx;
  8. line-height: 60upx;
  9. color: #B7BECF;
  10. text-align: center;
  11. position: relative;
  12. }
  13. .bar_view_focus {
  14. text-align: center;
  15. font-size: 30upx;
  16. line-height: 60upx;
  17. color: #191D3A;
  18. border-bottom: 6upx solid #FF5039;
  19. position: relative;
  20. }
  21. .t_show {
  22. border-radius: 20upx;
  23. overflow: hidden;
  24. padding-bottom: 80upx;
  25. }
  26. page {
  27. background-color: #f3f3f3;
  28. }
  29. .my_bg {
  30. overflow: hidden;
  31. }
  32. .each_data{
  33. padding-top: 6upx;
  34. background-color: #ffffff;
  35. width: 96%;
  36. margin-left: 2%;
  37. box-shadow: 0px 8upx 8upx 0px #e3e3e3;
  38. border-radius: 10px;
  39. }