profile.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* pages/luckDraw/profile.wxss */
  2. .personal{
  3. width: 750rpx;
  4. height: auto;
  5. }
  6. .head-bg{
  7. width: 750rpx;
  8. height: 464rpx;
  9. }
  10. .image_bg{
  11. width: 750rpx;
  12. height: 464rpx;
  13. position: absolute;
  14. left: 0;
  15. top: 0;
  16. z-index: 1;
  17. }
  18. .image_portrait{
  19. width: 140rpx;
  20. height: 144rpx;
  21. position: relative;
  22. z-index: 2;
  23. left: 304rpx;
  24. top: 170rpx;
  25. }
  26. .luck-draw-pro-nickname{
  27. width: 750rpx;
  28. height: 50rpx;
  29. font-size: 40rpx;
  30. font-family: Source Han Sans CN;
  31. font-weight: 500;
  32. color: #FEFEFE;
  33. position: relative;
  34. z-index: 2;
  35. text-align: center;
  36. top: 180rpx;
  37. }
  38. .luck-draw-pro-cp{
  39. width: 750rpx;
  40. height: 180rpx;
  41. }
  42. .luck-draw-coupon,.luck-draw-prize{
  43. display: inline-block;
  44. width: 50%;
  45. height: 100%;
  46. }
  47. .luck-draw-cn,.luck-draw-cz,.luck-draw-pn,.luck-draw-pz,.luck-draw-cjh{
  48. text-align: center;
  49. }
  50. .luck-draw-cn,.luck-draw-pn{
  51. margin-top: 30rpx;
  52. font-size: 36rpx;
  53. font-family: Source Han Sans CN;
  54. font-weight: 500;
  55. color: #BF2637;
  56. }
  57. .luck-draw-cz,.luck-draw-pz{
  58. font-size: 32rpx;
  59. font-family: Source Han Sans CN;
  60. font-weight: 400;
  61. color: #303030;
  62. }
  63. .luck-draw-cj{
  64. width: 78rpx;
  65. height: 6rpx;
  66. background: #BF2637;
  67. border-radius: 4rpx;
  68. margin: 10rpx auto;
  69. }