contactus.wxss 271 B

12345678910111213141516171819
  1. /* pages/contactus/contactus.wxss */
  2. .count{
  3. width: 100%;
  4. padding: 0 20rpx;
  5. box-sizing: border-box;
  6. font-size: 30rpx;
  7. }
  8. .header{
  9. padding: 20rpx;
  10. font-size: 50rpx;
  11. text-align: center;
  12. }
  13. .title{
  14. margin: 20rpx 0;
  15. }
  16. .font{
  17. text-indent: 2em;
  18. color: #666;
  19. }