用户登录
用户注册

分享至

jquery 返回数组

  • 作者: 毕竟我是朱大少
  • 来源: 51数据库
  • 2021-08-09
2.
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>运维平台</title>
    <style type="text/css">
        *{margin: 0; padding: 0;}
        body{font-size: 20px; color: #333;}
         h1{position: relative; height: 100px; line-height: 100px; margin: 0; background: #555; color: #f2f2f2; font-size: 25px; text-align: center;}
        ul,ol,li{list-style-type: none;}
        #list{
            margin: 0 auto;
            padding-top: 4px;
        }
        #list ul{
            display: flex;
            flex-wrap: wrap;
            margin-top: 30px;
        }
		/*+设置框框大小 */
        #list li{
            flex: 1;
            min-width: 100px;
            min-height: 50px;
          
软件
前端设计
程序设计
Java相关