index.wxss 176 B

1234567891011
  1. /* pages/create-project/index.wxss */
  2. .sg-container {
  3. background: #f7f7f7;
  4. }
  5. .sg-submit-box {
  6. position: fixed;
  7. bottom: 0;
  8. left: 0;
  9. width: 100%;
  10. background: white;
  11. }