/* component/tips/tips.wxss */
.tips {
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, .8);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999;

}