forget.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. border-radius: 20rpx;
  35. }
  36. .login_text .login_input {
  37. border-bottom: 1px solid #f0f0f0;
  38. margin-bottom: 65rpx;
  39. }
  40. .login_text .login_input .login_img image {
  41. height: 35rpx;
  42. width: 29rpx;
  43. margin-right: 20rpx;
  44. }
  45. .login_text .login_input .uni-input {
  46. text-align: left;
  47. width: 470rpx;
  48. font-size: 28rpx !important;
  49. }
  50. .login_text .login_input .login_name {
  51. color: #333333;
  52. }
  53. .login_text .login_input .login_name .width {
  54. width: 325rpx !important;
  55. }
  56. .login_text .login_input .login_name .code {
  57. color: #5dbc7c;
  58. font-size: 23rpx;
  59. border-left: 1px solid #eeeeee;
  60. width: 150rpx;
  61. flex-shrink: 0;
  62. text-align: center;
  63. }
  64. .login_text .uni-button-green {
  65. color: #ffffff;
  66. background-color: #5dbc7c;
  67. margin: 40rpx 10rpx;
  68. border-radius: 50rpx;
  69. }
  70. .login_text .uni-button {
  71. height: 85rpx;
  72. line-height: 85rpx;
  73. }
  74. .loginTitle {
  75. position: absolute;
  76. top: 250rpx;
  77. width: 100%;
  78. text-align: center;
  79. color: white;
  80. font-size: 40rpx;
  81. }
  82. uni-button {
  83. height: 80rpx !important;
  84. line-height: 80rpx !important;
  85. }