| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | page{  background-color: #50ACF9;}.box{  position: relative;  width: 100%;  height: 100%;}.box-img{  display: block;  width: 642rpx;  height: 974rpx;  margin: 0 auto;}.box-info{  position: absolute;  z-index: 100;  width: 750rpx;  left: 0;  top: 0;  bottom: 0;  text-align: center;}.box-info-title{  font-size: 28rpx;  color: #50ACF9;  font-weight: blod;  margin-top: 160rpx;}.box-info-img{  width: 324rpx;  height: 324rpx;  border: 1rpx solid #CCCCCC;  margin: 0 auto;  border-radius: 40rpx;  padding: 19rpx;  margin-top: 20rpx;  margin-bottom: 10rpx;}.box-info-qrcode{  width: 314rpx;  height: 314rpx;}.box-info-desc{  color: #8C8C8C;  font-size: 24rpx;}.box-info-org{  color: #50ACF9;  font-size: 50rpx;  margin-top: 60rpx;}.box-info-greet{  color: #50ACF9;  font-size: 140rpx;}	
 |