journalDetail.wxss 940 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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:180rpx;
  18. height: 236rpx;
  19. }
  20. .baseinfo .tweo view{
  21. margin-bottom:24rpx;
  22. font-size: 24rpx;
  23. color: #999999;
  24. }
  25. .baseinfo .tweo .title{
  26. font-size: 32rpx;
  27. color:#333333;
  28. margin-bottom:40rpx;
  29. }
  30. .baseinfo .gzgzh{
  31. position: absolute;
  32. width: 136rpx;
  33. height: 48rpx;
  34. background: #298EF9;
  35. border-radius: 8rpx;
  36. font-size:20rpx;
  37. color:#ffffff;
  38. right: 20rpx;
  39. padding:0px;
  40. line-height: 48rpx;
  41. }
  42. .intro text{
  43. font-size: 28rpx;
  44. color: #333333;
  45. font-weight: 500;
  46. }
  47. .intro .desc{
  48. margin-top:30rpx;
  49. color: #666666;
  50. line-height: 45rpx;
  51. }
  52. .content{
  53. margin-top:48rpx;
  54. }
  55. .content view{
  56. margin-bottom:28rpx;
  57. color: #333333;
  58. }