myPoint.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .clearfix {
  2. zoom: 1;
  3. display: block;
  4. }
  5. .colr {
  6. color: $colorMain;
  7. padding-right: 2px;
  8. }
  9. .colr1 {
  10. color: green;
  11. padding-right: 2px;
  12. }
  13. .current {
  14. font-weight: bold;
  15. }
  16. .sld_myPoint_wrapper {
  17. float: left;
  18. .pointCon {
  19. background-color: #fff;
  20. border: 1px solid #eeeeee;
  21. width: 1008px;
  22. // height: 900px;
  23. box-sizing: border-box;
  24. margin-left: 20px;
  25. .jifen_top {
  26. height: 77px;
  27. line-height: 77px;
  28. padding: 0 20px;
  29. border-bottom: 1px solid #eeeeee;
  30. .itg {
  31. span {
  32. font-size: 16px;
  33. }
  34. }
  35. }
  36. .content_tit {
  37. width: 100%;
  38. margin-top: 8px;
  39. padding-right: 10px;
  40. .tabsTitle {
  41. display: flex;
  42. height: 42px;
  43. line-height: 42px;
  44. padding: 0 18px;
  45. li {
  46. position: relative;
  47. font-size: 14px;
  48. color: #333333;
  49. padding: 0 20px;
  50. cursor: pointer;
  51. white-space: nowrap;
  52. &::after {
  53. position: absolute;
  54. content: "";
  55. top: 50%;
  56. right: 0;
  57. width: 1px;
  58. height: 13px;
  59. background-color: #8d8d8d;
  60. transform: translateY(-50%);
  61. }
  62. }
  63. }
  64. }
  65. .point_list {
  66. min-height: 315px;
  67. .point_table {
  68. border-left: none;
  69. border-right: none;
  70. width: 100%;
  71. margin-bottom: 30px;
  72. border: 1px solid #e0e0e0;
  73. border-collapse: collapse;
  74. border-spacing: 0;
  75. background-color: transparent;
  76. .voucher_tabeltitle {
  77. height: 39px;
  78. background-color: #ececec;
  79. th {
  80. text-align: center;
  81. font-weight: 400;
  82. border: 1px solid #e3e3e3;
  83. }
  84. }
  85. td:first-child {
  86. border-left: none;
  87. }
  88. td {
  89. text-align: center;
  90. line-height: 50px;
  91. background: #fff;
  92. border: 1px solid #e3e3e3;
  93. font-weight: 400;
  94. }
  95. }
  96. }
  97. }
  98. }