index.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /* contact.css */
  2. page{background: #f5f5f5;}
  3. .bg{width: 100%;position: absolute;top: 0;left: 0;z-index: 1;}
  4. .con{position: relative;z-index: 2;padding: 0 45rpx 150rpx;}
  5. .name{font-size: 30rpx;color: #252A3B;font-weight: bold;padding: 38rpx 0;}
  6. .name image{width: 64rpx;height: 64rpx;border-radius: 50%;margin-right: 14rpx;}
  7. .box1{background: #fff;border-radius: 10rpx;margin-bottom: 20rpx;position: relative;padding: 40rpx 32rpx 70rpx;}
  8. .box1::before{content: '';display: block;width: 0;height: 0;border: 10rpx solid transparent;border-top: none;border-bottom-color: #fff;position: absolute;left: 22rpx;top: -10rpx;}
  9. .text{font-size: 26rpx;line-height: 40rpx;color: #666;margin-bottom: 40rpx;}
  10. .spe{color: #1A83FF;}
  11. .code{align-items: flex-end;}
  12. .code image{width: 148rpx;height: 148rpx;margin-right: 27rpx;}
  13. .btn{width: 165rpx;height: 46rpx;border: 2rpx solid #D8D8D8;border-radius: 32rpx;font-size: 24rpx;color: #999;text-align: center;line-height: 46rpx;margin-bottom: 20rpx;}
  14. .code .btn:first-child{margin-top: 0;}
  15. .box{background: #fff;border-radius: 10rpx;margin-bottom: 20rpx;position: relative;padding: 40rpx 32rpx 70rpx;}
  16. .tit{font-size: 30rpx;color: #252A3B;position: relative;margin-bottom: 20rpx;}
  17. .tit view{position: relative;z-index: 2;}
  18. .tit image{width: 171rpx;height: 6rpx;position: absolute;bottom: 5rpx;left: 0;z-index: 1;}
  19. .codes{margin-top: 46rpx;padding-top: 45rpx;border-top: 1rpx solid #E4E4E4;}
  20. .bot{position: fixed;left: 0;right: 0;bottom: 0;background: var(--main);height: 110rpx;z-index: 50;}
  21. .b-btn{width: 50% !important;font-size: 28rpx;color: #fff;justify-content: center;}
  22. .b-btn image{width: 30rpx;height: 30rpx;margin-right: 14rpx;}
  23. /* .bot .b-btn:last-child::after{content: '';display: block;width: 1rpx;height: 49rpx;background: #E9E9E9;position: absolute;left: 0;top: 50%;transform: translateY(-50%);} */
  24. .gw-topbox{
  25. background-color: #fff;
  26. border-radius: 20rpx 20rpx 0 0;
  27. margin: 30rpx 30rpx 0;
  28. padding: 30rpx;
  29. }
  30. .gw-title{
  31. font-size: 48rpx;
  32. font-weight: 400;
  33. color: #000000;
  34. line-height: 67rpx;
  35. }
  36. .gw-subtitle{
  37. line-height: 40rpx;
  38. font-size: 28rpx;
  39. font-weight: 400;
  40. margin-top: 4rpx;
  41. color: #999999;
  42. }
  43. .gw-header{
  44. width: 140rpx;
  45. height: 140rpx;
  46. background: #FFFFFF;
  47. opacity: 1;
  48. border: 3rpx solid #f6f6f6;
  49. border-radius: 100%;
  50. overflow: hidden;
  51. margin: 19rpx auto 0;
  52. }
  53. .gw-header image{
  54. width: 100%;
  55. height: 100%;
  56. }
  57. .gw-name{
  58. line-height: 45rpx;
  59. font-size: 32rpx;
  60. font-weight: bold;
  61. color: #333333;
  62. margin-top: 4rpx;
  63. text-align: center;
  64. }
  65. .gw-tag{
  66. padding: 0 6rpx;
  67. line-height: 29rpx;
  68. background: #009AFF;
  69. border-radius: 5rpx 5rpx 5rpx 5rpx;
  70. opacity: 1;
  71. font-size: 20rpx;
  72. color: #FFFFFF;
  73. margin-top: 4rpx;
  74. margin-right: 6rpx;
  75. }
  76. .gw-tag:last-child{
  77. margin-right: 0;
  78. }
  79. .gw-add{
  80. line-height: 33rpx;
  81. font-size: 24rpx;
  82. font-weight: 500;
  83. color: #999999;
  84. margin-top: 7rpx;
  85. text-align: center;
  86. }
  87. .gw-text{
  88. line-height: 35rpx;
  89. font-size: 24rpx;
  90. font-weight: 400;
  91. color: #666666;
  92. text-align: center;
  93. margin-top: 35rpx;
  94. }
  95. .gw-line{
  96. border: 1rpx dashed #e8e8e8;
  97. margin: 0 80rpx;
  98. position: relative;
  99. }
  100. .gw-line::before{
  101. position: absolute;
  102. content: '';
  103. width: 46rpx;
  104. height: 46rpx;
  105. background-color: #f5f5f5;
  106. top:-22rpx;
  107. left:-73rpx;
  108. border-radius: 100%;
  109. }
  110. .gw-line::after{
  111. position: absolute;
  112. content: '';
  113. width: 46rpx;
  114. height: 46rpx;
  115. background-color: #f5f5f5;
  116. top:-22rpx;
  117. right:-73rpx;
  118. border-radius: 100%;
  119. }
  120. .gw-bottombox{
  121. background-color: #fff;
  122. border-radius: 0rpx 0rpx 20rpx 20rpx;
  123. margin: 0rpx 30rpx 30rpx;
  124. padding: 30rpx 30rpx 70rpx;
  125. }
  126. .gw-wx{
  127. width: 356rpx;
  128. height:356rpx;
  129. margin: 75rpx auto 20rpx;
  130. }
  131. .gw-sm{
  132. height: 36rpx;
  133. font-size: 24rpx;
  134. font-weight: normal;
  135. color: #999999;
  136. text-align: center;
  137. }