price.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. /* price 蓝色背景top */
  2. .price-top {
  3. width: 100%;
  4. height: 300px;
  5. background: linear-gradient(to right, #2e77e5, #004cbf);
  6. margin-top: 60px;
  7. position: relative;
  8. }
  9. .tilt-component {
  10. overflow: hidden;
  11. position: relative;
  12. }
  13. .top-bg-img-left {
  14. float: left;
  15. width: 500px;
  16. height: 300px;
  17. object-fit: contain;
  18. }
  19. .top-bg-img-right {
  20. float: right;
  21. width: 500px;
  22. height: 300px;
  23. object-fit: contain;
  24. }
  25. img {
  26. border: none;
  27. }
  28. .price-top .top-content {
  29. position: absolute;
  30. top: 70px;
  31. width: 100%;
  32. }
  33. .price-top .top-title {
  34. width: 100%;
  35. height: 59px;
  36. font-size: 44px;
  37. font-weight: 600;
  38. line-height: 60px;
  39. letter-spacing: 4.4px;
  40. text-align: center;
  41. color: #fff;
  42. }
  43. .price-top .top-subtitle {
  44. width: 100%;
  45. height: 22px;
  46. font-size: 16px;
  47. font-weight: 400;
  48. line-height: 28px;
  49. letter-spacing: 1px;
  50. text-align: center;
  51. margin-top: 10px;
  52. color: #fff;
  53. }
  54. .tilt-triangle {
  55. width: 200%;
  56. position: absolute;
  57. height: 200%;
  58. z-index: 1;
  59. background: #fff;
  60. }
  61. .tilt-triangle-bottom-left {
  62. top: 100%;
  63. transform-origin: 0 0;
  64. }
  65. /* price 蓝色背景top */
  66. /* 报价 */
  67. .price-bk {
  68. padding-bottom: 60px;
  69. }
  70. .price-main {
  71. margin-top: -79px;
  72. position: relative;
  73. z-index: 1;
  74. border-radius: 3px;
  75. background-color: #fff;
  76. box-shadow: 0 10px 20px 0 rgb(37 40 42 / 10%);
  77. }
  78. .table>tbody>tr>td {
  79. padding: 20px;
  80. vertical-align: middle;
  81. }
  82. .price-main-table-button.private {
  83. display: inline-block;
  84. border: 1px solid #0b5dd9;
  85. background: #fff;
  86. color: #0b5dd9;
  87. text-align: center;
  88. width: 135px;
  89. height: 40px;
  90. line-height: 40px;
  91. }
  92. .table-striped>tbody>tr:nth-of-type(odd) {
  93. background-color: #fff;
  94. }