wallet.wxss 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .subtitleColor-bg{background:var(--subtitleColor);color: white;padding: 40rpx;}
  2. .wallet-btn {padding:2rpx 20rpx;background: #fff;display: inline-block;border-radius: 24rpx;}
  3. .wallet-account{color: #fff;position: absolute;top: 60rpx;right: 0;background: rgba(255, 255, 255, 0.3);padding: 4rpx 6rpx 4rpx 30rpx;border-top-left-radius: 60rpx;border-bottom-left-radius: 60rpx;display: flex; align-items: center;}
  4. .title {display: flex;justify-content: space-between;padding: 20rpx;}
  5. .tips, .tips text{display: inline-block;line-height: 60rpx;}
  6. .tips:before {
  7. content: "";
  8. border-radius: 4rpx;
  9. background: #ee3a43;
  10. width: 6rpx;
  11. height: 40rpx;
  12. vertical-align: top;
  13. margin-top: 10rpx;
  14. margin-right: 12rpx;
  15. display: inline-block;
  16. }
  17. .select{background: #EFEFEF; border-radius: 40rpx; height: 60rpx; line-height: 60rpx; position: relative; font-size: 24rpx; padding: 0 20rpx;}
  18. .select .picker{width:320rpx;overflow: hidden; line-height: 60rpx; display: inline-block;}
  19. .select::after{content: '\e991'; font-family: 'icomoon'; font-size: 24rpx; position: absolute; right: 20rpx; top: 45%; line-height: 0;}
  20. .item {
  21. padding: 20rpx;
  22. display: flex;
  23. line-height: 1.5;
  24. /* justify-content: space-between; */
  25. border-bottom: 2rpx solid #dcdddd;
  26. }
  27. .item .item-r{
  28. flex: 1;
  29. }
  30. .item .item-r .item-r-t{
  31. line-height: 36px;
  32. height: 70rpx;
  33. }
  34. .content{
  35. display: flex;
  36. justify-content: space-between;
  37. align-items: center;
  38. }
  39. .content view:first-child{
  40. margin-right: 20rpx;
  41. line-height: 1.5;
  42. display: flex;
  43. /* overflow: hidden;
  44. text-overflow: ellipsis;
  45. white-space: nowrap; */
  46. }
  47. .content view:first-child > text:first-child{
  48. overflow: hidden;
  49. text-overflow: ellipsis;
  50. white-space: nowrap;
  51. max-width: 250rpx;
  52. }
  53. .content view:last-child{
  54. white-space: nowrap;
  55. }
  56. .text-right {
  57. text-align: right;
  58. flex-shrink: 0;
  59. }
  60. .growup-content-list-photo{width: 70rpx;height: 70rpx;border-radius: 50%;margin-right: 10rpx;}
  61. /* .photo {display: flex;} */
  62. .tag{border:2rpx solid #ee3a43; border-radius: 20rpx;font-size: 24rpx;margin-left: 10rpx;padding: 0 16rpx;color: #ee3a43;}
  63. .row-flex{
  64. align-items: flex-start;
  65. }