index.wxss 876 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* pages/userData/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: 241rpx;
  7. padding-bottom: 45rpx;
  8. box-sizing: border-box;
  9. color: #A57044;
  10. position: relative;
  11. }
  12. .card {
  13. border-radius: 20px;
  14. background-color: #fff;
  15. margin: 0 30rpx 30rpx 30rpx;
  16. padding: 30rpx;
  17. font-size: 28rpx;
  18. }
  19. .list {
  20. height: 2em;
  21. line-height: 2em;
  22. }
  23. .list_bot {
  24. display: flex;
  25. align-items: center;
  26. justify-content: space-between;
  27. gap: 10px;
  28. }
  29. .list_left {
  30. width: 29rpx;
  31. height: 29rpx;
  32. vertical-align: middle;
  33. }
  34. .list_center {
  35. vertical-align: middle;
  36. flex: 1;
  37. }
  38. .list_right {
  39. vertical-align: middle;
  40. width: 29rpx;
  41. height: 29rpx;
  42. }
  43. .card:last-child {
  44. margin-bottom: 0;
  45. }