add.wxss 480 B

12345678910111213141516171819202122
  1. /* package-basic-data/pages/test/add/add.wxss */
  2. /**底部的样式*/
  3. .bottom-class{
  4. position: fixed;
  5. bottom: 20rpx;
  6. width: 100%;
  7. align-items: center;
  8. justify-content: center;
  9. border-top: 2rpx solid #efefef;
  10. z-index: 2;
  11. display: flex;
  12. }
  13. /**底部保存按钮的样式*/
  14. .save-button-class{
  15. width: 640rpx;
  16. background: #1B365D !important;
  17. border-radius: 15rpx !important;
  18. color:#fff !important;
  19. font-size: 16px !important;
  20. font-weight: 500 !important;
  21. }