passport.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .box{padding:0 20rpx;box-sizing:border-box;background: url('http://img.bbztx.com/image_test/upload/thumbs/20210324/logo/1616579157433042148.png');background-size: 100%;}
  2. .column{text-align:center;padding-top:60rpx;padding-bottom: 80rpx;}
  3. .icon{
  4. font-size:48rpx;
  5. /* margin-right: 20rpx; */
  6. }
  7. .yinBox,.xunBox{display:flex;flex-wrap:wrap;justify-content:center;}
  8. .yinCol{width:140rpx;height:140rpx;border-radius:18rpx;background-color:#fff;margin:0 8rpx 16rpx 8rpx;}
  9. .yinNone{text-align:center;font-size:28rpx;margin-top:40rpx;}
  10. .xunBox .lastMedal{width:200rpx;}
  11. .xunBox .medal17{width:250rpx;}
  12. .xunBox .medal13{width:170rpx;}
  13. .xunBox .lastMedal image{width:100%;height: 200rpx;}
  14. .xunCol{width:145rpx;padding-top:10rpx;box-sizing:border-box;position:relative;margin:15rpx 11rpx;}
  15. .xunCol .pic_box{height: 240rpx;position: relative;}
  16. .xunCol .lastMedalHeight{height: 300rpx;position: relative;}
  17. .xunCol .pic_box image{width:100%;height:auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
  18. .xunCol .cumulativeDays{font-size: 24rpx;}
  19. .xunName{width:100%;font-size:24rpx;text-align:center;line-height:1.5;}
  20. .mask{color: #fff;background: #fb8143;box-shadow: 0 0 4rpx 0 #666, inset 0 0 6rpx 0 #fff;padding: 6rpx 0; text-align: center;border-radius: 30rpx;font-size: 20rpx;transform: scale(.8);position: absolute;bottom: 0;width: 100%;}
  21. .wall .welfare .welfare_tab{
  22. margin-top: 40rpx;
  23. position: relative;
  24. }
  25. .wall .welfare .welfare_tab .welfare_title{
  26. position: absolute;
  27. left: -20rpx;
  28. top: 0;
  29. background: #e9474d;
  30. color: #fff;
  31. padding: 6rpx 30rpx;
  32. border-top-right-radius: 30rpx;
  33. border-bottom-right-radius: 30rpx;
  34. }
  35. .wall .welfare .welfare_tab image{
  36. margin-top: 80rpx;
  37. }
  38. page{
  39. background: #fff;
  40. }
  41. .tabBox{
  42. height: 100rpx;
  43. overflow: hidden;
  44. display: flex;
  45. flex-direction: column-reverse;
  46. }
  47. .tab{
  48. display: flex;
  49. flex-direction: row;
  50. align-items: flex-end;
  51. height: 58rpx;
  52. background: #ee3a43;
  53. }
  54. .tab .tab-item{
  55. flex: 1;
  56. text-align: center;
  57. background: #ee3a43;
  58. color: #fff;
  59. padding: 10rpx;
  60. height: 38rpx;
  61. font-size: 28rpx;
  62. font-weight: 700;
  63. line-height: 45rpx;
  64. }
  65. .tab .tab-item text{
  66. padding: 10rpx;
  67. }
  68. .tab .active{
  69. color: #ee3a43;
  70. background: #fff;
  71. font-size: 32rpx;
  72. height: 48rpx;
  73. line-height:48rpx;
  74. box-shadow: 0rpx 0rpx 20rpx 0rpx #333;
  75. z-index: 1;
  76. }
  77. .tab .active text{
  78. border-bottom: 2rpx solid #ee3a43;
  79. }
  80. .tab .no_active{
  81. box-shadow: inset 0px -15px 10px -15px #333;
  82. }
  83. .box .column .wall{
  84. border-radius: 20rpx;
  85. background: rgba(234, 70, 77, .1);
  86. padding: 20rpx;
  87. padding-top: 40rpx;
  88. position: relative;
  89. box-shadow: 0px -50px 2px -49px #f1b9b8;
  90. margin-bottom: 80rpx;
  91. font-size: 24rpx;
  92. }
  93. .box .column .wall .head_title{
  94. padding: 10rpx 30rpx;
  95. color: #fff;
  96. font-weight: 700;
  97. display: flex;
  98. flex-direction: row;
  99. align-items: center;
  100. justify-content:space-around;
  101. border-radius: 10rpx;
  102. width: 50%;
  103. position: absolute;
  104. left: 0;
  105. right: 0;
  106. margin: -75rpx auto;
  107. box-shadow: 0px 0px 2px 0px #333;
  108. background-image: linear-gradient(to right,rgba(238,58,67),rgba(238,58,67,.9),rgba(238,58,67))
  109. }
  110. .box .column .wall .head_title .h{
  111. font-size: 32rpx;
  112. }
  113. .box .column .wall .head_title .point{
  114. color: #f7d1d3;
  115. }
  116. .box .column .wall .head_title .leftPoint{
  117. margin-left: -30rpx;
  118. }
  119. .box .column .wall .head_title .rightPoint{
  120. margin-right: -30rpx;
  121. }
  122. .box .column .wall .head_title image{
  123. width: 35rpx;
  124. }
  125. .box .column .article .jump_btn{
  126. background: #fff;
  127. display: inline-block;
  128. border-radius: 30rpx;
  129. padding: 10rpx 20rpx;
  130. color: #ee3a43;
  131. font-weight: 700;
  132. box-shadow: inset 0 -5rpx 5rpx rgba(238,58,67,.5);
  133. margin: 20rpx 0;
  134. }