wait-for-do-preview.wxss 657 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @import "../../../../public/pages/public-view.wxss";
  2. Page {
  3. background-color: white;
  4. }
  5. .bg-scroll-view {
  6. background-color: white;
  7. }
  8. .item-bg {
  9. margin: 0 50rpx 0 40rpx;
  10. }
  11. .item {
  12. display: flex;
  13. flex-direction: column;
  14. float: left;
  15. width: 210rpx;
  16. height: 210rpx;
  17. margin-left: 10rpx;
  18. margin-top: 10rpx;
  19. background-color: white;
  20. box-shadow: 0rpx 4rpx 8rpx rgba(0, 0, 0, 0.05);
  21. }
  22. .item>image {
  23. width: 210rpx;
  24. height: 210rpx;
  25. display: block;
  26. }
  27. .item>view {
  28. width: 210rpx;
  29. height: 210rpx;
  30. margin-top: -210rpx;
  31. display: flex;
  32. }
  33. .item>view>image {
  34. width: 80rpx;
  35. height: 80rpx;
  36. display: block;
  37. margin: auto auto;
  38. }