comment.wxss 578 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. textarea {
  2. padding: 30rpx;
  3. border: 1rpx solid #efefef;
  4. border-left: 0rpx;
  5. border-right: 0rpx;
  6. width: 100%;
  7. box-sizing: border-box;
  8. line-height: 150%;
  9. }
  10. .comment-score {
  11. border-bottom: 1rpx solid #efefef;
  12. padding-bottom: 20rpx;
  13. }
  14. .comment-score image {
  15. display: inline-block;
  16. width: 36rpx;
  17. height: 36rpx;
  18. margin-left: 30rpx;
  19. }
  20. .comment-score text {
  21. display: inline-block;
  22. margin-left: 36rpx;
  23. position: relative;
  24. top: -6rpx;
  25. }
  26. .submit {
  27. padding: 30rpx;
  28. line-height: 1.8;
  29. }
  30. .btn-submit {
  31. border-radius: 6rpx;
  32. border-color: #e64340;
  33. }