forget.wxss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. background-color: #ff4c4c;
  23. top: 0rpx;
  24. }
  25. .container_text .banner-img {
  26. width: 100%;
  27. height: 100%;
  28. }
  29. .login_text {
  30. margin: auto 30rpx;
  31. position: relative;
  32. padding: 100rpx 102rpx;
  33. background-color: #ffffff;
  34. margin-top: -180rpx;
  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: #ff4c4c;
  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: #ff4c4c;
  69. margin: 40rpx 10rpx;
  70. border-radius: 50rpx;
  71. }
  72. .login_text .uni-button {
  73. height: 85rpx;
  74. line-height: 85rpx;
  75. }
  76. .loginTitle {
  77. position: absolute;
  78. top: 250rpx;
  79. width: 100%;
  80. text-align: center;
  81. color: white;
  82. font-size: 40rpx;
  83. }
  84. uni-button {
  85. height: 80rpx !important;
  86. line-height: 80rpx !important;
  87. }