resitor_scence.acss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. /* pages/resitor_scence/resitor_scence.wxss */
  2. .page {
  3. position: relative;
  4. width: 100%;
  5. min-height: 100vh;
  6. background-color: #2f6fd1;
  7. padding-top: 1rpx;
  8. }
  9. /* 左上角标题 */
  10. .title {
  11. font-size: 32rpx;
  12. color: white;
  13. }
  14. /* logo */
  15. .logo-area {
  16. display: flex;
  17. justify-content: center;
  18. margin-top: 40rpx;
  19. }
  20. .logo-area > image {
  21. width: 88rpx;
  22. height: 100rpx;
  23. }
  24. /* 内外宾选择区 */
  25. .radio-group {
  26. width: 100%;
  27. display: flex;
  28. justify-content: space-around;
  29. padding-top: 40rpx;
  30. padding-bottom: 15rpx;
  31. }
  32. .padding-sm {
  33. padding: 8rpx 30rpx;
  34. font-size: 30rpx;
  35. }
  36. .text-white {
  37. color: #f0f8fe !important;
  38. }
  39. .picker-area {
  40. position: relative;
  41. padding: 0 48rpx;
  42. display: flex;
  43. justify-content: space-between;
  44. align-items: center;
  45. color: #c7daf9;
  46. }
  47. .picker {
  48. position: relative;
  49. display: flex;
  50. align-items: center;
  51. }
  52. .picker::after {
  53. content: "";
  54. position: relative;
  55. width: 18rpx;
  56. height: 18rpx;
  57. border-top: 1rpx solid #c7daf9;
  58. border-right: 1rpx solid #c7daf9;
  59. transform: rotate(45deg);
  60. }
  61. /* 常访客按钮区 */
  62. .component-list {
  63. display: flex;
  64. justify-content: space-between;
  65. align-items: center;
  66. margin: 32rpx 40rpx;
  67. }
  68. .component-item {
  69. position: relative;
  70. width: 47%;
  71. height: 120rpx;
  72. }
  73. .component-item > image {
  74. width: 100%;
  75. height: 100%;
  76. }
  77. .tip {
  78. position: absolute;
  79. color: #e2edff;
  80. right: 12rpx;
  81. top: 0rpx;
  82. /* padding: 20rpx; */
  83. }
  84. .tip2 {
  85. position: absolute;
  86. color: #e2edff;
  87. right: 0rpx;
  88. top: 0rpx;
  89. padding: 20rpx;
  90. }
  91. /* 企业信息录入 */
  92. .btn-area {
  93. margin-left: 26rpx;
  94. margin-right: 26rpx;
  95. position: relative;
  96. }
  97. .btn-area > button {
  98. width: 252rpx;
  99. margin-top: 34rpx;
  100. background: linear-gradient(0deg, #3877d7, #3877d7), #3877d7;
  101. border: 0.7px solid #4881d9;
  102. border-radius: 6px;
  103. color: #cadbf9;
  104. font-size: 26rpx;
  105. margin-right: 0;
  106. padding-right: 60rpx;
  107. }
  108. .click {
  109. background-color: #6c9fec8a !important;
  110. }
  111. /* 提示区 */
  112. .tip-area {
  113. margin: 24rpx 42rpx;
  114. }
  115. .tip-area > text {
  116. color: #d8e5fc;
  117. font-size: 26rpx;
  118. line-height: 36rpx;
  119. }
  120. .logo2 {
  121. width: 227rpx;
  122. height: 57rpx;
  123. top: 10px;
  124. right: 16px;
  125. position: absolute;
  126. }
  127. .home-header-img {
  128. width: 680rpx;
  129. height: 180rpx;
  130. margin-left: 40rpx;
  131. margin-right: 40rpx;
  132. margin-top: 50rpx;
  133. }
  134. .home-header-img > image {
  135. width: 100%;
  136. height: 100%;
  137. }
  138. /* 功能区 */
  139. .component-area {
  140. position: relative;
  141. min-height: 190rpx;
  142. /* height: 100%; */
  143. background: #3877d7;
  144. border-radius: 6px;
  145. margin: 0 40rpx 100rpx;
  146. }
  147. .component-area > .component {
  148. width: 33.33%;
  149. height: 150rpx;
  150. display: flex;
  151. justify-content: center;
  152. align-items: center;
  153. flex-direction: column;
  154. margin-top: 15rpx;
  155. margin-bottom: 15rpx;
  156. float: left;
  157. /* background: #3877D7; */
  158. }
  159. .component > image {
  160. width: 90rpx;
  161. height: 90rpx;
  162. }
  163. .component > text {
  164. color: #c6d3ef;
  165. font-size: 25rpx;
  166. margin-top: 4rpx;
  167. }
  168. .type {
  169. padding: 5rpx 10rpx;
  170. background: #4689ee;
  171. border-radius: 4px;
  172. color: #bcdefe;
  173. font-size: 12px;
  174. margin-left: 10rpx;
  175. }
  176. .height370 {
  177. height: 370rpx;
  178. }
  179. .margintop120 {
  180. margin-top: 120rpx;
  181. }