123456789101112131415161718 |
- .reply {
- width: 100%;
- background: #fff;
- box-shadow: 0 -5rpx 10rpx 0 rgba(153, 153, 153, 0.1);
- position: fixed;
- bottom: 0;
- left: 0;
- }
- .input-class {
- height: 60rpx !important;
- padding: 0 30rpx !important;
- background: #F7F7F7 !important;
- border-radius: 33rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- }
|