赞
踩
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <style type="text/css"> .line{ margin-top: 10vh; width: 100px; border-bottom: 1px solid #FF0000; transform: scale(1,0.5); } </style> <body> <div class="line"> </div> </body> </html>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。