three_yards.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /* components/three_yards/three_yards.wxss */
  2. .text-green {
  3. color: green;
  4. }
  5. .text-red {
  6. color: red;
  7. }
  8. .upload {
  9. float: right;
  10. margin: 0;
  11. width: 150rpx;
  12. height: 150rpx;
  13. }
  14. .img_box{
  15. position: relative;
  16. }
  17. .DelImg {
  18. width: 40rpx;
  19. height: 40rpx;
  20. position: absolute;
  21. right: 0;
  22. top: 0;
  23. }
  24. .line {
  25. border-top: 2rpx dashed #E3E9F9;
  26. margin: 30rpx 0;
  27. }
  28. .cu-form-group {
  29. background-color: var(--white);
  30. padding: 1rpx 30rpx;
  31. display: flex;
  32. align-items: center;
  33. min-height: 100rpx;
  34. justify-content: space-between;
  35. /* margin-bottom: 30rpx; */
  36. }
  37. .cu-form-group .title {
  38. text-align: justify;
  39. padding-right: 30rpx;
  40. font-size: 28rpx;
  41. position: relative;
  42. height: 60rpx;
  43. line-height: 60rpx;
  44. }
  45. .cu-form-group input {
  46. flex: 1;
  47. font-size: 28rpx;
  48. color: #555;
  49. /* padding-right: 20rpx; */
  50. }
  51. .width {
  52. width: 100rpx;
  53. }
  54. .phone {
  55. margin-right: 40rpx;
  56. }
  57. .color333 {
  58. color: #333333;
  59. }
  60. .color2F8EFF {
  61. color: #2F8EFF;
  62. }
  63. .phone-box {
  64. display: flex;
  65. justify-content: space-between;
  66. }
  67. .get-code {
  68. display: inline-block;
  69. width: 210rpx;
  70. height: 65rpx;
  71. background: #E4F2FF;
  72. border-radius: 34rpx;
  73. text-align: center;
  74. line-height: 65rpx;
  75. color: #2F8EFF;
  76. font-size: 28rpx;
  77. }
  78. .newnucleate {
  79. font-size: 28rpx;
  80. height: 100rpx;
  81. padding: 30rpx 33rpx 0;
  82. }
  83. .left {
  84. float: left;
  85. }
  86. .right {
  87. float: right;
  88. text-align: right;
  89. }
  90. .img {
  91. width: 150rpx;
  92. height: 150rpx;
  93. }
  94. .Sho_box7{
  95. width: 52rpx;
  96. height: 66rpx;
  97. padding: 0 !important;
  98. /* border-radius: 15rpx; */
  99. display: flex;
  100. justify-content: center;
  101. align-items: center;
  102. text-align: center;
  103. margin-left: 20rpx;
  104. }
  105. .orange {
  106. border: 1px solid #ffa939;
  107. }
  108. .blue {
  109. border: 1px solid #2F8EFF;
  110. }
  111. .icon{
  112. width: 36rpx;
  113. height: 36rpx;
  114. margin-left: 12rpx;
  115. vertical-align:middle;
  116. }
  117. .poisition{
  118. position: relative;
  119. }
  120. .hidden-input{
  121. color: rgba(255,255,255,0) !important;
  122. /* width: 474rpx;
  123. height: 66rpx; */
  124. width: 0;
  125. height: 0;
  126. text-align: left;
  127. position: absolute;
  128. /* background-color: pink; */
  129. top: 10px;
  130. left: 101px;
  131. /* opacity: 0.1;*/
  132. z-index: -1;
  133. }
  134. .marginTop{
  135. margin-top: 40rpx;
  136. }