index.wxss 647 B

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