send.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. page {
  2. background-color: rgb(247, 246, 242);
  3. }
  4. .data-v-7eddb851 .u-input__textarea {
  5. font-size: 40rpx !important;
  6. padding: 25rpx 20rpx;
  7. }
  8. .data-v-7eddb851 uni-textarea {
  9. caret-color: #FF713F;
  10. }
  11. .data-v-7eddb851 .uicon-plus {
  12. font-size: 40px !important;
  13. }
  14. .data-v-7eddb851 .u-add-wrap {
  15. color: #bebebe;
  16. background-color: #fff;
  17. border: 2px solid #bebebe;
  18. }
  19. .data-v-7eddb851 .u-upload {
  20. padding: 0 0 15rpx 15rpx;
  21. }
  22. .data-v-7eddb851 .ql-editor.ql-blank:before {
  23. color: rgba(0, 0, 0, 0.5);
  24. font-style: normal!important;
  25. font-size: 40rpx ;
  26. }
  27. .data-v-7eddb851 .ql-container {
  28. font-size: 40rpx !important;
  29. padding: 15rpx 25rpx;
  30. }
  31. .operate-content.data-v-7eddb851 {
  32. display: -webkit-box;
  33. display: -webkit-flex;
  34. display: flex;
  35. -webkit-box-align: center;
  36. -webkit-align-items: center;
  37. align-items: center;
  38. padding: 15rpx;
  39. }
  40. .operate-content .content.data-v-7eddb851 {
  41. color: #71716f;
  42. padding-right: 25rpx;
  43. font-size: 32rpx;
  44. }
  45. .operate-content .not-share.data-v-7eddb851,
  46. .operate-content .open-comment.data-v-7eddb851 {
  47. width: 22rpx;
  48. height: 22rpx;
  49. -webkit-border-radius: 50%;
  50. border-radius: 50%;
  51. border: 6rpx solid #c9c9c9;
  52. display: inline-block;
  53. }
  54. .operate-content .not-share-margin.data-v-7eddb851 {
  55. margin-right: 95rpx;
  56. }
  57. .operate-content .add-gou-img.data-v-7eddb851 {
  58. width: 45rpx;
  59. height: 45rpx;
  60. }
  61. .input-contorl-box.data-v-7eddb851 {
  62. position: fixed;
  63. bottom: 100rpx;
  64. margin-top: 10rpx;
  65. background-color: #fcfbf7;
  66. }
  67. .input-contorl-box .contorl-btn-box.data-v-7eddb851 {
  68. display: -webkit-box;
  69. display: -webkit-flex;
  70. display: flex;
  71. -webkit-box-orient: horizontal;
  72. -webkit-box-direction: normal;
  73. -webkit-flex-direction: row;
  74. flex-direction: row;
  75. -webkit-box-align: center;
  76. -webkit-align-items: center;
  77. align-items: center;
  78. border-top: 1rpx solid #000;
  79. }
  80. .input-contorl-box .contorl-btn-box .control-btn.data-v-7eddb851 {
  81. background-color: #fff;
  82. }
  83. .input-contorl-box .contorl-btn-box .control-btn .choose-img.data-v-7eddb851 {
  84. width: 55rpx;
  85. height: 55rpx;
  86. padding: 15rpx 35rpx;
  87. }
  88. .input-contorl-box .contorl-btn-box .control-btn .choose-emoji.data-v-7eddb851 {
  89. width: 55rpx;
  90. height: 55rpx;
  91. padding: 15rpx 35rpx;
  92. }
  93. .input-contorl-box .contorl-btn-box .input-word.data-v-7eddb851 {
  94. font-size: 40rpx;
  95. display: block;
  96. text-align: right;
  97. padding-right: 15rpx;
  98. }
  99. .input-contorl-box .emoji-list-box.data-v-7eddb851 {
  100. width: 100%;
  101. height: 292rpx;
  102. background-color: #fff;
  103. }
  104. .input-contorl-box .emoji-list-box .emoji-list-item .emoji-img.data-v-7eddb851 {
  105. width: 60rpx;
  106. height: 60rpx;
  107. padding: 15rpx 24rpx;
  108. }