index.wxss 531 B

1234567891011121314151617181920212223
  1. /* pages/login/index.wxss */
  2. .index_main {
  3. background-image: url("https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/us-top.png");
  4. background-repeat: no-repeat;
  5. background-size: 100%;
  6. padding-top: 530rpx;
  7. padding-bottom: 45rpx;
  8. box-sizing: border-box;
  9. color: #A57044;
  10. position: relative;
  11. min-height: 100vh;
  12. }
  13. .user {
  14. width: 202rpx;
  15. height: 202rpx;
  16. position: absolute;
  17. top: 235rpx;
  18. left: 50%;
  19. transform: translateX(-50%);
  20. padding: 0;
  21. border-radius: 50%;
  22. }