/* pages/newRecruitment/publishFinish/publishFinish.wxss */ .container{ /* width: 100%; height: 500rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; */ } .publish_finish{ width: 164rpx; height: 164rpx; } .container text:nth-of-type(1){ color: #646464; font-size: 32rpx; } .container text:nth-of-type(2){ color: #999999; font-size: 24rpx; margin-top: 10rpx; } .container text:nth-of-type(3){ width: 572rpx; height: 72rpx; background: #3476FE; border-radius: 44rpx; text-align: center; line-height: 72rpx; color: white; font-size: 34rpx; display: inline-block; margin-top: 50rpx; }