1234567891011121314151617181920212223242526272829 |
- /* pages/nrcomments/nrcomments.wxss */
- scroll-view{
- height: 100vh;
- }
- .list{
- padding: 20rpx;
- margin-bottom: 20rpx;
- }
- .nr{
- font-size: 26rpx;
- text-align: right;
- color: #333;
- }
- .desc{
- font-size: 28rpx;
- line-height: 40rpx;
- margin: 30rpx 0;
- }
- .stock_name{
- /* line-height: 100rpx; */
- font-size: 32rpx;
- margin-top: 20rpx;
- font-weight: 500;
- }
- .stock_name text{
- font-weight: 400;
- font-size: 28rpx;
- padding: 5rpx 10rpx;
- }
|