bind.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. /* packageUser/pages/user/bind/bind.wxss */
  2. .bg {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .bind {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .bind-logo {
  11. display: block;
  12. width: 100%;
  13. height: 365rpx;
  14. }
  15. .phone {
  16. width: 633rpx;
  17. padding-left: 77rpx;
  18. height: 88rpx;
  19. line-height: 88rpx;
  20. font-size: 28rpx;
  21. }
  22. .phone-block {
  23. position: relative;
  24. width: 710rpx;
  25. height: 88rpx;
  26. border-bottom: 1px solid #cccccc;
  27. margin: 56rpx auto 0;
  28. }
  29. .text-placeholder {
  30. color: #bbbbbb;
  31. }
  32. .phone-logo {
  33. position: absolute;
  34. top: 23rpx;
  35. left: 16rpx;
  36. width: 30rpx;
  37. height: 40rpx;
  38. }
  39. .yzm-block {
  40. position: relative;
  41. width: 710rpx;
  42. margin: 40rpx auto 0;
  43. }
  44. .yzm-textBlock {
  45. position: relative;
  46. float: left;
  47. border-bottom: 1px solid #cccccc;
  48. }
  49. .yzm {
  50. width: 363rpx;
  51. height: 88rpx;
  52. padding-left: 77rpx;
  53. line-height: 88rpx;
  54. font-size: 28rpx;
  55. }
  56. .yzm-logo {
  57. position: absolute;
  58. top: 23rpx;
  59. left: 16rpx;
  60. width: 32rpx;
  61. height: 40rpx;
  62. }
  63. .getyzm {
  64. display: block;
  65. float: right;
  66. width: 228rpx;
  67. height: 86rpx;
  68. border: 1px solid #eab86a;
  69. border-radius: 6rpx;
  70. background-color: #fff;
  71. }
  72. .getyzm-btn {
  73. width: 100%;
  74. height: 100%;
  75. line-height: 86rpx;
  76. text-align: center;
  77. color: #eab86a;
  78. font-size: 28rpx;
  79. }
  80. .nogetyzm {
  81. display: block;
  82. float: right;
  83. width: 228rpx;
  84. height: 86rpx;
  85. border: 1px solid #cccccc;
  86. line-height: 86rpx;
  87. text-align: center;
  88. color: #cccccc;
  89. font-size: 28rpx;
  90. border-radius: 6rpx;
  91. }
  92. .bind-btn {
  93. display: block;
  94. width: 710rpx;
  95. height: 88rpx;
  96. margin: 70rpx auto 0;
  97. border-radius: 4rpx;
  98. }
  99. .bind-button {
  100. width: 100%;
  101. height: 100%;
  102. background-color: #eab86a;
  103. text-align: center;
  104. line-height: 88rpx;
  105. color: #fff;
  106. font-size: 36rpx;
  107. }
  108. .d5c-logo {
  109. width: 120rpx;
  110. height: 120rpx;
  111. margin: 240rpx auto 0;
  112. text-align: center;
  113. display: block;
  114. }
  115. .one-bind {
  116. margin: 0 auto;
  117. color: #b6b6b6;
  118. font-size: 28rpx;
  119. text-align: center;
  120. }
  121. .bind-border {
  122. position: relative;
  123. width: 710rpx;
  124. height: 60rpx;
  125. margin: 0 auto 50rpx;
  126. border-bottom: 1rpx solid #cccccc;
  127. }
  128. .bind-huo {
  129. width: 100rpx;
  130. height: 50rpx;
  131. position: absolute;
  132. background-color: #fff;
  133. color: #cccccc;
  134. font-size: 24rpx;
  135. position: absolute;
  136. left: 50%;
  137. margin-left: -50rpx;
  138. bottom: -25rpx;
  139. line-height: 50rpx;
  140. text-align: center;
  141. }
  142. .bind-d5c {
  143. width: 708rpx;
  144. height: 88rpx;
  145. border: 0;
  146. border: 1rpx solid #cccccc;
  147. background-color: #f3f3f3;
  148. border-radius: 4rpx;
  149. margin: 0 auto 20rpx;
  150. text-align: center;
  151. line-height: 88rpx;
  152. font-size: 32rpx;
  153. }
  154. button::after{
  155. border:none;
  156. }