index.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. min-height: 100vh;
  12. }
  13. .card {
  14. border-radius: 20px;
  15. background-color: #fff;
  16. margin: 0 30rpx 30rpx 30rpx;
  17. padding: 30rpx;
  18. font-size: 28rpx;
  19. }
  20. .list {
  21. height: 2em;
  22. line-height: 2em;
  23. }
  24. .list_bot {
  25. display: flex;
  26. align-items: center;
  27. justify-content: space-between;
  28. gap: 10px;
  29. margin-bottom: 15rpx;
  30. }
  31. .list_bot:last-child{
  32. margin-bottom: 0;
  33. }
  34. .tag {
  35. width: 97rpx;
  36. height: 20rpx;
  37. margin-left: 5rpx;
  38. }
  39. .list_left {
  40. width: 29rpx;
  41. height: 29rpx;
  42. vertical-align: middle;
  43. }
  44. .list_center {
  45. vertical-align: middle;
  46. flex: 1;
  47. }
  48. .list_right {
  49. vertical-align: middle;
  50. width: 29rpx;
  51. height: 29rpx;
  52. }
  53. .card:last-child {
  54. margin-bottom: 0;
  55. }