collectionphotodetails.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. /* 返回 */
  2. .nav {
  3. background-color: #101010;
  4. z-index: 3;
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. width: 100%;
  9. /* height: 10%; */
  10. height: .88rem;
  11. display: flex;
  12. }
  13. .back{
  14. position: absolute;
  15. left: 0;
  16. top: 0;
  17. z-index: 3;
  18. width: 10%;
  19. height: .88rem;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }
  24. .back img {
  25. width: .18rem;
  26. }
  27. /* 页面标题 */
  28. .pageTitle {
  29. height: .88rem;
  30. width: 100%;
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. }
  35. .pageTitle img {
  36. width: 1.6rem;
  37. height: .8rem;
  38. }
  39. /* 主要展示区 */
  40. .main {
  41. padding: 1rem .26rem;
  42. }
  43. h2{
  44. margin: .3rem 0;
  45. }
  46. .img {
  47. width: 100%;
  48. margin-bottom: .2rem;
  49. border-radius: .08rem;
  50. background-color: #1C1A1B;
  51. /* background: url('//Public/bibidd/images/nv2.png');
  52. background-repeat: no-repeat;
  53. background-position-x: center;
  54. background-position-y: center;
  55. background-size: cover; */
  56. }
  57. .shop {
  58. border: .02rem solid #000;
  59. margin-top: .6rem;
  60. display: flex;
  61. justify-content: space-between;
  62. align-items: center;
  63. }
  64. .shop p {
  65. text-align: center;
  66. margin-left: .2rem;
  67. }
  68. .fabulous,.collection {
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. width: 3.34rem;
  73. height: .8rem;
  74. background-color: #1C1A1B;
  75. border-radius: .16rem;
  76. }
  77. .fabulous img {
  78. width: .28rem;
  79. }
  80. .collection img {
  81. width: .32rem;
  82. }
  83. .details {
  84. border: .02rem solid #000;
  85. padding: .2rem;
  86. margin: .2rem .32rem;
  87. display: flex;
  88. }
  89. .details p {
  90. min-width: .8rem;
  91. /* float: left; */
  92. }
  93. .backToTop {
  94. position: fixed;
  95. bottom: 2.3rem;
  96. right: .3rem;
  97. width: .68rem;
  98. height: .68rem;
  99. display: none;
  100. }
  101. .backToTopImg {
  102. width: 100%;
  103. height: 100%;
  104. opacity: .5;
  105. }
  106. .imgBackground {
  107. width: 100%;
  108. height: 10rem;
  109. margin-bottom: .2rem;
  110. border-radius: .08rem;
  111. background-color: #1C1A1B;
  112. }
  113. .tip {
  114. width: 6rem;
  115. height: 1rem;
  116. color: #fff;
  117. position: fixed;
  118. top: 50%;
  119. left: 50%;
  120. transform: translate(-50%,-50%);
  121. display: none;
  122. }
  123. .textwrap {
  124. display: flex;
  125. justify-content: center;
  126. align-items: center;
  127. }
  128. .tiptext {
  129. background-color: #000;
  130. border-radius: .1rem;
  131. text-align: center;
  132. padding: .1rem .2rem;
  133. }
  134. /* 大图展示背景板 */
  135. .bigImgWrap {
  136. position: fixed;
  137. z-index:99;
  138. top: 0;
  139. left: 0;
  140. height: 100vh;
  141. background-color: rgba(0, 0, 0, .5);
  142. display: none;
  143. }
  144. .bigwrap {
  145. float: left;
  146. width: 100vw;
  147. height: 100vh;
  148. display: flex;
  149. flex-direction: column;
  150. display: -moz-flex;
  151. display: -o-flex;
  152. display: -webkit-flex;
  153. display: -ms-flex;
  154. justify-content:center;
  155. /* flex-direction: row-reverse; */
  156. align-items: center;
  157. }
  158. .guanbiBigImg {
  159. display: flex;
  160. justify-content: flex-end;
  161. align-items: center;
  162. width: 95%;
  163. height: .7rem;
  164. }
  165. .guanbiBigImgb {
  166. width: .5rem;
  167. height: .5rem;
  168. }
  169. .bigImg {
  170. width:95%;
  171. z-index: 100;
  172. border-radius: .2rem;
  173. }