/* pages/luckDraw/profile.wxss */ .personal{ width: 750rpx; height: auto; } .head-bg{ width: 750rpx; height: 464rpx; } .image_bg{ width: 750rpx; height: 464rpx; position: absolute; left: 0; top: 0; z-index: 1; } .image_portrait{ width: 140rpx; height: 144rpx; position: relative; z-index: 2; left: 304rpx; top: 170rpx; } .luck-draw-pro-nickname{ width: 750rpx; height: 50rpx; font-size: 40rpx; font-family: Source Han Sans CN; font-weight: 500; color: #FEFEFE; position: relative; z-index: 2; text-align: center; top: 180rpx; } .luck-draw-pro-cp{ width: 750rpx; height: 180rpx; } .luck-draw-coupon,.luck-draw-prize{ display: inline-block; width: 50%; height: 100%; } .luck-draw-cn,.luck-draw-cz,.luck-draw-pn,.luck-draw-pz,.luck-draw-cjh{ text-align: center; } .luck-draw-cn,.luck-draw-pn{ margin-top: 30rpx; font-size: 36rpx; font-family: Source Han Sans CN; font-weight: 500; color: #BF2637; } .luck-draw-cz,.luck-draw-pz{ font-size: 32rpx; font-family: Source Han Sans CN; font-weight: 400; color: #303030; } .luck-draw-cj{ width: 78rpx; height: 6rpx; background: #BF2637; border-radius: 4rpx; margin: 10rpx auto; }