input_content.wxss 661 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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: 24rpx;
  18. }
  19. .head text:nth-child(2) {
  20. color: #1B87EA;
  21. }
  22. .write {
  23. padding: 42rpx;
  24. box-sizing: border-box;
  25. }
  26. .write input {
  27. font-size: 32rpx;
  28. }
  29. .write .add {
  30. width: 180rpx;
  31. height: 180rpx;
  32. }
  33. .minImg{
  34. width: 180rpx;
  35. height: 180rpx;
  36. margin: 10rpx;
  37. }
  38. .shareArea{
  39. height:200rpx;
  40. }