personInfoDetail.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .block {
  2. height: 80rpx;
  3. line-height: 80rpx;
  4. margin-top: 50rpx;
  5. width: 100%;
  6. }
  7. .left {
  8. float: left;
  9. width: 20%;
  10. /* border: 1px solid red; */
  11. }
  12. .right {
  13. float: right;
  14. width: 78%;
  15. position: relative;
  16. text-align: right;
  17. }
  18. .right input {
  19. height: 80rpx;
  20. text-align: right;
  21. }
  22. .right radio-group{
  23. height: 80rpx;
  24. text-align: right;
  25. }
  26. .right .picker {
  27. height: 80rpx;
  28. text-align: right;
  29. }
  30. .placeStyle {
  31. height: 80rpx;
  32. width: 78%;
  33. position: absolute;
  34. right: 0;
  35. top: 0;
  36. display: flex;
  37. align-items: center;
  38. justify-content: flex-end;
  39. }
  40. .placetext {
  41. margin-right: 20rpx;
  42. color: #4d4d4d;
  43. }
  44. .redpoint {
  45. width: 15rpx;
  46. height: 15rpx;
  47. border-radius: 15rpx;
  48. background-color: #ff3622;
  49. margin-right: 20rpx;
  50. }
  51. .my-choosebox {
  52. color: rgba(51, 51, 51, 1);
  53. border: 1px solid #d7d8d8;
  54. border-radius: 40rpx;
  55. padding: 0rpx 25rpx;
  56. margin-right: 20rpx;
  57. display: inline-block;
  58. line-height: 50rpx;
  59. }
  60. .checkboxbox {
  61. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  62. color: white;
  63. }
  64. .parameter-wrap radio {
  65. display: none;
  66. }
  67. .parameter-wrap checkbox {
  68. display: none;
  69. }
  70. #sunbmit{
  71. width:500rpx;
  72. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  73. color: #fff;
  74. height: 90rpx!important;
  75. line-height: 60rpx!important;
  76. border-radius: 50rpx!important;
  77. font-weight: normal!important;
  78. margin: 60rpx 75rpx;
  79. }
  80. #photo_btn{
  81. background: #fff!important;
  82. /* border: 1px solid red; */
  83. font-weight: normal!important;
  84. font-size: 28rpx;
  85. text-align: right;
  86. color: #4d4d4d;
  87. }