explanation.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .border-radius {
  2. background: #FFFFFF;
  3. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
  4. border-radius: 24rpx;
  5. /* margin: 20rpx 28rpx; */
  6. }
  7. .poster .img-box {
  8. position: relative;
  9. }
  10. .poster .popup-img {
  11. height: 684rpx;
  12. width: 520rpx;
  13. border-radius: 24rpx;
  14. position: absolute;
  15. left: 26rpx;
  16. top: 20rpx;
  17. }
  18. .poster .popup-pos {
  19. width: 572rpx;
  20. height: 748rpx;
  21. overflow: hidden;
  22. box-sizing: border-box;
  23. }
  24. .poster .btn {
  25. height: 76rpx;
  26. line-height: 76rpx;
  27. padding: 0 42rpx;
  28. display: inline-block;
  29. border-radius: 52rpx;
  30. border: 2rpx solid #FA7D22;
  31. font-size: 36rpx;
  32. font-family: PingFangSC-Regular, PingFang SC;
  33. font-weight: 400;
  34. color: #FA7D22;
  35. margin: 40rpx 0;
  36. }
  37. .tabs {
  38. height: 100%;
  39. }
  40. .tabs-title {
  41. white-space: nowrap;
  42. margin-top: 16rpx;
  43. padding-left: 30rpx;
  44. height: 56rpx;
  45. width: 100%;
  46. box-sizing: border-box;
  47. overflow: hidden;
  48. }
  49. .tabs-title .item {
  50. margin-right: 12rpx;
  51. height: 56rpx;
  52. padding: 0 14rpx;
  53. color: #999999;
  54. font-size: 24rpx;
  55. border-radius: 28rpx;
  56. padding: 0 28rpx;
  57. background: #FFFFFF;
  58. }
  59. .tabs-title .item.active {
  60. background: rgba(255, 119, 176, 0.1);
  61. color: #FA7D22;
  62. border-radius: 28rpx;
  63. padding: 0 28rpx;
  64. }
  65. .tabs-list {
  66. padding: 10rpx 0;
  67. }
  68. .tabs-list .item {
  69. /* height: 200px;
  70. background-color: blue;
  71. margin-bottom: 50px; */
  72. padding: 40rpx 30rpx;
  73. border-bottom: 2rpx solid #f1f1f1;
  74. }
  75. .tabs-list .item-img-box {
  76. margin-right: 30rpx;
  77. position: relative;
  78. }
  79. .tabs-list .item-img-box .default-img {
  80. width: 210rpx;
  81. height: 210rpx;
  82. border-radius: 50%;
  83. box-sizing: border-box;
  84. border: 2rpx solid #DFDFDF;
  85. }
  86. .tabs-list .item-img-box .last-real-image {
  87. width: 54rpx;
  88. height: 54rpx;
  89. border: 2rpx solid #FFFFFF;
  90. box-sizing: border-box;
  91. border-radius: 50%;
  92. position: absolute;
  93. bottom: 0;
  94. right: 0;
  95. }
  96. .tabs-list .item image {
  97. width: 524rpx;
  98. height: 524rpx;
  99. /* background-color: #ccc; */
  100. }
  101. .tabs-list .item .btn {
  102. min-width: 202rpx;
  103. height: 60rpx;
  104. border-radius: 30rpx;
  105. border: 2rpx solid #FF6CB2;
  106. font-size: 28rpx;
  107. color: #FF6CB2;
  108. margin-top: 20rpx;
  109. margin-bottom: 36rpx;
  110. }
  111. .tabs-list .item .btn.img {
  112. padding: 0 30rpx;
  113. }