nrcomments.wxss 442 B

1234567891011121314151617181920212223242526272829
  1. /* pages/nrcomments/nrcomments.wxss */
  2. scroll-view{
  3. height: 100vh;
  4. }
  5. .list{
  6. padding: 20rpx;
  7. margin-bottom: 20rpx;
  8. }
  9. .nr{
  10. font-size: 26rpx;
  11. text-align: right;
  12. color: #333;
  13. }
  14. .desc{
  15. font-size: 28rpx;
  16. line-height: 40rpx;
  17. margin: 30rpx 0;
  18. }
  19. .stock_name{
  20. /* line-height: 100rpx; */
  21. font-size: 32rpx;
  22. margin-top: 20rpx;
  23. font-weight: 500;
  24. }
  25. .stock_name text{
  26. font-weight: 400;
  27. font-size: 28rpx;
  28. padding: 5rpx 10rpx;
  29. }