index.less 827 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* nova-lesson/pages/lesson-detail/write-comment/index.wxss */
  2. .write_info {
  3. .write_top {
  4. display: flex;
  5. align-items: center;
  6. justify-content: space-between;
  7. padding: 20rpx;
  8. background: #f9f9f9;
  9. .cencle {}
  10. .submit {
  11. color: #8d8f8e;
  12. }
  13. }
  14. .rate_info {
  15. text-align: center;
  16. margin-top: 30rpx;
  17. .choose {
  18. margin-top: 20rpx;
  19. color: #8d8f8e;
  20. font-size: 24rpx;
  21. }
  22. }
  23. .textarea {
  24. width: 85%;
  25. margin: 30rpx auto;
  26. background: #ececec;
  27. border-radius: 12rpx;
  28. padding: 20rpx;
  29. height: 400rpx;
  30. }
  31. .c_logo {
  32. width: 94%;
  33. margin: 20rpx 3%;
  34. .label {
  35. margin-bottom: 10rpx;
  36. }
  37. }
  38. }