index.wxss 485 B

1234567891011121314151617181920212223242526272829303132333435
  1. .images-box {
  2. border-radius: 10rpx;
  3. width: 100%;
  4. }
  5. .imageCount {
  6. height: 80rpx;
  7. line-height: 80rpx;
  8. }
  9. .images {
  10. height: 240rpx;
  11. }
  12. .addImageIcon{
  13. text-align: center;
  14. line-height: 200rpx;
  15. background-color: #f7f7f7;
  16. }
  17. .addImageIconHover{
  18. background-color: #C0C4CC;
  19. }
  20. .image {
  21. width: 30%;
  22. border-radius: 10rpx;
  23. height: 200rpx;
  24. color: #999999;
  25. margin-right: 20rpx;
  26. margin-bottom: 20rpx;
  27. float: left;
  28. }
  29. .image image{
  30. width: 100rpx;
  31. vertical-align: middle;
  32. }