bindingPhone.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /* pages/bindingPhone/bindingPhone.wxss */
  2. /* 绑定手机号 */
  3. .photo_wrap{
  4. width:100%;
  5. height:100%;
  6. position:fixed;
  7. top:0;
  8. left:0;
  9. z-index:999999;
  10. overflow:hidden;
  11. }
  12. .dingzhi_bg{
  13. width:100%;
  14. height:100%;
  15. position:fixed;
  16. top:0;
  17. left:0;
  18. }
  19. .dingzhi_logo{
  20. display:block;
  21. width:190rpx;
  22. height:180rpx;
  23. margin:100rpx auto 50rpx;
  24. }
  25. .photo_cont{
  26. position:relative;
  27. z-index:1;
  28. }
  29. .each_photo_cont{
  30. margin:0 auto 34rpx ;
  31. }
  32. .each_photo_ipt{
  33. display:block;
  34. width:568rpx;
  35. height:90rpx;
  36. font-size:24rpx;
  37. color:#969696;
  38. padding:0 0 0 20rpx;
  39. background-color:#fcfcfc;
  40. border:1px solid #ddd;
  41. margin:0 auto;
  42. }
  43. .photo_have{
  44. width:588rpx;
  45. margin:0 auto 32rpx;
  46. }
  47. .each_photo_short_ipt{
  48. float:left;
  49. display:block;
  50. width:246rpx;
  51. height:90rpx;
  52. font-size:24rpx;
  53. color:#969696;
  54. /* text-align:center; */
  55. border:1px solid #ddd;
  56. padding:0 0 0 20rpx;
  57. background-color: #fff;
  58. }
  59. /* 验证码 */
  60. .huo_qu_ma ,.code{
  61. float: right;
  62. width: 218rpx;
  63. height: 90rpx;
  64. font-size:24rpx;
  65. background-color: #e60012;
  66. color: #fff;
  67. text-align: center;
  68. border: none;
  69. line-height: 90rpx;
  70. }
  71. .phone_line_wrap{
  72. position:relative;
  73. width:450rpx;
  74. margin:100rpx auto 0;
  75. }
  76. .phone_line,.phone_line_title{
  77. float:left;
  78. }
  79. .phone_line{
  80. width:90rpx;
  81. height:10rpx;
  82. border-bottom:2px solid #979391;
  83. box-sizing:border-box;
  84. -moz-box-sizing:border-box; /* Firefox */
  85. -webkit-box-sizing:border-box; /* Safari */
  86. }
  87. .phone_line_title{
  88. width:270rpx;
  89. height:22rpx;
  90. font-size:22rpx;
  91. text-align:center;
  92. color:#afafaf;
  93. line-height:1;
  94. }
  95. .phone_btn{
  96. display:block;
  97. width:560rpx;
  98. height:100rpx;
  99. font-size:30rpx;
  100. line-height:100rpx;
  101. text-align:center;
  102. color:#fff;
  103. background-color:#e60012;
  104. margin:40rpx auto 0;
  105. cursor:pointer;
  106. }
  107. /* 跳过 */
  108. .back_pay{
  109. font-size: 24rpx;
  110. line-height: 100rpx;
  111. text-align: center;
  112. text-decoration: underline;
  113. color: #afafaf;
  114. }