index.wxss 736 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* pages/us/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. }
  12. .user {
  13. width: 202rpx;
  14. height: 202rpx;
  15. position: absolute;
  16. top: 235rpx;
  17. left: 50%;
  18. transform: translateX(-50%);
  19. padding: 0;
  20. border-radius: 50%;
  21. }
  22. .icon{
  23. width: 36rpx;
  24. height: 36rpx;
  25. vertical-align: middle;
  26. }
  27. .van-cell {
  28. background-color: #00000000!important;
  29. }
  30. .title {
  31. color: #91725D;
  32. font-size: 32rpx;
  33. }
  34. .zwh {
  35. width: 750rpx;
  36. box-sizing: border-box;
  37. }