home-card.wxss 421 B

1234567891011121314151617181920212223
  1. @import '/miniprogram_npm/@vant/weapp/common/index.wxss';
  2. .container {
  3. height: 210rpx;
  4. display: flex;
  5. justify-content: space-between;
  6. align-items: center;
  7. margin: 0 30rpx;
  8. border-bottom: 1rpx solid #f3f3f3;
  9. }
  10. .left {
  11. width: 430rpx;
  12. height: 150rpx;
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: space-between;
  16. }
  17. .title {
  18. font-size: 32rpx;
  19. color: #333333;
  20. }