targetInfo.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .block {
  2. height: 80rpx;
  3. line-height: 80rpx;
  4. /* border-bottom: 1px solid #999; */
  5. margin-top: 50rpx;
  6. /* width: 100%; */
  7. }
  8. .left {
  9. float: left;
  10. width: 20%;
  11. /* border: 1px solid red; */
  12. }
  13. .right {
  14. float: right;
  15. width: 78%;
  16. position: relative;
  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: 8rpx 50rpx;
  56. margin-right: 20rpx;
  57. }
  58. .checkboxbox {
  59. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  60. color: white;
  61. }
  62. .parameter-wrap radio {
  63. display: none;
  64. }
  65. .parameter-wrap checkbox {
  66. display: none;
  67. }
  68. #sunbmit{
  69. width:500rpx;
  70. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  71. color: #fff;
  72. height: 90rpx!important;
  73. line-height: 60rpx!important;
  74. border-radius: 50rpx!important;
  75. font-weight: normal!important;
  76. margin: 60rpx 75rpx;
  77. }
  78. /* .seachInput{
  79. display: flex;
  80. justify-content: center;
  81. align-items: center;
  82. } */