three_yards.acss 3.0 KB

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