123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- /* 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;
- }
|