金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

157 lines
3.2 KiB

4 years ago
4 years ago
4 years ago
4 years ago
  1. @import '../../../common/css/global';
  2. #address-add{
  3. .indetify-img{
  4. image{
  5. width: 100%;
  6. vertical-align:middle;
  7. }
  8. }
  9. .address-info{
  10. background: #FFFFFF;
  11. padding: 0 32rpx;
  12. .info-item{
  13. height: 60px;
  14. line-height: 60px;
  15. // padding-left: 15px;
  16. display: flex;
  17. align-items: center;
  18. color: #333333;
  19. font-size: 13px;
  20. font-weight:bold;
  21. border-bottom: 1rpx solid #e5e5e5;
  22. &:last-child{
  23. border-bottom: none;
  24. }
  25. label{
  26. width: 80px;
  27. display: block;
  28. color:#666666;
  29. font-size: 28rpx;
  30. font-weight: 400;
  31. }
  32. .form-control{
  33. flex: 1;
  34. padding: 0 30px 0 10px;
  35. input{
  36. width: 100%;
  37. font-size: 28rpx;
  38. box-sizing: border-box;
  39. outline: 0;
  40. border: none;
  41. height: 24px;
  42. line-height: 24px;
  43. }
  44. &.select{
  45. background-image:url("https://uto.ibrand.cc/m/static/img/ic_forward.png");
  46. background-repeat:no-repeat;
  47. background-position:100%;
  48. background-size:20px;
  49. overflow: hidden;
  50. picker{
  51. height: 100%;
  52. .picker{
  53. white-space: nowrap;
  54. text-overflow: ellipsis;
  55. overflow: hidden;
  56. height: 40px;
  57. font-size: 28rpx;
  58. display: flex;
  59. align-items: center;
  60. }
  61. }
  62. }
  63. }
  64. .checkbox{
  65. width: 100%;
  66. display: flex;
  67. align-items: center;
  68. }
  69. }
  70. }
  71. .identify-address{
  72. margin-top:12px;
  73. background-color: #FFFFFF;
  74. padding:13px 12px 19px 12px;
  75. textarea{
  76. border-radius:4px;
  77. border:1px solid #AAAAAA;
  78. padding: 10px 5px 5px 10px;
  79. width: 100%;
  80. height: 70px;
  81. box-sizing: border-box;
  82. font-size: 13px;
  83. }
  84. .textarea-placeholder{
  85. color: #AAAAAA;
  86. font-size: 12px;
  87. }
  88. .btn-box{
  89. text-align:right;
  90. padding: 12px 0 0 0;
  91. view{
  92. display: inline-block;
  93. &.clear{
  94. color:#FB5054;
  95. font-size:12px;
  96. line-height:22px;
  97. width:45px;
  98. text-align: center;
  99. margin-right: 10px;
  100. border-radius:11px;
  101. background-color: #FFFFFF;
  102. }
  103. &.sure{
  104. color:#FFFFFF;
  105. font-size:12px;
  106. line-height:22px;
  107. width:45px;
  108. text-align: center;
  109. border-radius:11px;
  110. background-color: #15706f;
  111. }
  112. }
  113. }
  114. }
  115. .button-box{
  116. margin-top: 30px;
  117. display: flex;
  118. justify-content: center;
  119. .submit{
  120. // background: @mainColor;
  121. width: 550rpx;
  122. height: 100rpx;
  123. background: #15716E;
  124. border-radius: 50rpx;
  125. line-height: 100rpx;
  126. }
  127. .delete {
  128. // background: @secColor;
  129. }
  130. button{
  131. margin: 0 20px 15px 20px;
  132. &:after {
  133. border: none;
  134. }
  135. }
  136. }
  137. //重置按钮样式
  138. checkbox .wx-checkbox-input{
  139. border-radius: 100%;
  140. background-color: #fff;
  141. border: 1px solid #c1caca;
  142. box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05);
  143. height: 14px;
  144. width: 14px;
  145. }
  146. checkbox .wx-checkbox-input.wx-checkbox-input-checked{
  147. background-color: @globalColor;
  148. border: 1px solid @globalColor;
  149. }
  150. }