index.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. box-shadow: 0px 0px 20rpx 0px rgba(0, 0, 0, 0.2);
  9. }
  10. /* 输入提示定位 */
  11. .input_text_tips {
  12. position: absolute;
  13. top: 0;
  14. left: 200rpx;
  15. transform: translate(0, -63%);
  16. }
  17. /* logo */
  18. .login_logo {
  19. width: 186rpx;
  20. height: 160rpx;
  21. margin: 60rpx auto 0;
  22. }
  23. .login_logo>image {
  24. width: 100%;
  25. height: 100%;
  26. }
  27. /* 按钮 */
  28. .input_text_but {
  29. width: 340rpx;
  30. height: 98rpx;
  31. margin: 70rpx auto 0;
  32. border-radius: 49rpx;
  33. }
  34. /* 跳过 */
  35. .jump-over {
  36. display: flex;
  37. justify-content: center;
  38. width: 100vw;
  39. font-size: 32rpx;
  40. margin-top: 15rpx;
  41. color: #000000;
  42. opacity: .5;
  43. }
  44. /* 用户隐私协议 */
  45. .rules {
  46. height: 44rpx;
  47. font-size: 24rpx;
  48. font-family: PingFangSC-Regular, PingFang SC;
  49. line-height: 44rpx;
  50. width: 100%;
  51. display: flex;
  52. justify-content: center;
  53. align-items: center;
  54. margin-top: -15rpx;
  55. color: #4CBECF;
  56. margin-bottom: -40rpx;
  57. }
  58. .rules .view {
  59. margin-left: -20rpx;
  60. }
  61. .rules text {
  62. text-decoration: underline;
  63. }