shop.wxss 422 B

123456789101112131415161718192021222324252627282930313233343536
  1. page{
  2. background-color: rgba(223, 218, 218, 0.774);
  3. }
  4. .van-cell{
  5. margin-top: 10px;
  6. }
  7. .home-header-line {
  8. background: #e5e7e0;
  9. height: 5rpx;
  10. }
  11. .text{
  12. float: left;
  13. margin-left: 35px;
  14. margin-top: 50px
  15. }
  16. .b{
  17. border:grey;
  18. width:280px;
  19. height:100px;
  20. border-radius:5px;
  21. border:1px solid rgb(224, 217, 217);
  22. }
  23. .a{
  24. width:280px;
  25. height:20px;
  26. }
  27. button{
  28. width:85%
  29. }
  30. van-cell-group{
  31. height: 10px;
  32. }