actDetail.wxss 962 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* pages/actDetail/actDetail.wxss */
  2. page{
  3. background: #fff;
  4. padding: 40rpx 30rpx;
  5. }
  6. .title{
  7. font-size: 38rpx;
  8. text-align: center;
  9. margin-bottom: 30rpx;
  10. font-weight: 500;
  11. }
  12. .baseinfo{
  13. display: flex;
  14. margin-bottom: 20rpx;
  15. }
  16. .faceimg{
  17. width: 25%;
  18. height: 220rpx;
  19. /* padding-right: 20rpx; */
  20. }
  21. .faceimg image{
  22. width: 100%;
  23. height: 220rpx;
  24. }
  25. .tweo{
  26. width: 75%;
  27. }
  28. .tweo view{
  29. color: #999;
  30. font-size: 28rpx;
  31. padding-left: 35rpx;
  32. margin-bottom: 14rpx;
  33. }
  34. .intro text{
  35. color: #666;
  36. display: block;
  37. margin-bottom: 10rpx;
  38. line-height: 56rpx;
  39. letter-spacing: 3rpx;
  40. font-size: 32rpx;
  41. }
  42. .intro view{
  43. color: #333;
  44. margin-bottom: 20rpx;
  45. font-weight: bolder;
  46. font-size: 36rpx;
  47. }
  48. .content{
  49. line-height: 50rpx;
  50. }
  51. .collect{
  52. float: right;
  53. background: #F2F2F2;
  54. font-size: 24rpx;
  55. padding:10rpx 20rpx;
  56. border-radius: 8rpx;
  57. }
  58. rich-text{
  59. font-size: 32rpx;
  60. line-height: 56rpx;
  61. letter-spacing: 3rpx;
  62. color: #666;
  63. }