actDetail.wxss 801 B

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