index.wxss 182 B

12345678910111213
  1. /* pages/operation/index.wxss */
  2. page{
  3. height: 100%;
  4. }
  5. .container{
  6. height: 100%;
  7. background-color: #fff;
  8. }
  9. .tui-mbtm{
  10. display: block;
  11. position: fixed;
  12. border-radius: 0;
  13. }