append.wxss 550 B

123456789101112131415161718192021222324252627282930313233
  1. /* pages/append/append.wxss */
  2. .title{
  3. width: 100%;
  4. height: 90rpx;
  5. }
  6. .discribe {
  7. width: 96%;
  8. height: 600rpx;
  9. margin-top: 20rpx;
  10. padding: 15rpx;
  11. background-color: #DDDEDF;
  12. border-radius: 20rpx;
  13. }
  14. .upLoad {
  15. margin-top: 350rpx;
  16. width: 300rpx;height: 300rxp;
  17. overflow: hidden;
  18. }
  19. .navigation {
  20. width: 90%;
  21. height: 240rpx;
  22. margin-top: 20rpx;
  23. padding: 34rpx;
  24. background-color: #DDDEDF;
  25. border-radius: 20rpx;
  26. }
  27. .nav {
  28. height: 30%;
  29. border-bottom: 4rpx solid rgba(0, 0, 0, 0.3);
  30. }