targetInfo.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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: 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. /* .seachInput{
  81. display: flex;
  82. justify-content: center;
  83. align-items: center;
  84. } */