图书馆小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
703 B

2 weeks ago
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .comment-container.data-v-4fd4a762 {
  5. position: relative;
  6. padding: 10px;
  7. }
  8. .comment-container.data-v-4fd4a762 .uni-easyinput {
  9. width: calc(100% - 20px) !important;
  10. background-color: #fff;
  11. padding: 12px;
  12. box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.08);
  13. border-radius: 6px;
  14. }
  15. .comment-container.data-v-4fd4a762 .uni-easyinput__content {
  16. padding: 5px 10px !important;
  17. background: #F1F1F9 !important;
  18. }
  19. .comment-container.data-v-4fd4a762 .uni-easyinput__content-textarea {
  20. height: 140px !important;
  21. }
  22. .comment-container .commit.data-v-4fd4a762 {
  23. margin: 40px 20px 0 20px;
  24. background-color: #01a4fe;
  25. border-radius: 23px;
  26. }