/* pages/home/home.wxss */ page{ background: #fff; min-height:calc(100vh - 6rpx); display: flex; align-items: center; } .title{ color:#34ab92; font-size:60rpx; text-align: center; } .titleContainer{ height:186rpx; /* width:64%; */ width:80%; margin:20rpx auto; } .titleContainer image{ width:100%; height:100%; } .subtitle,.textNum{ color: #212121; font-size:38rpx; font-weight: bold; text-align:center; margin-top:26rpx; } .centerPic{ /* width:422rpx; height:422rpx; */ margin:0 auto; text-align: center; position:relative; } .centerPic image{ width: 466rpx; height:466rpx; } .inPic{ position:absolute; left:18%; } .textNum{ margin-top:0; } .noticeInfo{ font-size:28rpx; color: #919191; width:80%; margin:34rpx auto; text-align: center; } .footer_btn{ background-image: linear-gradient(110deg, #34ab92 0%, #209f84 100%), linear-gradient( #209f84, #209f84); border-radius: 42rpx; font-size: 36rpx; color:#fff; padding:18rpx 0; width:53%; text-align: center; margin:20rpx auto; }