index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. /* pages/agent/index.wxss */
  2. .panel {
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. .agent {
  7. width: 100%;
  8. }
  9. .agent image {
  10. width: 100%;
  11. }
  12. .agent_1 {
  13. width: 100%;
  14. }
  15. .agent_1 image {
  16. width: 100%;
  17. }
  18. .agent_1 .baoming {
  19. position: fixed;
  20. width: 263rpx;
  21. height: 136rpx;
  22. top: 80%;
  23. right: 30rpx;
  24. }
  25. .agent_4 {
  26. width: 100%;
  27. position: relative;
  28. }
  29. .agent_4 image {
  30. width: 100%;
  31. }
  32. .agent_4 .joinus {
  33. position: absolute;
  34. width: 100%;
  35. top: 170rpx;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. font-size: 50rpx;
  40. font-family: SourceHanSansCN-Regular;
  41. font-weight: 400;
  42. color: rgba(42, 49, 58, 1);
  43. }
  44. .agent_4 .name {
  45. position: absolute;
  46. width: 100%;
  47. top: 300rpx;
  48. display: flex;
  49. justify-content: space-between;
  50. align-items: center;
  51. font-size: 32rpx;
  52. font-family: SourceHanSansCN-Regular;
  53. font-weight: 400;
  54. color: rgba(42, 49, 58, 1);
  55. }
  56. .agent_4 .name .left {
  57. padding-left: 120rpx;
  58. width: 26%;
  59. }
  60. .agent_4 .name .right {
  61. width: 52%;
  62. margin-right: 120rpx;
  63. border-bottom: 2rpx solid #2a313a;
  64. }
  65. .agent_4 .contact {
  66. position: absolute;
  67. width: 100%;
  68. top: 370rpx;
  69. display: flex;
  70. justify-content: space-between;
  71. align-items: center;
  72. font-size: 32rpx;
  73. font-family: SourceHanSansCN-Regular;
  74. font-weight: 400;
  75. color: rgba(42, 49, 58, 1);
  76. }
  77. .agent_4 .contact .left {
  78. padding-left: 120rpx;
  79. width: 26%;
  80. }
  81. .agent_4 .contact .right {
  82. width: 52%;
  83. margin-right: 120rpx;
  84. border-bottom: 2rpx solid #2a313a;
  85. }
  86. .agent_4 .sex {
  87. position: absolute;
  88. width: 100%;
  89. top: 440rpx;
  90. display: flex;
  91. justify-content: space-between;
  92. align-items: center;
  93. font-size: 32rpx;
  94. font-family: SourceHanSansCN-Regular;
  95. font-weight: 400;
  96. color: rgba(42, 49, 58, 1);
  97. }
  98. .agent_4 .sex .left {
  99. padding-left: 120rpx;
  100. width: 26%;
  101. }
  102. .agent_4 .sex .right {
  103. width: 52%;
  104. margin-right: 120rpx;
  105. border-bottom: 2rpx solid #2a313a;
  106. }
  107. .agent_4 .year {
  108. position: absolute;
  109. width: 100%;
  110. top: 510rpx;
  111. display: flex;
  112. justify-content: space-between;
  113. align-items: center;
  114. font-size: 32rpx;
  115. font-family: SourceHanSansCN-Regular;
  116. font-weight: 400;
  117. color: rgba(42, 49, 58, 1);
  118. }
  119. .agent_4 .year .left {
  120. padding-left: 120rpx;
  121. width: 26%;
  122. }
  123. .agent_4 .year .right {
  124. width: 52%;
  125. margin-right: 120rpx;
  126. border-bottom: 2rpx solid #2a313a;
  127. }
  128. .submit {
  129. position: absolute;
  130. left: 29%;
  131. right: 29%;
  132. top: 640rpx;
  133. height: 88rpx;
  134. display: flex;
  135. justify-content: center;
  136. align-items: center;
  137. font-size: 36rpx;
  138. font-family: SourceHanSansCN-Regular;
  139. font-weight: 400;
  140. color: rgba(255, 255, 255, 1);
  141. background: rgba(88, 140, 207, 1);
  142. border: 6rpx solid rgba(40, 50, 60, 1);
  143. border-radius: 24rpx;
  144. }
  145. .picker{
  146. font-size: 28rpx;
  147. margin-top: 8rpx;
  148. }