jump.wxss 162 Bytes
/* pages/jump/jump.wxss */
.jump>view{
  width: 100%;
  height: 60px;
  margin: 20px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}