serviceCont.wxss 447 B

1234567891011121314151617181920212223242526272829
  1. /* pages/serviceCont/serviceCont.wxss */
  2. .container{
  3. padding: 0 20rpx 20rpx;
  4. background-color: #fff;
  5. }
  6. .service_title{
  7. text-align: center;
  8. font-size: 30rpx;
  9. line-height:100rpx;
  10. }
  11. .service_cont{
  12. font-size: 22rpx;
  13. line-height:40rpx;
  14. }
  15. .cont_cont{
  16. text-indent: 2em;
  17. }
  18. .cont_title{
  19. font-size: 24rpx;
  20. line-height:80rpx;
  21. color: red;
  22. }
  23. .cont_cont_title{
  24. text-indent: 2em;
  25. }
  26. .cont_cont_title_2{
  27. color: red;
  28. padding-top:20rpx;
  29. }