append.wxss 643 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. .textLine {
  15. width: 95%;
  16. height: 40rpx;
  17. flex-wrap: wrap;
  18. margin-top: 10rpx;
  19. }
  20. .upLoad {
  21. margin-top: 280rpx;
  22. width: 100%;height: 300rxp;
  23. overflow: hidden;
  24. }
  25. .navigation {
  26. width: 90%;
  27. height: 240rpx;
  28. margin-top: 20rpx;
  29. padding: 34rpx;
  30. background-color: #DDDEDF;
  31. border-radius: 20rpx;
  32. }
  33. .nav {
  34. height: 30%;
  35. border-bottom: 4rpx solid rgba(0, 0, 0, 0.3);
  36. }