collection.wxss 374 B

123456789101112131415161718192021222324
  1. @import "/app.wxss";
  2. .content{
  3. background-color: #F2F2F2;
  4. padding: 20rpx;
  5. }
  6. Page {
  7. width: 100%;
  8. height: 100%;
  9. background-color: #F2F2F2;
  10. }
  11. .info{
  12. background-color: #fff;
  13. /* width: 710rpx; */
  14. height: 160rpx;
  15. display: flex;
  16. flex-flow: column nowrap;
  17. justify-content: space-around;
  18. border-radius: 10rpx;
  19. margin-bottom: 20rpx;
  20. padding: 5px 15px;
  21. }