comment.wxss 619 B

123456789101112131415161718192021222324252627282930313233343536
  1. .container{
  2. padding: 20rpx
  3. }
  4. .item-group{
  5. display: flex;
  6. justify-content: flex-start;
  7. align-items: center;
  8. }
  9. .item-group .item-image{
  10. width: 40rpx;
  11. height: 50rpx;
  12. }
  13. .item-group .item-title{
  14. font-size: 32rpx;
  15. color: #41be57;
  16. margin-left: 10rpx;
  17. margin-right: 10rpx;
  18. }
  19. .item-group .item-rate{
  20. font-size: 28rpx;
  21. color: #ccc;
  22. }
  23. .btn-group{
  24. display: flex;
  25. margin-top: 40rpx;
  26. margin-bottom: 40rpx;
  27. justify-content: flex-start;
  28. align-items: center;
  29. }
  30. .page-btn{
  31. flex: 1;
  32. height: 60rpx;
  33. color: #898989;
  34. border-color: #898989;
  35. line-height: 60rpx;
  36. }