Logo white

Yang Xiaoxiao / 2020website

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • 2020website
  • zhongke_mobile_2
  • css
  • self_adaption.css
  • .
    5cd946c8
    Yang Xiaoxiao authored
    2020-02-17 13:54:56 +0800  
    Browse Code »
self_adaption.css 247 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
/*响应式媒体查询 CSS*/
/*768以内分辨率*/
@media only screen and (max-width: 767px){
	
}

/*320以上分辨率*/
@media only screen and (min-width: 320px){
	
}