金诚优选前端代码
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.

154 lines
3.1 KiB

  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: 40px;
  14. line-height: 40px;
  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: 13px;
  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: 13px;
  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. }
  58. }
  59. }
  60. }
  61. .checkbox{
  62. width: 100%;
  63. display: flex;
  64. align-items: center;
  65. }
  66. }
  67. }
  68. .identify-address{
  69. margin-top:12px;
  70. background-color: #FFFFFF;
  71. padding:13px 12px 19px 12px;
  72. textarea{
  73. border-radius:4px;
  74. border:1px solid #AAAAAA;
  75. padding: 10px 5px 5px 10px;
  76. width: 100%;
  77. height: 70px;
  78. box-sizing: border-box;
  79. font-size: 13px;
  80. }
  81. .textarea-placeholder{
  82. color: #AAAAAA;
  83. font-size: 12px;
  84. }
  85. .btn-box{
  86. text-align:right;
  87. padding: 12px 0 0 0;
  88. view{
  89. display: inline-block;
  90. &.clear{
  91. color:#FB5054;
  92. font-size:12px;
  93. line-height:22px;
  94. width:45px;
  95. text-align: center;
  96. margin-right: 10px;
  97. border-radius:11px;
  98. background-color: #FFFFFF;
  99. }
  100. &.sure{
  101. color:#FFFFFF;
  102. font-size:12px;
  103. line-height:22px;
  104. width:45px;
  105. text-align: center;
  106. border-radius:11px;
  107. background-color: #FB5054;
  108. }
  109. }
  110. }
  111. }
  112. .button-box{
  113. margin-top: 30px;
  114. display: flex;
  115. justify-content: center;
  116. .submit{
  117. // background: @mainColor;
  118. width: 550rpx;
  119. height: 100rpx;
  120. background: #15716E;
  121. border-radius: 50rpx;
  122. line-height: 100rpx;
  123. }
  124. .delete {
  125. // background: @secColor;
  126. }
  127. button{
  128. margin: 0 20px 15px 20px;
  129. &:after {
  130. border: none;
  131. }
  132. }
  133. }
  134. //重置按钮样式
  135. checkbox .wx-checkbox-input{
  136. border-radius: 100%;
  137. background-color: #fff;
  138. border: 1px solid #c1caca;
  139. box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05);
  140. height: 14px;
  141. width: 14px;
  142. }
  143. checkbox .wx-checkbox-input.wx-checkbox-input-checked{
  144. background-color: @globalColor;
  145. border: 1px solid @globalColor;
  146. }
  147. }