actDetail.wxss 619 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. }
  18. .faceimg image{
  19. width: 100%;
  20. }
  21. .tweo{
  22. width: 80%;
  23. }
  24. .tweo view{
  25. color: #999;
  26. font-size: 26rpx;
  27. padding-left: 20rpx;
  28. margin-bottom: 10rpx;
  29. }
  30. .intro text{
  31. color: #333;
  32. display: block;
  33. margin-bottom: 10rpx;
  34. }
  35. .content{
  36. line-height: 50rpx;
  37. }
  38. .collect{
  39. float: right;
  40. background: #F2F2F2;
  41. font-size: 24rpx;
  42. padding:10rpx 20rpx;
  43. border-radius: 8rpx;
  44. }