jInfo.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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:24rpx;
  39. color:#ffffff;
  40. right: 20rpx;
  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: #666666;
  52. line-height: 52rpx;
  53. font-size: 32rpx;
  54. }
  55. .content{
  56. margin-top:48rpx;
  57. }
  58. .content view{
  59. margin-bottom:28rpx;
  60. color: #333333;
  61. font-size: 32rpx;
  62. }
  63. .more{
  64. color: #298EF9;
  65. display: block;
  66. text-align: center;
  67. margin-top: 50rpx;
  68. }
  69. .bg{
  70. position: fixed;
  71. width: 100%;
  72. height: 100vh;
  73. top: 0;
  74. left: 0;
  75. z-index: 9;
  76. background: rgba(0,0,0,.5);
  77. }
  78. .ewm>.ww{
  79. background: #fff;
  80. border-radius: 18rpx;
  81. padding: 100rpx;
  82. display: block;
  83. position: absolute;
  84. width: 90%;
  85. top: 0;
  86. bottom: 0;
  87. left: 0;
  88. right: 0;
  89. margin: auto;
  90. height: 80vh;
  91. z-index: 99;
  92. }
  93. .t image{
  94. width: 100rpx;
  95. height: 100rpx;
  96. border-radius: 8rpx;
  97. }
  98. .t>view{
  99. display: inline-block;
  100. vertical-align: top;
  101. margin-left: 20rpx;
  102. }
  103. .m{
  104. display: block;
  105. width: 100%;
  106. margin: 50rpx auto;
  107. }
  108. .b text{
  109. display: block;
  110. text-align: center;
  111. color: #999;
  112. }