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.

84 lines
1.3 KiB

3 weeks ago
  1. .leftLineH {
  2. width: 100%;
  3. height: auto;
  4. position: relative;
  5. &:before {
  6. content: '';
  7. position: absolute;
  8. left: 22rpx;
  9. height: 100%;
  10. width: 2rpx;
  11. background-color: #F6F7FA;
  12. }
  13. .tit_row {
  14. .num {
  15. width: 44rpx;
  16. height: 50rpx;
  17. text-align: center;
  18. line-height: 44rpx;
  19. color: #fff;
  20. font-weight: 500;
  21. font-size: 32rpx;
  22. background: url('../../../../static/images/numbg.png') no-repeat;
  23. background-size: 100% 100%;
  24. position: relative;
  25. z-index: 2;
  26. }
  27. .tit {
  28. font-weight: bold;
  29. font-size: 32rpx;
  30. padding-left: 40rpx;
  31. }
  32. }
  33. .tables {
  34. border: 1px solid #F6F7FA;
  35. margin-top: 30rpx;
  36. border-radius: 8rpx;
  37. .th {
  38. border-bottom: 1px solid #F6F7FA;
  39. height: 64rpx;
  40. line-height: 64rpx;
  41. display: flex;
  42. font-weight: 500;
  43. font-size: 24rpx;
  44. text-align: center;
  45. .td {
  46. border-right: 1px solid #F6F7FA;
  47. &:first-child {
  48. width: 0;
  49. flex: 1;
  50. }
  51. &:last-child {
  52. border: none;
  53. width: 145rpx;
  54. }
  55. }
  56. }
  57. }
  58. }
  59. .con {
  60. padding-left: 62rpx;
  61. padding-top: 20rpx;
  62. margin-bottom: 78rpx;
  63. .text {
  64. font-weight: 500;
  65. font-size: 28rpx;
  66. text {
  67. color: #EE890C;
  68. }
  69. }
  70. }