index.wxss 449 B

123456789101112131415161718192021222324252627
  1. /* pages/login/index.wxss */
  2. .sg-login-box {
  3. position: fixed;
  4. top: 400rpx;
  5. left: 0;
  6. width: 100%;
  7. }
  8. .sg-form .van-cell__left-icon-wrap {
  9. color: #195ED7;
  10. }
  11. .sg-wechat-img {
  12. width: 100rpx;
  13. }
  14. .sg-login-box .sg-title {
  15. width: 250rpx;
  16. margin: auto;
  17. border-bottom: 3px solid #195ED7;
  18. padding-bottom: 5px;
  19. }
  20. .sg-third-box {
  21. display: flex;
  22. align-items: center;
  23. justify-content: center;
  24. }
  25. .sg-container {
  26. background: transparent;
  27. }