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. .textwrap {
  114. display: flex;
  115. justify-content: center;
  116. align-items: center;
  117. }
  118. .tiptext {
  119. background-color: #000;
  120. border-radius: .1rem;
  121. text-align: center;
  122. padding: .1rem .2rem;
  123. }
  124. /* 大图展示背景板 */
  125. .bigImgWrap {
  126. position: fixed;
  127. z-index:99;
  128. top: 0;
  129. left: 0;
  130. height: 100vh;
  131. background-color: rgba(0, 0, 0, .5);
  132. display: none;
  133. }
  134. .bigwrap {
  135. float: left;
  136. width: 100vw;
  137. height: 100vh;
  138. display: flex;
  139. flex-direction: column;
  140. display: -moz-flex;
  141. display: -o-flex;
  142. display: -webkit-flex;
  143. display: -ms-flex;
  144. justify-content:center;
  145. /* flex-direction: row-reverse; */
  146. align-items: center;
  147. }
  148. .guanbiBigImg {
  149. display: flex;
  150. justify-content: flex-end;
  151. align-items: center;
  152. width: 95%;
  153. height: .7rem;
  154. }
  155. .guanbiBigImgb {
  156. width: .5rem;
  157. height: .5rem;
  158. }
  159. .bigImg {
  160. width:95%;
  161. z-index: 100;
  162. border-radius: .2rem;
  163. }
  164. .tip {
  165. width: 6rem;
  166. height: 1rem;
  167. color: #fff;
  168. position: fixed;
  169. top: 53%;
  170. left: 50%;
  171. transform: translate(-50%,-53%);
  172. display: none;
  173. }