bottom-reply.wxss 364 B

123456789101112131415161718
  1. .reply {
  2. width: 100%;
  3. background: #fff;
  4. box-shadow: 0 -5rpx 10rpx 0 rgba(153, 153, 153, 0.1);
  5. position: fixed;
  6. bottom: 0;
  7. left: 0;
  8. }
  9. .input-class {
  10. height: 60rpx !important;
  11. padding: 0 30rpx !important;
  12. background: #F7F7F7 !important;
  13. border-radius: 33rpx;
  14. font-size: 28rpx;
  15. font-weight: 400;
  16. color: #999999;
  17. }