memberConvert.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .convert-top{
  2. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/new/memberbg.png') no-repeat center top;
  3. background-size: 100%;
  4. height: 462rpx;
  5. padding:50rpx 0 0;
  6. }
  7. .jz-member{
  8. height: 44rpx;
  9. display: flex;
  10. align-items: center;
  11. justify-content: center;
  12. margin:0 0 30rpx 0;
  13. }
  14. .jz-member image{
  15. width:52rpx;
  16. height: 44rpx;
  17. margin:0 24rpx 0 0;
  18. }
  19. .jz-member text{
  20. line-height: 44rpx;
  21. font-size: 44rpx;
  22. font-weight: bold;
  23. background: linear-gradient(78deg, #F1E3C8 0%, #E6C162 100%);
  24. -webkit-background-clip: text;
  25. -webkit-text-fill-color: transparent;
  26. }
  27. .activity-rule-title{
  28. height:112rpx;
  29. padding:28rpx;
  30. display: flex;
  31. align-items:center;
  32. }
  33. .title-hardline{
  34. height:2rpx;
  35. background: #85868A;
  36. flex:1;
  37. }
  38. .activity-rule-title text{
  39. font-size: 33rpx;
  40. margin:0 16rpx;
  41. }
  42. .activity-rule-content{
  43. padding:0 40rpx 0 36rpx;
  44. font-size: 24rpx;
  45. color:#85868A;
  46. line-height: 38rpx;
  47. text-align: justify;
  48. }
  49. .jz-slogan{
  50. background: linear-gradient(78deg, #F1E3C8 0%, #E6C162 100%);
  51. -webkit-background-clip: text;
  52. -webkit-text-fill-color: transparent;
  53. font-size: 24rpx;
  54. text-align: center;
  55. }
  56. .code-wrapper{
  57. width: 430rpx;
  58. height: 64rpx;
  59. margin:50rpx auto 34rpx;
  60. background: #F5F5F5;
  61. border-radius: 2rpx;
  62. }
  63. .code-input{
  64. height: 64rpx;
  65. text-align: center;
  66. }
  67. .confirm-convert{
  68. width: 430rpx;
  69. height: 64rpx;
  70. line-height: 64rpx;
  71. background: linear-gradient(180deg, #F1E3C8, #E6C162);
  72. border-radius: 6rpx;
  73. margin:0 auto;
  74. color:#663315;
  75. text-align: center;
  76. font-size: 32rpx;
  77. }