index.wxss 1.2 KB
/**index.wxss**/

page {
  height: 100%;
  width: 750rpx;
  position: relative;
}

.box {
  height: 100%;
  position: relative
}

.cover {
  position: relative;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 200rpx;
}

.beginimg {
  width: 500rpx;
  height: 500rpx;
  position:absolute;
  top:40%;
  left:50%;
  transform: translate(-50%,-40%)
 
}

.beginimg image {
  width: 100%;
  height: 100%;
}

.cover image {
  display: block;
  width: 300rpx;
  height: 300rpx;
  margin: 0 auto;
}

.cover text {
  display: block;
  width: 500rpx;
  margin: 0 auto;
  text-align: center;
}

.go {
  position: absolute;
  bottom:134rpx;
  left: 0;
  right: 0;
  margin: auto;
  width:425rpx;
  height:88rpx;
  background:rgba(118,208,82,1);
  box-shadow:0rpx 16rpx 30rpx 0rpx rgba(138,202,103,0.6);
  border-radius:44rpx;
  /* border:1rpx solid #434343; */
}

.qidong{
  position: absolute;
  bottom:134rpx;
  left: 0;
  right: 0;
  margin: auto;
  width:425rpx;
  height:88rpx;
  background:rgba(118,208,82,1);
  box-shadow:0px 16rpx 30rpx 0rpx rgba(138,202,103,0.6);
  border-radius:44rpx;
  font-size: 30rpx;
  color: #fff;
  text-align: center;
  line-height: 88rpx;
  
  
}
button::after{
  border:none;
  outline:none;
}