index.wxss 633 字节
/**index.wxss**/
.cover{
 position: relative;
 height: 100vh;
 overflow:hidden;
 box-sizing: border-box;
 padding-top: 200rpx;
}
.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:26.41%;
 left:0;
 right: 0;
 margin: auto;
 width:400rpx;
 height:80rpx;
 border-radius:40rpx;
 background: #6EAC3D;
 /* border:1rpx solid #434343; */
}
.go button{
 font-size:30rpx;
 color:#fff;
 text-align: center;
 line-height:80rpx;
 border-radius:40rpx;
 display: block;
 background:none;
}