正在加载图片...
《Web前端开发》实验教学指导/实验五:文字排版 text-align: center;/文字水平对其方式 font-weight: bold;/文本加粗 20px;/文字大小 color:#F00;/文字颜色 letter-spacing:10px;/字符间距 font-size: 11p color: #999. font-weight normal text- indent:2em;/首行缩进 text-align: justify; div i width: 400px border-radius: 5px hide display: none check float: right; cursor pointer color: #09F SC check.).click( function if(S( check)hmO=="更多&gt&gt") S. hide").show( m("收起&gt&gr); 河南中医学院互联网应用技术研究所 本讲共计9页|当前第7页《Web 前端开发》实验教学指导 / 实验五:文字排版 河南中医学院互联网应用技术研究所 本讲共计 9 页 | 当前第 7 页 text-align:center; /*文字水平对其方式*/ } h1 { font-weight:bold; /*文本加粗*/ font-size:20px; /*文字大小*/ color:#F00; /*文字颜色*/ letter-spacing:10px; /*字符间距*/ } h3 { margin:10px auto; font-size:11px; color:#999; font-weight:normal; } p { text-indent:2em; /*首行缩进*/ text-align:justify; width:400px; } div { width:400px; height:auto; border:1px solid #CCC; border-radius:5px; padding:5px; float:left; } .hide { display:none; } .check { float:right; margin-right:30px; cursor:pointer; color:#09F; } </style> <script> $(function() { $('.check').click( function() { if($('.check').html()=="更多&gt;&gt;") { $('.hide').show(); $('.check').html("收起&gt;&gt"); } else {
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有