actDetail.wxss 986 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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: #444;
  44. margin-bottom: 20rpx;
  45. font-weight: bolder;
  46. font-size: 36rpx;
  47. letter-spacing: 2rpx;
  48. }
  49. .content{
  50. line-height: 50rpx;
  51. }
  52. .collect{
  53. float: right;
  54. background: #F2F2F2;
  55. font-size: 24rpx;
  56. padding:10rpx 20rpx;
  57. border-radius: 8rpx;
  58. }
  59. rich-text{
  60. font-size: 32rpx;
  61. line-height: 56rpx;
  62. letter-spacing: 3rpx;
  63. color: #666;
  64. }