personInfo.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. #photo_btn{
  2. background: #fff!important;
  3. /* border: 1px solid red; */
  4. font-weight: normal!important;
  5. font-size: 28rpx;
  6. text-align: right;
  7. color: #4d4d4d;
  8. }
  9. .block {
  10. height: 80rpx;
  11. line-height: 80rpx;
  12. margin-top: 50rpx;
  13. }
  14. .card_bj{
  15. width: 100%;
  16. height: 250rpx;
  17. box-shadow: 10rpx 10rpx 10rpx 10rpx #f8f8f8;
  18. /* border: 1px solid #f8f8f8; */
  19. margin-top: 20rpx;
  20. position: relative;
  21. }
  22. .p1{
  23. position: absolute;
  24. font-size: 40rpx;
  25. color: #333333;
  26. top: 60rpx;
  27. left: 50rpx;
  28. letter-spacing: 5rpx;
  29. }
  30. .p2{
  31. position: absolute;
  32. font-size: 26rpx;
  33. color: #c0bfc0;
  34. top: 120rpx;
  35. left: 40rpx;
  36. }
  37. .p3{
  38. position: absolute;
  39. font-size: 26rpx;
  40. color: #c0bfc0;
  41. top: 160rpx;
  42. left: 70rpx;
  43. }
  44. .p4{
  45. position: absolute;
  46. font-size: 26rpx;
  47. color: #c0bfc0;
  48. top: 190rpx;
  49. left: 70rpx;
  50. }
  51. .cardimg{
  52. width: 252rpx;
  53. height: 161rpx;
  54. position: absolute;
  55. top: 40rpx;
  56. right: 50rpx;
  57. }
  58. .left {
  59. float: left;
  60. width: 20%;
  61. /* border: 1px solid red; */
  62. }
  63. .right {
  64. float: right;
  65. width: 78%;
  66. position: relative;
  67. }
  68. .right input {
  69. height: 80rpx;
  70. text-align: right;
  71. }
  72. .right radio-group{
  73. height: 80rpx;
  74. text-align: right;
  75. }
  76. .right .picker {
  77. height: 80rpx;
  78. text-align: right;
  79. }
  80. .placeStyle {
  81. height: 80rpx;
  82. width: 78%;
  83. position: absolute;
  84. right: 0;
  85. top: 0;
  86. display: flex;
  87. align-items: center;
  88. justify-content: flex-end;
  89. }
  90. .placetext {
  91. margin-right: 20rpx;
  92. color: #4d4d4d;
  93. }
  94. .redpoint {
  95. width: 15rpx;
  96. height: 15rpx;
  97. border-radius: 15rpx;
  98. background-color: #ff3622;
  99. margin-right: 20rpx;
  100. }
  101. .my-choosebox {
  102. color: rgba(51, 51, 51, 1);
  103. border: 1px solid #d7d8d8;
  104. border-radius: 40rpx;
  105. padding: 8rpx 50rpx;
  106. margin-right: 20rpx;
  107. }
  108. .checkboxbox {
  109. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  110. color: white;
  111. }
  112. .parameter-wrap radio {
  113. display: none;
  114. }
  115. .parameter-wrap checkbox {
  116. display: none;
  117. }
  118. #sunbmit{
  119. width:500rpx;
  120. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  121. color: #fff;
  122. height: 90rpx!important;
  123. line-height: 60rpx!important;
  124. border-radius: 50rpx!important;
  125. font-weight: normal!important;
  126. margin: 60rpx 75rpx 10rpx 75rpx;
  127. }
  128. /* .btn-area {
  129. background: -webkit-linear-gradient(left, #c58aff, #9080f5);
  130. width: 750rpx;
  131. height: 150rpx;
  132. text-align: center;
  133. color: #fff;
  134. }*/
  135. checkbox .wx-checkbox-input {
  136. border-radius: 50%;
  137. width: 36rpx;
  138. height: 36rpx;
  139. background-color: #f5f5f5;
  140. border: 1rpx solid rgb(122, 122, 122)
  141. }
  142. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  143. border: 1rpx solid #fff;
  144. background: #fff;
  145. border: 1rpx solid rgb(122, 122, 122)
  146. }
  147. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  148. border-radius: 50%;
  149. width: 30rpx;
  150. height: 30rpx;
  151. line-height: 30rpx;
  152. text-align: center;
  153. font-size: 30rpx;
  154. color: #b186fb;
  155. background: transparent;
  156. transform: translate(-50%, -50%) scale(1);
  157. -webkit-transform: translate(-50%, -50%) scale(1);
  158. /* border: 1rpx solid rgb(122, 122, 122) */
  159. }
  160. /*.tuijian{
  161. position: absolute;
  162. top: 400rpx;
  163. left: 40rpx;
  164. width: 130rpx;
  165. height: 60rpx;
  166. z-index: 99999;
  167. } */
  168. .tabbar {
  169. width: 750rpx;
  170. box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
  171. /* border: 1px solid #999; */
  172. height: 100rpx;
  173. position: fixed;
  174. bottom: 0;
  175. left: 0;
  176. display: flex;
  177. font-size: 28rpx;
  178. background: #fff;
  179. z-index: 999;
  180. }
  181. .tab1 {
  182. height: 100rpx;
  183. width: 250rpx;
  184. text-align: center;
  185. color: #999999;
  186. }
  187. #red {
  188. background: none;
  189. color: #999999;
  190. font-weight: normal;
  191. width: 250rpx;
  192. height: 100rpx;
  193. /* border: 1px solid red; */
  194. line-height: 125rpx;
  195. font-size: 28rpx;
  196. position: absolute;
  197. bottom: 0;
  198. left: 155rpx;
  199. }
  200. .xin{
  201. width: 600rpx;
  202. height: 900rpx;
  203. /* margin-left: 75rpx; */
  204. margin-top: 50rpx;
  205. /* position: absolute; */
  206. /* position: fixed; */
  207. /* top: 50rpx; */
  208. }