姨妈管家小程序代码

switch.wxss 557B

12345678910111213141516171819202122232425262728293031
  1. .switch-wrapper{
  2. width: 120rpx;
  3. height: 60rpx;
  4. border-radius: 50rpx;
  5. position: relative;
  6. }
  7. .switch-btn{
  8. width: 56rpx;
  9. height: 56rpx;
  10. border-radius: 28rpx;
  11. position: absolute;
  12. background: white;
  13. box-shadow: 0rpx 2rpx 4rpx rgba(0,0,0,0.4);
  14. }
  15. .open1{
  16. background: #FE78AB;
  17. }
  18. .open2{
  19. top: 2rpx;
  20. right: 1rpx;
  21. }
  22. .close1{
  23. background: rgba(255,255,255,0.4);
  24. border:3rpx solid rgba(0,0,0,0.15);
  25. border-left: transparent;
  26. }
  27. .close2{
  28. left: 0rpx;
  29. top: 0rpx;
  30. border:2rpx solid rgba(0,0,0,0.1);
  31. }