index.wxss 583 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .panelHeight{
  2. width:100%;
  3. height: 60rpx;
  4. }
  5. .panel1{
  6. width:710rpx;
  7. height:130rpx;
  8. border-radius: 20rpx;
  9. background-color: #fff;
  10. justify-content: space-between;
  11. margin-bottom: 30rpx;
  12. }
  13. .product_icon_mg_70x70{
  14. width:50rpx;
  15. height:50rpx;
  16. border-radius: 10rpx;
  17. margin:0 20rpx 0 30rpx;
  18. }
  19. .panel111{
  20. font-size: 28rpx;
  21. font-weight: 400;
  22. }
  23. .Arrow{
  24. width:16rpx;
  25. height:26rpx;
  26. margin-right: 30rpx;
  27. }
  28. .test{
  29. width: 500rpx;
  30. border-radius: 20rpx;
  31. padding: 0 0 30rpx 0;
  32. margin-top: 100rpx;
  33. background-color: #dddddd;
  34. }
  35. .btn{
  36. margin: 30rpx 0 0 0;
  37. }