localSetting.wxss 617 B

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