collection.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. .user-content {
  2. overflow: hidden;
  3. .title {
  4. font-size: 20px;
  5. margin-bottom: 10px;
  6. }
  7. .btnGroup {
  8. margin-bottom: 20px;
  9. label {
  10. width: 200px;
  11. height: 40px;
  12. line-height: 40px;
  13. font-weight: 500;
  14. font-size: 16px;
  15. text-align: center;
  16. }
  17. }
  18. .ant-radio-button-wrapper-checked {
  19. background: orangered;
  20. border-color: transparent;
  21. color: #fff;
  22. box-shadow: 0 0 0 transparent;
  23. }
  24. .imgList {
  25. width: 90%;
  26. .img {
  27. width: 100%;
  28. margin: 0 auto 15px;
  29. padding: 0 10px;
  30. .imgHeader {
  31. overflow: hidden;
  32. transition: all .2s ease-out;
  33. box-sizing: border-box;
  34. border: 1px solid rgba(180, 182, 182, 0.5);
  35. position: relative;
  36. height: 320px;
  37. width: 100%;
  38. .imgBj{
  39. box-sizing: border-box;
  40. position: absolute;
  41. border-radius: 5px;
  42. left: 3%;
  43. top: 3%;
  44. width: 94%;
  45. height: 94%;
  46. background: url(../../../../image/init.png)no-repeat;
  47. background-size:100% 100%;
  48. img {
  49. width: 100%;
  50. height: 100%;
  51. display: inline-block;
  52. }
  53. }
  54. .popImgBj{
  55. box-sizing: border-box;
  56. position: absolute;
  57. border-radius: 5px;
  58. left: 3%;
  59. top: 3%;
  60. width: 94%;
  61. height: 94%;
  62. background: url(../../../../image/policyInit.jpg)no-repeat;
  63. background-size:100% 100%;
  64. img {
  65. width: 100%;
  66. height: 100%;
  67. display: inline-block;
  68. }
  69. }
  70. .adviserInit{
  71. box-sizing: border-box;
  72. position: absolute;
  73. border-radius: 5px;
  74. left: 3%;
  75. top: 3%;
  76. width: 94%;
  77. height: 94%;
  78. background: url(../../../../image/adviserInit.jpg)no-repeat;
  79. background-size:100% 100%;
  80. img {
  81. width: 100%;
  82. height: 100%;
  83. display: inline-block;
  84. }
  85. }
  86. .divP{
  87. opacity: 0;
  88. width: 100%;
  89. height: 0px;
  90. overflow: hidden;
  91. position: absolute;
  92. bottom: 0;
  93. left: 0 ;
  94. color: #ffff;
  95. padding: 15px;
  96. background: rgba(12, 12, 12, 0.5);
  97. transition: all .2s ease-in-out;
  98. p{
  99. position: absolute;
  100. left: 50%;
  101. top: 50%;
  102. font-size: 14px;
  103. text-align: justify;
  104. transform: translate(-50%,-50%)
  105. }
  106. }
  107. .new{
  108. width: 46px;
  109. height: 40px;
  110. display: inline-block;
  111. background: url(../../../../image/achievement_26.png) no-repeat;
  112. background-size:100% 100%;
  113. position: absolute;
  114. top: 0;
  115. left: 0;
  116. }
  117. }
  118. .txt {
  119. height: 40px;
  120. line-height: 40px;
  121. color: #000;
  122. padding:0 15px;
  123. overflow: hidden;
  124. white-space: nowrap;
  125. text-overflow: ellipsis;
  126. -o-text-overflow: ellipsis;
  127. }
  128. }
  129. .img:hover{
  130. cursor: pointer;
  131. img{
  132. transform: scale(1.02);
  133. transition: all .2s ease-in-out;
  134. }
  135. .imgHeader .divP{
  136. opacity: 1;
  137. height: 320px;
  138. transition: all .2s ease-in
  139. }
  140. }
  141. }
  142. .page {
  143. text-align: center;
  144. margin-top: 20px;
  145. margin-bottom: 20px;
  146. }
  147. }