login.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .head-img{
  2. border-radius: 50%;
  3. width: 156rpx;
  4. height: 156rpx;
  5. margin: 20rpx auto;
  6. }
  7. .input-active {
  8. border-bottom: 1rpx #fb4747 solid;
  9. }
  10. .login-page {
  11. height: 100%;
  12. display: flex;
  13. flex-direction: column;
  14. align-items: center;
  15. padding: 130rpx 100rpx 0;
  16. box-sizing: border-box;
  17. }
  18. input {
  19. width: 100%;
  20. height: 50rpx;
  21. margin-top: 60rpx;
  22. border-bottom: 1rpx #2c2c2c solid;
  23. padding-bottom: 10rpx;
  24. font-size: 32rpx;
  25. }
  26. .login {
  27. width: 100%;
  28. height: 80rpx;
  29. line-height: 80rpx;
  30. background-color: #fb4747;
  31. color: white;
  32. font-size: 32rpx;
  33. border-radius: 20rpx;
  34. margin-top: 100rpx;
  35. text-align: center;
  36. }
  37. .register-btn {
  38. font-size: 32rpx;
  39. color: #8a8a8a;
  40. text-decoration: underline;
  41. }
  42. .demo-people-link {
  43. color: #00c0fa;
  44. text-decoration: underline;
  45. margin-top: 10rpx;
  46. display: block;
  47. }
  48. .hover{
  49. background-color: #fb4747;
  50. }
  51. .experience-area {
  52. margin-top: 20rpx;
  53. font-size: 14px;
  54. display: flex;
  55. flex-direction: column;
  56. }
  57. .mpwx-img{
  58. width: 300rpx;
  59. height: 300rpx;
  60. margin: 20rpx auto;
  61. }
  62. .zixun{
  63. width: 55px;
  64. height: 55px;
  65. position: fixed;
  66. top: 15px;
  67. right: 35px;
  68. border-radius: 50%;
  69. box-shadow: 0 0 5px #ddd;
  70. text-align: center;
  71. font-size: 14px;
  72. color: #333;
  73. background: url(https://sample.o2oa.net/contact_us.png) center center no-repeat;
  74. }
  75. .zixun .kf{
  76. position: relative;
  77. top: 0px;
  78. left: 0px;
  79. margin:15px auto;
  80. opacity: 0;
  81. }
  82. .zixun_text {
  83. width: 85px;
  84. height: 25px;
  85. position: fixed;
  86. top: 70px;
  87. right: 20px;
  88. font-size: 13px;
  89. text-align: center;
  90. }