comment.wxss 883 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. page {
  2. background-color: #fafafa;
  3. }
  4. .commentInfo {
  5. background-color: #fff;
  6. width: 100%;
  7. padding: 0 32rpx;
  8. position: relative;
  9. }
  10. .commentInfo .num {
  11. position: absolute;
  12. right: 54rpx;
  13. bottom: 11rpx;
  14. font-size: 32rpx;
  15. color: #999;
  16. line-height: 45rpx;
  17. }
  18. .commentInfo textarea {
  19. height: 265rpx;
  20. width: 100%;
  21. padding-top: 32rpx;
  22. padding-bottom: 66rpx;
  23. font-size: 32rpx;
  24. color: #999;
  25. border-bottom: 1px solid #d8d8d8;
  26. }
  27. .selStar {
  28. overflow: hidden;
  29. background-color: #fff;
  30. padding: 30rpx 32rpx;
  31. }
  32. .selStar .selStar_item {
  33. float: left;
  34. margin-right: 30rpx;
  35. }
  36. .selStar .selStar_item image {
  37. width: 72rpx;
  38. height: 72rpx;
  39. display: block;
  40. }
  41. .release {
  42. width: 526rpx;
  43. height: 88rpx;
  44. border-radius: 100px;
  45. background: #557cff;
  46. font-size: 36rpx;
  47. color: #fff;
  48. margin: 130rpx auto 0 auto;
  49. }
  50. .release:active {
  51. opacity: 0.8;
  52. }