You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1023 B

  1. .tabTop{
  2. font-family: PingFangSC-Regular;
  3. margin: 10rpx auto;
  4. display: flex;
  5. flex-direction: row;
  6. justify-content : space-around;
  7. overflow: hidden;
  8. border-top: 1rpx solid #b8b8b8;
  9. border-bottom: 1rpx solid #b8b8b8;
  10. color: #475669;
  11. font-size: 30rpx;
  12. /* font-weight:700; */
  13. }
  14. .tabBod{
  15. font-family: PingFangSC-Regular;
  16. color: #b8b8b8;
  17. display: flex;
  18. flex-direction: row;
  19. justify-content : space-around;
  20. overflow: hidden;
  21. height: 120rpx;
  22. line-height: 60rpx;
  23. font-size: 30rpx;
  24. border-bottom: 1rpx dashed #b8b8b8;
  25. }
  26. .text{
  27. width: 25%;
  28. height: 70rpx;
  29. text-align: center;
  30. line-height: 70rpx;
  31. /* background-color: #00ffff;
  32. color: #fff; */
  33. }
  34. .text1{
  35. border-left: 1rpx solid #b8b8b8;
  36. }
  37. .tiem{
  38. font-size: 24rpx;
  39. height: 70rpx;
  40. line-height: 70rpx;
  41. }
  42. .dey{
  43. text-align: center;
  44. }
  45. .tiemBox{
  46. width: 25%;
  47. font-size: 24rpx;
  48. }
  49. .remark{
  50. height: 120rpx;
  51. line-height: 40rpx;
  52. font-size: 28rpx;
  53. }
  54. .operation{
  55. font-size: 28rpx;
  56. height: 120rpx;
  57. line-height: 120rpx;
  58. }