company-setting.wxss 1015 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /**底部的样式*/
  2. .bottom-class{
  3. position: fixed;
  4. bottom: 20rpx;
  5. width: 100%;
  6. align-items: center;
  7. justify-content: center;
  8. border-top: 2rpx solid #efefef;
  9. z-index: 2;
  10. display: flex;
  11. }
  12. /**底部保存按钮的样式*/
  13. .save-button-class{
  14. width: 640rpx;
  15. background: #1B365D !important;
  16. border-radius: 15rpx !important;
  17. color:#fff !important;
  18. font-size: 16px !important;
  19. font-weight: 500 !important;
  20. }
  21. .task-progress {
  22. margin-left: 30rpx;
  23. width: calc(100% - 60rpx);
  24. background: #FFFFFF;
  25. box-shadow: 0px 10px 20px rgba(225, 229, 238, 0.6);
  26. border-radius: 15rpx;
  27. margin-top: 30rpx;
  28. margin-bottom: -15rpx;
  29. }
  30. .task-progress-header {
  31. display: flex;
  32. background: linear-gradient(90.12deg, #9BCBEB 0.13%, #D9F0FF 99.92%);
  33. padding: 24rpx;
  34. border-radius: 15rpx 15rpx 0px 0px;
  35. align-items: center;
  36. justify-content: space-between;
  37. }
  38. .task-progress-header-name {
  39. font-style: normal;
  40. font-weight: 500;
  41. font-size: 16px;
  42. color: #FFFFFF;
  43. font-family: 'PingFang SC';
  44. }