scanSetting.wxss 581 B

1234567891011121314151617181920212223242526272829303132333435
  1. .local >text{
  2. display: block;
  3. color: #999999;
  4. padding: 30rpx;
  5. }
  6. .local > view{
  7. background: #fff;
  8. display: flex;
  9. align-items: center;
  10. padding: 30rpx 30rpx;
  11. justify-content: space-between;
  12. border-bottom: 2.5rpx solid #F5F5F5;
  13. }
  14. .local > view > view >text{
  15. color: #333333;
  16. }
  17. input{
  18. text-align: right;
  19. }
  20. .foot{
  21. text-align: center;
  22. padding: 30rpx;
  23. position: fixed;
  24. bottom: 0;
  25. width: 100%;
  26. background-color: var(--color);
  27. color: #fff;
  28. }
  29. .simll{
  30. font-size: 24rpx !important;
  31. padding-left: 80rpx !important;
  32. }
  33. .simll switch{
  34. zoom: .8 !important;
  35. }