start.wxss 563 字节
/**index.wxss**/

.box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.box image {
  width: 50%;
  height: 50%;
}

.btn {
  width: 242rpx;
  height: 80rpx;
  background: rgba(0, 0, 0, 1);
  font-size: 30rpx;
  color: #fff;
}
.btn::after{
  border: 0;
}