index.wxss 880 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @import "/css/form.wxss";
  2. /* 根目录按钮样式 */
  3. .login-custom-class {
  4. font-size: 42rpx !important;
  5. font-family: PingFangSC-Medium, PingFang SC !important;
  6. font-weight: 500;
  7. line-height: 58rpx;
  8. }
  9. /* 输入提示定位 */
  10. .input_text_tips {
  11. position: absolute;
  12. top: 0;
  13. left: 200rpx;
  14. transform: translate(0, -63%);
  15. }
  16. /* logo */
  17. .login_logo {
  18. width: 186rpx;
  19. height: 160rpx;
  20. margin: 60rpx auto 0;
  21. }
  22. .login_logo>image {
  23. width: 100%;
  24. height: 100%;
  25. }
  26. /* 按钮 */
  27. .input_text_but {
  28. width: 340rpx;
  29. height: 98rpx;
  30. margin: 70rpx auto 0;
  31. border-radius: 49rpx;
  32. box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  33. overflow: hidden;
  34. }
  35. /* 跳过 */
  36. .jump-over {
  37. display: flex;
  38. justify-content: center;
  39. width: 100vw;
  40. font-size: 32rpx;
  41. margin-top: 15rpx;
  42. color: #000000;
  43. opacity: .5;
  44. }