safe.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /* packageUser/pages/user/bind/bind.wxss */
  2. .bg {
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #fff;
  6. }
  7. .safe-top {
  8. width: 100%;
  9. height: 360rpx;
  10. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/safebg.jpg');
  11. background-size: 100%;
  12. }
  13. .phone {
  14. width: 633rpx;
  15. padding-left: 77rpx;
  16. height: 88rpx;
  17. line-height: 88rpx;
  18. font-size: 28rpx;
  19. }
  20. .phone-block {
  21. position: relative;
  22. width: 710rpx;
  23. height: 88rpx;
  24. border-bottom: 1px solid #cccccc;
  25. margin: 80rpx auto 0;
  26. }
  27. .text-placeholder {
  28. color: #bbbbbb;
  29. }
  30. .phone-logo {
  31. position: absolute;
  32. top: 23rpx;
  33. left: 16rpx;
  34. width: 30rpx;
  35. height: 40rpx;
  36. }
  37. .yzm-block {
  38. position: relative;
  39. width: 710rpx;
  40. margin: 40rpx auto 0;
  41. }
  42. .yzm-textBlock {
  43. position: relative;
  44. float: left;
  45. border-bottom: 1px solid #cccccc;
  46. }
  47. .yzm {
  48. width: 363rpx;
  49. height: 88rpx;
  50. padding-left: 77rpx;
  51. line-height: 88rpx;
  52. font-size: 28rpx;
  53. }
  54. .yzm-logo {
  55. position: absolute;
  56. top: 23rpx;
  57. left: 16rpx;
  58. width: 32rpx;
  59. height: 40rpx;
  60. }
  61. .getyzm {
  62. display: block;
  63. float: right;
  64. width: 228rpx;
  65. height: 86rpx;
  66. border: 1px solid #eab86a;
  67. line-height: 86rpx;
  68. text-align: center;
  69. color: #eab86a;
  70. font-size: 28rpx;
  71. border-radius: 6rpx;
  72. }
  73. .nogetyzm {
  74. display: block;
  75. float: right;
  76. width: 228rpx;
  77. height: 86rpx;
  78. border: 1px solid #cccccc;
  79. line-height: 86rpx;
  80. text-align: center;
  81. color: #cccccc;
  82. font-size: 28rpx;
  83. border-radius: 6rpx;
  84. }
  85. .pwd-block {
  86. margin: 40rpx auto 0;
  87. position: relative;
  88. width: 710rpx;
  89. height: 88rpx;
  90. border-bottom: 1px solid #cccccc;
  91. }
  92. .pwd {
  93. width: 633rpx;
  94. padding-left: 77rpx;
  95. height: 88rpx;
  96. line-height: 88rpx;
  97. font-size: 28rpx;
  98. }
  99. .pwd-logo {
  100. position: absolute;
  101. top: 23rpx;
  102. left: 16rpx;
  103. width: 32rpx;
  104. height: 40rpx;
  105. }
  106. .safe-btn {
  107. width: 710rpx;
  108. height: 88rpx;
  109. border-radius: 5rpx;
  110. margin: 120rpx auto 0;
  111. background-color: #eab86a;
  112. text-align: center;
  113. line-height: 88rpx;
  114. color: #fff;
  115. font-size: 36rpx;
  116. }