index.wxss 262 B

123456789101112131415
  1. @import "../template-cart/template-cart.wxss";
  2. @import "/template/login/index.wxss";
  3. page{
  4. min-height: 100%;
  5. background-color: #F2f2f2;
  6. }
  7. .container {
  8. background-color: #F2f2f2;
  9. min-height: 100%;
  10. }
  11. .pos-fiexd{
  12. position: fixed;
  13. bottom: 0;
  14. left: 0;
  15. }