<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <meta name="viewport" content="width=1080,user-scalable=0" /> <style> *{ margin: 0; padding: 0; } section{ height: 200px; background: #FFFFFF; } </style> </head> <body style="background-color: #101010;"> <section></section> <section></section> </body> </html>
在移动端中间有大约一像素的缝隙,请问是什么原因?
FSYu