app.wxss 529 Bytes
/**app.wxss**/
.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
} 

.page{
  background-color: #fff;
}

.divide_line{
  background: #e5e5e5;
  width: 100%;
  height: 2rpx;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.btn_bottom {
  width: 100%;
  height: 84rpx;
  background: #357aeb;
  text-align: center;
  position: fixed;
  color: #fff;
  bottom: 0;
  line-height: 84rpx;
}