index.rpx.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. page,body{
  2. background: #fff;
  3. }
  4. .login-wrap {
  5. display: flex;
  6. justify-content: center;
  7. .login-form{
  8. width: 90%;
  9. }
  10. .account{
  11. display: flex;
  12. }
  13. .identifying-code{
  14. }
  15. }
  16. .h-input-wrap{
  17. padding-left: 12px;
  18. padding-right: 12px;
  19. display: flex;
  20. align-items: center;
  21. height: 40px;
  22. font-family: PingFangSC-Regular, PingFang SC;
  23. font-size: 14px;
  24. .h-name{
  25. font-weight: 400;
  26. color: #333333;
  27. line-height: 22px;
  28. margin-right: 6px;
  29. }
  30. .input-style{
  31. border-radius: 4px;
  32. font-weight: 400;
  33. color: #999999;
  34. line-height: 22px;
  35. font-size: 14px;
  36. }
  37. }
  38. page{
  39. background: #F8F8F8;
  40. }
  41. .keep-on-record-wrap{
  42. width: 96%;
  43. margin: 0 auto;
  44. color: #676767;
  45. }
  46. .keep-on-record-content{
  47. margin-top: 12px;
  48. }
  49. .container {
  50. height: 100%;
  51. }
  52. // 图片上传
  53. .uploadBox {
  54. margin: 0 auto;
  55. width: 100%;
  56. padding-left: 12px;
  57. padding-right: 12px;
  58. margin-top: 12px;
  59. .leftBtn {
  60. height: 42px;
  61. background: #FFE05C;
  62. border-radius: 27px;
  63. color: #333333;
  64. line-height: 42px;
  65. margin-top: 12px;
  66. }
  67. .uploadItem {
  68. width: 100%;
  69. height: 198px;
  70. border-width: 1px;
  71. border-style: dashed;
  72. border-color: #999;
  73. .imgUrl {
  74. width: 100%;
  75. height: 100%;
  76. }
  77. }
  78. .h-desc{
  79. font-size: 12px;
  80. font-family: PingFangSC-Regular, PingFang SC;
  81. font-weight: 400;
  82. color: #666666;
  83. line-height: 50px;
  84. text-align: center;
  85. }
  86. .bg-img1{
  87. background-image: url('https://jje.admin.xinyuekj.com.cn/static/me/u11.png');
  88. background-size: cover;
  89. background-repeat: repeat;
  90. }
  91. .bg-img2{
  92. background-image: url("https://jje.admin.xinyuekj.com.cn/static/me/u12.png");
  93. background-size: cover;
  94. background-repeat: repeat;
  95. }
  96. }
  97. /* 底部 */
  98. .footer{
  99. margin-top: 30px;
  100. height: 160px;
  101. font-size: 12px;
  102. text-align: center;
  103. color: #666;
  104. }