input_content.wxss 696 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* pages/Input_content/input_content.wxss */
  2. .input-content {
  3. height: 100%;
  4. background: #F4F4F4;
  5. }
  6. .head {
  7. height: 82rpx;
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  11. background: #fff;
  12. padding: 42rpx;
  13. box-sizing: border-box;
  14. border-top: 2rpx #F4F4F4 solid;
  15. }
  16. .head text {
  17. font-size: 28rpx;
  18. }
  19. .head text:nth-child(2) {
  20. color: #1B87EA;
  21. }
  22. .write {
  23. padding: 42rpx;
  24. box-sizing: border-box;
  25. }
  26. .write .textarea-placeholder{
  27. font-size: 28rpx;
  28. color: #bebebe;
  29. }
  30. .write .add {
  31. width: 180rpx;
  32. height: 180rpx;
  33. }
  34. .minImg{
  35. width: 180rpx;
  36. height: 180rpx;
  37. margin: 10rpx;
  38. }
  39. .shareArea{
  40. height:200rpx;
  41. }