jInfo.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. /* pages/journalDetail/journalDetail.wxss */
  2. .container{
  3. /* margin:30rpx; */
  4. background: #fff;
  5. border-radius: 10rpx;
  6. padding:20rpx;
  7. }
  8. .baseinfo{
  9. display: flex;
  10. margin-bottom:30rpx;
  11. position: relative;
  12. }
  13. .baseinfo .faceimg{
  14. margin-right: 20rpx;
  15. }
  16. .baseinfo .faceimg image{
  17. width:170rpx;
  18. height: 236rpx;
  19. box-shadow: 2px 2px 10rpx 1px rgba(0, 0, 0, 0.2);
  20. }
  21. .baseinfo .tweo view{
  22. margin-bottom:16rpx;
  23. font-size: 28rpx;
  24. color: #999999;
  25. }
  26. .baseinfo .tweo .title{
  27. font-size: 36rpx;
  28. color:#333333;
  29. margin-bottom:36rpx;
  30. padding-right: 136rpx;
  31. }
  32. .baseinfo .gzgzh{
  33. position: absolute;
  34. width: 136rpx;
  35. height: 48rpx;
  36. background: #298EF9;
  37. border-radius: 8rpx;
  38. font-size:20rpx;
  39. color:#ffffff;
  40. right: 0;
  41. padding:0px;
  42. line-height: 48rpx;
  43. }
  44. .intro text{
  45. font-size: 32rpx;
  46. color: #333333;
  47. font-weight: 500;
  48. }
  49. .intro .desc{
  50. margin-top:30rpx;
  51. color: #777;
  52. line-height: 60rpx;
  53. font-size: 32rpx;
  54. letter-spacing: 3rpx;
  55. }
  56. .content{
  57. margin-top:48rpx;
  58. }
  59. .content view{
  60. margin-bottom:28rpx;
  61. color: #333333;
  62. font-size: 32rpx;
  63. }
  64. .more{
  65. color: #298EF9;
  66. display: block;
  67. text-align: center;
  68. margin-top: 50rpx;
  69. }
  70. .bg{
  71. position: fixed;
  72. width: 100%;
  73. height: 100vh;
  74. top: 0;
  75. left: 0;
  76. z-index: 9;
  77. background: rgba(0,0,0,.5);
  78. }
  79. .ewm>.ww{
  80. background: #fff;
  81. border-radius: 18rpx;
  82. padding: 100rpx;
  83. display: block;
  84. position: absolute;
  85. width: 90%;
  86. top: 0;
  87. bottom: 0;
  88. left: 0;
  89. right: 0;
  90. margin: auto;
  91. height: 80vh;
  92. z-index: 99;
  93. }
  94. .t image{
  95. width: 100rpx;
  96. height: 100rpx;
  97. border-radius: 8rpx;
  98. }
  99. .t>view{
  100. display: inline-block;
  101. vertical-align: top;
  102. margin-left: 20rpx;
  103. }
  104. .m{
  105. display: block;
  106. width: 100%;
  107. margin: 50rpx auto;
  108. }
  109. .b text{
  110. display: block;
  111. text-align: center;
  112. color: #999;
  113. }