edit.wxss 755 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* pages/edit/edit.wxss */
  2. .edit-container {
  3. position: relative;
  4. padding:20px 50rpx 20rpx;
  5. justify-content:flex-start;
  6. -webkit-justify-content:flex-start;
  7. background-color: #FAFAFA;
  8. }
  9. .edit_textarea {
  10. flex: 1;
  11. width:100%;
  12. box-sizing:border-box;
  13. font-size:36rpx;
  14. line-height:60rpx;
  15. }
  16. .tips-wrapper {
  17. width:100%;
  18. display:flex;
  19. display: -webkit-flex;
  20. justify-content:space-between;
  21. -webkit-justify-content: spacce-between;
  22. padding: 0 ;
  23. box-sizing: border-box;
  24. align-items: center;
  25. -webkit-align-items: center;
  26. }
  27. .edit-tips {
  28. font-size:30rpx;
  29. color:#B2B2B2;
  30. line-height: 50rpx;
  31. }
  32. .img-delete-all {
  33. height:32rpx;
  34. width:28rpx;
  35. }
  36. .delete-content {
  37. position: relative;
  38. right: -20rpx;
  39. padding:20rpx 20rpx;
  40. }