certification.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. page{
  2. background: #f1f1f1;
  3. }
  4. .title{
  5. padding: 20rpx 30rpx;
  6. width: 100%;
  7. box-sizing: border-box;
  8. position: relative;
  9. background: #fff;
  10. margin: 20rpx 0;
  11. }
  12. .title view{
  13. float: left;
  14. }
  15. .title .user-hade{
  16. margin-right: 30rpx;
  17. }
  18. .title .user-hade image{
  19. width: 100rpx;
  20. height: 100rpx;
  21. background: #f1f1f1;
  22. border-radius: 50%;
  23. border: 1px solid #ccc;
  24. display: block;
  25. }
  26. .title .title-info text{
  27. line-height: 50rpx;
  28. }
  29. .title .title-info .title-msg{
  30. color: #999;
  31. font-size: 24rpx;
  32. }
  33. .title text{
  34. font-size: 28rpx;
  35. display: block;
  36. }
  37. .title .title-label{
  38. position: absolute;
  39. right: 30rpx;
  40. top: 20rpx;
  41. line-height: 100rpx;
  42. color: #ccc;
  43. font-size: 24rpx;
  44. }
  45. .content{
  46. width: 100%;
  47. background: #fff;
  48. margin-bottom: 20rpx;
  49. }
  50. .content .content-title{
  51. padding: 20rpx 30rpx;
  52. border-bottom: 1px solid #f1f1f1;
  53. }
  54. .content .content-title text{
  55. font-size: 30rpx;
  56. }
  57. .content-main{
  58. padding-top: 50rpx;
  59. padding-bottom: 20rpx;
  60. border-bottom: 1px solid #f1f1f1;
  61. }
  62. .content-main .main-img image{
  63. width: 150rpx;
  64. height: 150rpx;
  65. display: block;
  66. margin: 0 auto;
  67. }
  68. .content-main .main-img text{
  69. font-size: 30rpx;
  70. text-align: center;
  71. display: block;
  72. margin: 20rpx 0;
  73. }
  74. .content-main .main-img navigator{
  75. background: #fb752c;
  76. width: 130rpx;
  77. height: 60rpx;
  78. border-radius: 10rpx;
  79. margin: 0 auto;
  80. font-size: 24rpx;
  81. color: #fff;
  82. line-height: 60rpx;
  83. text-align: center;
  84. }
  85. .privilege{
  86. background: #fff;
  87. padding: 20rpx;
  88. width: 100%;
  89. box-sizing: border-box;
  90. }
  91. .privilege .privilege-title{
  92. background: #ddd;
  93. width: 100%;
  94. padding: 20rpx 0;
  95. }
  96. .privilege .privilege-title::after{
  97. content: "";
  98. display: block;
  99. clear: both;
  100. }
  101. .privilege .privilege-title text{
  102. font-size: 26rpx;
  103. text-align: center;
  104. display: block;
  105. float: left;
  106. }
  107. .list-left{
  108. width: 40%;
  109. }
  110. .list-center,.list-right{
  111. width: 30%;
  112. }
  113. .privilege-list{
  114. padding: 20rpx 0;
  115. }
  116. .privilege-list::after{
  117. content: "";
  118. display: block;
  119. clear: both;
  120. }
  121. .privilege-list text{
  122. font-size: 26rpx;
  123. float: left;
  124. text-align: center;
  125. line-height: 40rpx;
  126. }
  127. .privilege-list view{
  128. float: left;
  129. }
  130. .privilege-list image{
  131. width: 40rpx;
  132. height: 40rpx;
  133. display: block;
  134. margin: 0 auto;
  135. }