dk-save-button.wxss 788 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .bottom-class-1 {
  2. background: #fff;
  3. position: fixed;
  4. bottom: 0;
  5. width: 100%;
  6. height: 182rpx;
  7. border-top: 1px solid #efefef;
  8. z-index: 7;
  9. box-shadow: 0px -8rpx 24rpx rgba(0, 16, 39, 0.1);
  10. border-radius: 30rpx 30rpx 0rpx 0rpx;
  11. }
  12. .bottom-class-2 {
  13. position: fixed;
  14. bottom: 40rpx;
  15. width: 90%;
  16. height: 135rpx;
  17. border-top: 1px solid #efefef;
  18. z-index: 7;
  19. margin-left: 5%;
  20. background: #1B365D;
  21. box-shadow: 0px 17rpx 22rpx rgba(27, 54, 93, 0.2);
  22. border-radius: 15rpx;
  23. }
  24. .btn-main-class {
  25. padding: 0 35rpx;
  26. justify-content: space-between;
  27. display: flex;
  28. align-items: center;
  29. height: 100%;
  30. }
  31. .btn-class {
  32. border-radius: 15rpx;
  33. height: 88rpx;
  34. font-size: 16px;
  35. line-height: 40rpx;
  36. margin-left: 20rpx;
  37. }
  38. .checkbox-label{
  39. font-size: 14px;
  40. }