staticProject.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .list{
  2. font-size: 28rpx;
  3. color: #007AFF;
  4. margin-right: 20rpx;
  5. margin-top: 85rpx;
  6. }
  7. .switch{
  8. -webkit-transform: scale(0.6);
  9. transform: scale(0.6);
  10. margin-left: 30rpx;
  11. }
  12. .col{
  13. float: right;
  14. }
  15. .uni-btn-v {
  16. display: flex;
  17. flex-direction: row;
  18. margin-top: 100rpx;
  19. }
  20. .button1 {
  21. width: 315rpx;
  22. height: 76rpx;
  23. margin-top: 30rpx;
  24. background-color: #E02021;
  25. color: white;
  26. font-size: unset;
  27. }
  28. .button2 {
  29. width: 315rpx;
  30. height: 76rpx;
  31. margin-top: 30rpx;
  32. background-color: #007AFF;
  33. color: white;
  34. font-size: unset;
  35. }
  36. .gatewayList {
  37. width: 702rpx;
  38. height: 230rpx;
  39. background-color: white;
  40. margin-top: 30rpx;
  41. margin-left: 24rpx;
  42. border-radius: 10rpx;
  43. padding-top: 30rpx;
  44. }
  45. .content {
  46. display: flex;
  47. flex-direction: column;
  48. margin-top: 30rpx;
  49. margin-left: 30rpx;
  50. line-height: 60rpx;
  51. color: #444546;
  52. }
  53. .title {
  54. font-size: 36rpx;
  55. margin-left: 30rpx;
  56. color: #282828;
  57. font-weight: 600;
  58. }
  59. .mid {
  60. display: flex;
  61. flex-direction: column;
  62. align-items: center;
  63. margin-top: 36rpx;
  64. }
  65. .tiao {
  66. width: 60px;
  67. height: 3px;
  68. margin-top: 20rpx;
  69. background: #007AFF;
  70. }
  71. .address1 {
  72. float: right;
  73. margin-right: 40rpx;
  74. margin-top: 40rpx;
  75. }
  76. .add1 {
  77. color: #848586;
  78. margin-left: 20rpx;
  79. }
  80. .add {
  81. float: left;
  82. margin-left: 60rpx;
  83. margin-top: 40rpx;
  84. display: flex;
  85. flex-direction: row;
  86. }
  87. .contact1 {
  88. float: right;
  89. margin-right: 40rpx;
  90. margin-top: 40rpx;
  91. }
  92. .con1 {
  93. color: #848586;
  94. margin-left: 20rpx;
  95. padding-top: 20rpx;
  96. }
  97. .con {
  98. float: left;
  99. margin-left: 60rpx;
  100. margin-top: 40rpx;
  101. }
  102. .image2 {
  103. float: left;
  104. width: 36rpx;
  105. height: 36rpx;
  106. }
  107. .image3 {
  108. width: 36rpx;
  109. height: 36rpx;
  110. }
  111. .xiaban {
  112. height: 50rpx;
  113. width: 702rpx;
  114. background-color: white;
  115. margin-left: 24rpx;
  116. border-bottom-left-radius: 10rpx;
  117. border-bottom-right-radius: 10rpx;
  118. }
  119. .head {
  120. height: 420rpx;
  121. background: linear-gradient(180deg, #2A8FFB 0%, #0467FB 100%);
  122. display: flex;
  123. justify-content: center;
  124. }
  125. .image1 {
  126. margin-left: 280rpx;
  127. height: 140rpx;
  128. width: 140rpx;
  129. margin-top: 41rpx;
  130. }
  131. .name {
  132. font-size: 36rpx;
  133. color: white;
  134. margin-top: 20rpx;
  135. margin-bottom: ;
  136. }
  137. .nameImage {
  138. display: flex;
  139. flex-direction: column;
  140. text-align: center;
  141. }
  142. .tianchong {
  143. width: 702rpx;
  144. height: 65rpx;
  145. }
  146. .bottom {
  147. width: 702rpx;
  148. height: 145rpx;
  149. background-color: white;
  150. border-top-left-radius: 10rpx;
  151. border-top-right-radius: 10rpx;
  152. display: flex;
  153. flex-direction: column;
  154. font-size: 26rpx;
  155. }