index.wxss 546 字节
/**index.wxss**/
.container {
  width: 100%;
  height: 100%;
  background:linear-gradient(rgba(249,243,239,1),rgba(237,215,204,1));
}
.imgPolytope {
    width: 519rpx;
    height: 577rpx;
    margin: 190rpx 0 0;
}
.imgPolytope image {
    width: 100%;
    height: 100%;
}
.index_title .title {
    color: #000;
    font-size: 46rpx;
    margin-bottom: 31rpx;
}
.content {
    color: #F0830C;
    font-size: 26rpx;
}
.init {
    opacity: 0;
    transform: translateY(1000px);
}
.contentInit {
    opacity: 0;
    transform: translateX(1000px);
}