style.scss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* 评价头部 */
  2. .comment-header{
  3. height: 160upx;
  4. padding: 0 30upx;
  5. border-bottom: 10upx solid #f1f1f1;
  6. }
  7. /* 评价头部 */
  8. /* 评价标题 */
  9. .comment-title{
  10. font-size: 28upx;
  11. color: #333;
  12. line-height: 40upx;
  13. font-weight: 500;
  14. }
  15. .comment-title text{
  16. margin-left: 6upx;
  17. }
  18. /* 评价标题 */
  19. /* 分类头部模块 */
  20. .comment-tab-group{
  21. margin-top: 22upx;
  22. }
  23. .comment-tab{
  24. min-width:120upx;
  25. padding: 0 20upx;
  26. height:45upx;
  27. border-radius: 20upx;
  28. background-color: #f1f1f1;
  29. margin-right: 30upx;
  30. font-size: 24upx;
  31. line-height: 28upx;
  32. color: #666;
  33. }
  34. .comment-tab-active{
  35. background-color: #FFF0F0;
  36. color: #FF8080;
  37. }
  38. .comment-tab text{
  39. letter-spacing: 2upx;
  40. }
  41. /* 分类头部模块 */
  42. /* 评价列表 */
  43. .comment-screen{
  44. padding: 0 30upx;
  45. border-bottom: 1upx solid #EEEEEE;
  46. }
  47. .comment-control-footer{
  48. padding-bottom: 15upx;
  49. }
  50. .comment-control-item{
  51. font-size: 28upx;
  52. line-height: 30upx;
  53. color: #999;
  54. margin-left: 40upx;
  55. }
  56. .comment-control-item image{
  57. width: 22upx;
  58. height: 22upx;
  59. margin-left: 8upx;
  60. }
  61. /* 评价列表 */