index.wxss 488 B

1234567891011121314151617181920212223242526
  1. .inputContent {
  2. width: 95%;
  3. margin: 0 auto;
  4. height: 80rpx;
  5. background-color: #F4F4F4;
  6. border-radius: 5%;
  7. display: flex;
  8. justify-content: space-around;
  9. align-items: center;
  10. border-radius: 60rpx;
  11. }
  12. .inputContent input{
  13. font-size: 28rpx;
  14. }
  15. .inputContent button {
  16. width: 60px;
  17. height: 60rpx;
  18. border-radius: 60rpx;
  19. font-size: 30rpx;
  20. color: white;
  21. line-height: 60rpx;
  22. background-color: orange;
  23. margin-left: 0 !important;
  24. margin-right: -30rpx !important;
  25. }