No Description

login.css 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .container{
  2. width:100%;
  3. min-height: 100vh;
  4. background: url(../imgs/bgLogin.png) no-repeat;
  5. background-size:100% ;
  6. padding-top: 0.55rem;
  7. box-sizing: border-box;
  8. }
  9. .content{
  10. width: 3.4rem;
  11. height: 1.04rem;
  12. background:rgba(249,249,249,0.86);
  13. border-radius: 0.08rem;
  14. margin: auto;
  15. box-sizing: border-box;
  16. padding: 0 0.2rem;
  17. }
  18. .content div{
  19. height: 0.5rem;
  20. display: flex;
  21. align-items: center;
  22. }
  23. .content div label{
  24. color: #333333;
  25. font-size: 0.14rem;
  26. line-height: 0.2rem;
  27. padding-right: 0.17rem;
  28. }
  29. .content div label i{
  30. display: inline-block;
  31. width: 0.12rem;
  32. height: 0.14rem;
  33. vertical-align: middle;
  34. margin-right: 0.09rem;
  35. }
  36. .content div input{
  37. flex: 1;
  38. font-size: 0.14rem;
  39. border: none;
  40. background: transparent;
  41. min-width: 1.12rem;
  42. }
  43. .content div.phone{
  44. border-bottom: 0.01rem solid rgba(184,183,183,0.3);
  45. }
  46. .content div.phone i{
  47. background: url(../imgs/phoneIcon.png) no-repeat;
  48. background-size:100% ;
  49. width: 0.13rem;
  50. height: 0.17rem;
  51. vertical-align: middle;
  52. }
  53. .content div.yzm i{
  54. background: url(../imgs/yzmIcon.png) no-repeat;
  55. background-size:100% ;
  56. width: 0.14rem;
  57. height: 0.16rem;
  58. vertical-align: middle;
  59. }
  60. .content div.yzm button{
  61. width: 0.74rem;
  62. height: 0.26rem;
  63. background: #32BD60;
  64. border-radius: 0.13rem;
  65. color: #FFFFFF;
  66. font-size: 0.14rem;
  67. border:none;
  68. }
  69. .login{
  70. width: 3.4rem;
  71. height: 0.41rem;
  72. border-radius: 0.08rem;
  73. background: #FFCE25;
  74. color: #FFFFFF;
  75. font-size: 0.16rem;
  76. border: none;
  77. display: block;
  78. margin: auto;
  79. margin-top: 0.35rem;
  80. }
  81. .title{
  82. font-size: 0.12rem;
  83. line-height: 0.17rem;
  84. color: #FFFFFF;
  85. text-align: center;
  86. margin-top: 0.12rem;
  87. }
  88. /*提示*/
  89. .alert-info {position: absolute;top: 2.74rem; right: 0; left: 0;bottom: 0; text-align: center;z-index: 999;}
  90. .alert-info p {display: inline-block;height: 0.38rem;color: #fff;font-size: 0.14rem;line-height: 0.38rem;padding: 0 0.10rem;background-color: rgba(0, 0, 0, 0.7);border-radius: 5px;}
  91. #picCode{overflow:hidden;width: 2.7rem; background: #fff; position: absolute; top: 50%; left: 50%; z-index: 110; text-align: center; border-radius: 0.035rem; -webkit-transition-property: -webkit-transform,opacity; -moz-transition-property: -moz-transform,opacity; -ms-transition-property: -ms-transform,opacity; -o-transition-property: -o-transform,opacity; transition-property: transform,opacity; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transform: translate3d(-50%, -50%,0) scale(1); transform: translate3d(-50%, -50%,0) scale(1); color: #333;}
  92. #picCode .modal-inner{ background: #fff; padding: 0.25rem 0.1rem 0.1rem;}
  93. #picCode .modal-button{ background: #f4f4f4; font-size: 0.16rem; color: #666; text-align: center; }
  94. #picCode .modal-button-bold{ background: #FFCE25; font-size: 0.16rem; color: #fff;}
  95. #picCode img{ width: 2rem; height: 0.6rem; margin: 0 auto 0.15rem;}
  96. #picCode input[type='text']{ box-sizing:border-box;width: 2.5rem; height: 0.48rem; padding-left: 0.12rem; border-radius: 0.03rem; font-size: 0.14rem; border: 0.005rem solid #ccc; margin: 0.1rem auto;}
  97. #mask{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); z-index: 100; visibility: hidden;}
  98. .modal-buttons{
  99. display: flex;
  100. align-items: center;
  101. }
  102. .modal-button{
  103. display: block;
  104. width: 50%;
  105. height: 0.44rem;
  106. line-height: 0.44rem;
  107. }