dk-save-button.wxss 919 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .bottom-class-1 {
  2. background: #fff;
  3. position: fixed;
  4. bottom: 0;
  5. width: 100%;
  6. height: 170rpx;
  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: 0rpx 0rpx 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. .content-line-class{
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-between;
  35. margin: 10rpx 10rpx;
  36. }
  37. .btn-class {
  38. border-radius: 10rpx;
  39. height: 88rpx;
  40. font-size: 16px;
  41. line-height: 40rpx;
  42. margin-left: 10rpx;
  43. }
  44. .checkbox-label{
  45. font-size: 14px;
  46. }