| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- page {
- background-color: rgb(247, 246, 242);
- }
- .data-v-7eddb851 .u-input__textarea {
- font-size: 40rpx !important;
- padding: 25rpx 20rpx;
- }
- .data-v-7eddb851 uni-textarea {
- caret-color: #FF713F;
- }
- .data-v-7eddb851 .uicon-plus {
- font-size: 40px !important;
- }
- .data-v-7eddb851 .u-add-wrap {
- color: #bebebe;
- background-color: #fff;
- border: 2px solid #bebebe;
- }
- .data-v-7eddb851 .u-upload {
- padding: 0 0 15rpx 15rpx;
- }
- .data-v-7eddb851 .ql-editor.ql-blank:before {
- color: rgba(0, 0, 0, 0.5);
- font-style: normal!important;
- font-size: 40rpx ;
- }
- .data-v-7eddb851 .ql-container {
- font-size: 40rpx !important;
- padding: 15rpx 25rpx;
- }
- .operate-content.data-v-7eddb851 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 15rpx;
- }
- .operate-content .content.data-v-7eddb851 {
- color: #71716f;
- padding-right: 25rpx;
- font-size: 32rpx;
- }
- .operate-content .not-share.data-v-7eddb851,
- .operate-content .open-comment.data-v-7eddb851 {
- width: 22rpx;
- height: 22rpx;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- border: 6rpx solid #c9c9c9;
- display: inline-block;
- }
- .operate-content .not-share-margin.data-v-7eddb851 {
- margin-right: 95rpx;
- }
- .operate-content .add-gou-img.data-v-7eddb851 {
- width: 45rpx;
- height: 45rpx;
- }
- .input-contorl-box.data-v-7eddb851 {
- position: fixed;
- bottom: 100rpx;
- margin-top: 10rpx;
- background-color: #fcfbf7;
- }
- .input-contorl-box .contorl-btn-box.data-v-7eddb851 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- border-top: 1rpx solid #000;
- }
- .input-contorl-box .contorl-btn-box .control-btn.data-v-7eddb851 {
- background-color: #fff;
- }
- .input-contorl-box .contorl-btn-box .control-btn .choose-img.data-v-7eddb851 {
- width: 55rpx;
- height: 55rpx;
- padding: 15rpx 35rpx;
- }
- .input-contorl-box .contorl-btn-box .control-btn .choose-emoji.data-v-7eddb851 {
- width: 55rpx;
- height: 55rpx;
- padding: 15rpx 35rpx;
- }
- .input-contorl-box .contorl-btn-box .input-word.data-v-7eddb851 {
- font-size: 40rpx;
- display: block;
- text-align: right;
- padding-right: 15rpx;
- }
- .input-contorl-box .emoji-list-box.data-v-7eddb851 {
- width: 100%;
- height: 292rpx;
- background-color: #fff;
- }
- .input-contorl-box .emoji-list-box .emoji-list-item .emoji-img.data-v-7eddb851 {
- width: 60rpx;
- height: 60rpx;
- padding: 15rpx 24rpx;
- }
|