add.wxss 426 B

1234567891011121314151617181920
  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. }