personInfo.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .block {
  2. height: 80rpx;
  3. line-height: 80rpx;
  4. /* border-bottom: 1px solid #999; */
  5. margin-top: 50rpx;
  6. }
  7. .card_bj{
  8. width: 100%;
  9. height: 250rpx;
  10. box-shadow: 10rpx 10rpx 10rpx 10rpx #f8f8f8;
  11. /* border: 1px solid #f8f8f8; */
  12. margin-top: 20rpx;
  13. position: relative;
  14. }
  15. .p1{
  16. position: absolute;
  17. font-size: 40rpx;
  18. color: #333333;
  19. top: 60rpx;
  20. left: 50rpx;
  21. letter-spacing: 5rpx;
  22. }
  23. .p2{
  24. position: absolute;
  25. font-size: 28rpx;
  26. color: #c0bfc0;
  27. top: 120rpx;
  28. left: 50rpx;
  29. }
  30. .cardimg{
  31. width: 252rpx;
  32. height: 161rpx;
  33. position: absolute;
  34. top: 40rpx;
  35. right: 50rpx;
  36. }
  37. .left {
  38. float: left;
  39. width: 20%;
  40. /* border: 1px solid red; */
  41. }
  42. .right {
  43. float: right;
  44. width: 78%;
  45. position: relative;
  46. }
  47. .right input {
  48. height: 80rpx;
  49. text-align: right;
  50. }
  51. .right radio-group{
  52. height: 80rpx;
  53. text-align: right;
  54. }
  55. .right .picker {
  56. height: 80rpx;
  57. text-align: right;
  58. }
  59. .placeStyle {
  60. height: 80rpx;
  61. width: 78%;
  62. position: absolute;
  63. right: 0;
  64. top: 0;
  65. display: flex;
  66. align-items: center;
  67. justify-content: flex-end;
  68. }
  69. .placetext {
  70. margin-right: 20rpx;
  71. color: #4d4d4d;
  72. }
  73. .redpoint {
  74. width: 15rpx;
  75. height: 15rpx;
  76. border-radius: 15rpx;
  77. background-color: #ff3622;
  78. margin-right: 20rpx;
  79. }
  80. .my-choosebox {
  81. color: rgba(51, 51, 51, 1);
  82. border: 1px solid #d7d8d8;
  83. border-radius: 40rpx;
  84. padding: 8rpx 50rpx;
  85. margin-right: 20rpx;
  86. }
  87. .checkboxbox {
  88. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  89. color: white;
  90. }
  91. .parameter-wrap radio {
  92. display: none;
  93. }
  94. .parameter-wrap checkbox {
  95. display: none;
  96. }
  97. #sunbmit{
  98. width:500rpx;
  99. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  100. color: #fff;
  101. height: 90rpx!important;
  102. line-height: 60rpx!important;
  103. border-radius: 50rpx!important;
  104. font-weight: normal!important;
  105. margin: 60rpx 75rpx 10rpx 75rpx;
  106. }
  107. /* .btn-area {
  108. background: -webkit-linear-gradient(left, #c58aff, #9080f5);
  109. width: 750rpx;
  110. height: 150rpx;
  111. text-align: center;
  112. color: #fff;
  113. }*/
  114. checkbox .wx-checkbox-input {
  115. border-radius: 50%;
  116. width: 36rpx;
  117. height: 36rpx;
  118. background-color: #f5f5f5;
  119. border: 1rpx solid rgb(122, 122, 122)
  120. }
  121. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  122. border: 1rpx solid #fff;
  123. background: #fff;
  124. border: 1rpx solid rgb(122, 122, 122)
  125. }
  126. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  127. border-radius: 50%;
  128. width: 30rpx;
  129. height: 30rpx;
  130. line-height: 30rpx;
  131. text-align: center;
  132. font-size: 30rpx;
  133. color: #b186fb;
  134. background: transparent;
  135. transform: translate(-50%, -50%) scale(1);
  136. -webkit-transform: translate(-50%, -50%) scale(1);
  137. /* border: 1rpx solid rgb(122, 122, 122) */
  138. }
  139. /*.tuijian{
  140. position: absolute;
  141. top: 400rpx;
  142. left: 40rpx;
  143. width: 130rpx;
  144. height: 60rpx;
  145. z-index: 99999;
  146. } */