button.acss 374 B

123456789101112131415161718
  1. .hospital-new-component .button-container {
  2. background: #fff;
  3. padding: 16rpx 32rpx 55rpx;
  4. position: fixed;
  5. bottom: 0;
  6. left: 0;
  7. width: 100%;
  8. }
  9. .hospital-new-component .button-container .button {
  10. background: #0E77FB;
  11. color: #fff;
  12. font-size: 32rpx;
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. border-radius: 16rpx;
  17. height: 98rpx;
  18. }