/* pages/meeting-cover/meeting-cover.wxss */ .body { width: 100%; height: 100%; background-size: 100% 100%; z-index: -99; } .welcome { color: #A8B8E7; padding-top: 300rpx; padding-left: 40rpx; font-size: 40rpx; } .topic { color: #F6E3C3; font-size: 80rpx; margin-top: 30rpx; padding-left: 40rpx; } .line { background-color: #F6E3C3; height: 4rpx; width: 20%; margin-left: 40rpx; margin-top: 52rpx; } .block { width: 88%; height: 254rpx; margin-left: 3%; background-size: 100% 100%; margin-top: 140rpx; font-size: 26rpx; color: #ADBCEB; padding-left: 40rpx; padding-top: 34rpx; } .block-row:nth-last-child(2) { margin-top: 50rpx; } .block-img { width: 32rpx; height: 28rpx; margin-right: 8rpx; } .block-value { margin-top: 15rpx; } .bottom { width: 100%; display: inline-flex; align-items: center; text-align: center; justify-content: center; position: absolute; bottom: 50rpx; } .bottom-line { background-color: #5467A550; height: 1rpx; width: 25%; } .bottom text { color: #5467A5; font-size: 26rpx; width: 38%; }