index.wxss 1008 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. margin-bottom: 15rpx;
  29. }
  30. .list_bot:last-child{
  31. margin-bottom: 0;
  32. }
  33. .tag {
  34. width: 97rpx;
  35. height: 20rpx;
  36. margin-left: 5rpx;
  37. }
  38. .list_left {
  39. width: 29rpx;
  40. height: 29rpx;
  41. vertical-align: middle;
  42. }
  43. .list_center {
  44. vertical-align: middle;
  45. flex: 1;
  46. }
  47. .list_right {
  48. vertical-align: middle;
  49. width: 29rpx;
  50. height: 29rpx;
  51. }
  52. .card:last-child {
  53. margin-bottom: 0;
  54. }