conference.wxss 369 B

12345678910111213141516171819202122232425
  1. /* pages/conference/conference.wxss */
  2. page{
  3. background: #fff;
  4. }
  5. .name{
  6. font-size: 36rpx;
  7. text-align: center;
  8. color: #000;
  9. margin-bottom: 30rpx;
  10. }
  11. .info text{
  12. color: #666;
  13. display: block;
  14. margin-bottom: 20rpx;
  15. }
  16. .title{
  17. font-size: 32rpx;
  18. color: #000;
  19. margin-bottom: 20rpx;
  20. }
  21. .content{
  22. color: #666;
  23. line-height: 52rpx;
  24. margin-bottom: 20rpx;
  25. }