wzshare.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. min-height: 100%;
  14. height: auto;
  15. background: #f8f8f8;
  16. }
  17. .box {
  18. width: 730rpx;
  19. margin: 20rpx auto 0;
  20. border-radius: 20rpx;
  21. background: #ffffff;
  22. padding: 20rpx;
  23. }
  24. .box .title .title-font {
  25. font-size: 32rpx;
  26. font-family: PingFang SC;
  27. font-weight: 800;
  28. color: #303030;
  29. }
  30. .box .title .title-font text {
  31. display: inline-block;
  32. margin-left: 10rpx;
  33. color: #999999;
  34. font-size: 28rpx;
  35. font-family: PingFang SC;
  36. font-weight: 500;
  37. }
  38. .box .title .title-btn {
  39. width: 150rpx;
  40. height: 50rpx;
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. border: 1px solid #e66f6f;
  45. border-radius: 30rpx;
  46. color: #e66f6f;
  47. }
  48. .box .box-info {
  49. background: #f6f6f6;
  50. width: 700rpx;
  51. padding: 20rpx;
  52. margin: 20rpx auto 0;
  53. }
  54. .box .box-info .info-title {
  55. font-size: 28rpx;
  56. font-family: PingFang SC;
  57. font-weight: 800;
  58. color: #303030;
  59. }
  60. .box .box-info .info-tip {
  61. font-size: 26rpx;
  62. font-family: PingFang SC;
  63. font-weight: 500;
  64. color: #303030;
  65. }
  66. .box .box-info .info-url {
  67. margin-top: 20rpx;
  68. font-size: 26rpx;
  69. font-family: PingFang SC;
  70. font-weight: 500;
  71. color: #666666;
  72. }
  73. .box .image-box {
  74. margin-top: 20rpx;
  75. display: flex;
  76. align-items: center;
  77. flex-wrap: wrap;
  78. }
  79. .box .image-box .image-item {
  80. margin: 10rpx;
  81. position: relative;
  82. width: 32%;
  83. height: 300rpx;
  84. }
  85. .box .image-box .image-item .isxuan {
  86. position: absolute;
  87. top: 20rpx;
  88. right: 20rpx;
  89. width: 30rpx;
  90. height: 30rpx;
  91. border-radius: 50%;
  92. background: #e04b4b;
  93. }
  94. .box .image-box .image-item image {
  95. width: 100%;
  96. height: 100%;
  97. }
  98. .btn {
  99. margin: 0 auto;
  100. position: fixed;
  101. bottom: 20rpx;
  102. left: 0;
  103. right: 0;
  104. width: 710rpx;
  105. height: 80rpx;
  106. display: flex;
  107. justify-content: center;
  108. align-items: center;
  109. background: #e04b4b;
  110. color: #ffffff;
  111. font-size: 26rpx;
  112. font-family: PingFang SC;
  113. font-weight: 500;
  114. border-radius: 50rpx;
  115. }