forget.wxss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. }
  14. .container {
  15. width: 100%;
  16. height: 100%;
  17. background-size: 100%;
  18. }
  19. .container_text {
  20. width: 100%;
  21. height: 500rpx;
  22. top: 0rpx;
  23. }
  24. .container_text .banner-img {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .login_text {
  29. margin: auto 30rpx;
  30. position: relative;
  31. padding: 100rpx 102rpx;
  32. background-color: #ffffff;
  33. margin-top: -180rpx;
  34. -webkit-border-radius: 20rpx;
  35. border-radius: 20rpx;
  36. }
  37. .login_text .login_input {
  38. border-bottom: 1px solid #f0f0f0;
  39. margin-bottom: 65rpx;
  40. }
  41. .login_text .login_input .login_img image {
  42. height: 35rpx;
  43. width: 29rpx;
  44. margin-right: 20rpx;
  45. }
  46. .login_text .login_input .uni-input {
  47. text-align: left;
  48. width: 470rpx;
  49. font-size: 28rpx !important;
  50. }
  51. .login_text .login_input .login_name {
  52. color: #333333;
  53. }
  54. .login_text .login_input .login_name .width {
  55. width: 325rpx !important;
  56. }
  57. .login_text .login_input .login_name .code {
  58. color: #5dbc7c;
  59. font-size: 23rpx;
  60. border-left: 1px solid #eeeeee;
  61. width: 150rpx;
  62. -webkit-flex-shrink: 0;
  63. flex-shrink: 0;
  64. text-align: center;
  65. }
  66. .login_text .uni-button-green {
  67. color: #ffffff;
  68. background-color: #5dbc7c;
  69. margin: 40rpx 10rpx;
  70. -webkit-border-radius: 50rpx;
  71. border-radius: 50rpx;
  72. }
  73. .login_text .uni-button {
  74. height: 85rpx;
  75. line-height: 85rpx;
  76. }
  77. .loginTitle {
  78. position: absolute;
  79. top: 250rpx;
  80. width: 100%;
  81. text-align: center;
  82. color: white;
  83. font-size: 40rpx;
  84. }
  85. uni-button {
  86. height: 80rpx !important;
  87. line-height: 80rpx !important;
  88. }