index.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .page{
  2. height:100vh;
  3. background: #F1F1F1;
  4. }
  5. .content{
  6. .box{
  7. display: flex;
  8. flex-direction: column;
  9. width: 686rpx;
  10. // height: 784rpx;
  11. padding-bottom:70rpx ;
  12. padding-top: 20rpx;
  13. background: #FFFFFF;
  14. box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(0,0,0,0.06);
  15. border-radius: 8rpx 24rpx 8rpx 24rpx;
  16. margin-left: 50%;
  17. transform: translateX(-50%);
  18. padding-left: 24rpx;
  19. padding-right: 32rpx;
  20. margin-top: -200rpx;
  21. box-sizing: border-box;
  22. .item{
  23. height: 182rpx;
  24. display: flex;
  25. align-items: center;
  26. justify-content: space-between;
  27. width: 100%;
  28. .part1{
  29. display: flex;
  30. align-items: flex-start;
  31. width: 100%;
  32. .left{
  33. display: flex;
  34. align-items: flex-start;
  35. margin-top: 8rpx;
  36. }
  37. .cen{
  38. margin-left: 8rpx;
  39. width: 100%;
  40. position: relative;
  41. .water{
  42. position: absolute;
  43. z-index:1;
  44. font-size: 64rpx;
  45. font-family: Arial-BoldMT, Arial;
  46. font-weight: 600;
  47. color:#F6F6F6;
  48. margin-top: -30rpx;
  49. }
  50. .top{
  51. font-size: 28rpx;
  52. font-family: PingFang-SC-Bold, PingFang-SC;
  53. font-weight: bold;
  54. color: #333333;
  55. z-index:2;
  56. position: relative;
  57. }
  58. .bot1{
  59. box-sizing: border-box;
  60. margin-top: 18rpx;
  61. width: 250rpx;
  62. // height: 308rpx;
  63. background: #333333;
  64. border-radius: 24rpx;
  65. display: flex;
  66. flex-direction: column;
  67. justify-content: space-between;
  68. .top{
  69. font-size: 24rpx;
  70. font-family: PingFang-SC-Medium, PingFang-SC;
  71. font-weight: 500;
  72. color: #FFFFFF;
  73. display: flex;
  74. align-items: center;
  75. justify-content: center;
  76. height: 56rpx;
  77. box-sizing: border-box;
  78. }
  79. .code{
  80. box-sizing: border-box;
  81. border-radius: 0rpx 0rpx 24rpx 24rpx;
  82. border-left:4rpx solid #999;
  83. border-right:4rpx solid #999;
  84. border-bottom:4rpx solid #999;
  85. box-sizing: border-box;
  86. }
  87. }
  88. .bot{
  89. font-size: 28rpx;
  90. font-family: PingFang-SC-Medium, PingFang-SC;
  91. font-weight: 500;
  92. color: #000000;
  93. margin-top: 18rpx;
  94. display: flex;
  95. align-items: center;
  96. justify-content: space-between;
  97. width: 100%;
  98. z-index:2;
  99. position: relative;
  100. .call{
  101. font-size: 28rpx;
  102. font-family: PingFang-SC-Medium, PingFang-SC;
  103. font-weight: 500;
  104. color: #F7790C;
  105. height: 100%;
  106. }
  107. }
  108. }
  109. }
  110. // .right{
  111. // font-size: 28rpx;
  112. // font-family: PingFang-SC-Medium, PingFang-SC;
  113. // font-weight: 500;
  114. // color: #F7790C;
  115. // height: 100%;
  116. // display: flex;
  117. // align-items: flex-end;
  118. // }
  119. }
  120. }
  121. }