“创意网页设计团队”的版本间的差异

来自CloudWiki
跳转至: 导航搜索
创意网页设计团队
创新创意团队
 
(未显示7个用户的27个中间版本)
第1行: 第1行:
==创意网页设计团队==
+
==创新创意团队==
 
*计算机1701石鑫,计算机1701杨保光
 
*计算机1701石鑫,计算机1701杨保光
 
我们致力于将自己的家乡做成网页推向世界
 
我们致力于将自己的家乡做成网页推向世界
第5行: 第5行:
 
*我的学院:https://gitee.com/weishenmo/school.git
 
*我的学院:https://gitee.com/weishenmo/school.git
 
*乐扣云:学院项目:
 
*乐扣云:学院项目:
 +
      http://tj006.itoco.cn/ys/z.html
 +
      http://tj006.itoco.cn/ys/yang.html
 
       http://tj006.itoco.cn/ys/7-1.html
 
       http://tj006.itoco.cn/ys/7-1.html
 
       http://tj006.itoco.cn/ys/7-2.html   
 
       http://tj006.itoco.cn/ys/7-2.html   
第11行: 第13行:
 
       http://tj006.itoco.cn/ys/12-1.html
 
       http://tj006.itoco.cn/ys/12-1.html
 
       http://tj006.itoco.cn/ys/12-2.html
 
       http://tj006.itoco.cn/ys/12-2.html
        
+
       http://tj006.itoco.cn/ys/13-2.html
        
+
       http://tj006.itoco.cn/ys/13-3.html
基本综合项目{1}
+
      http://tj006.itoco.cn/ys/zonghe3-1.html
 +
 +
        http://tj006.itoco.cn/ys/15-1.html
 +
        http://tj006.itoco.cn/ys/15-3.html
 +
    综合四  http://tj006.itoco.cn/ys/zonghe4-1.HTML
 +
          http://tj006.itoco.cn/ys/17-1.HTML
 +
          http://tj006.itoco.cn/ys/18-1.html
 +
          http://tj006.itoco.cn/ys/18-2.html
 +
       
  
http://tj006.itoco.cn/ys/yang.html
+
  综合五  http://tj006.itoco.cn/ys/zonghe5-1.html
 +
          http://tj006.itoco.cn/ys/19-1.html
 +
          http://tj006.itoco.cn/ys/19-3.html
 +
          http://tj006.itoco.cn/ys/19-5.html
  
 
小组项目:
 
小组项目:
 +
      http://tj006.itoco.cn/ys/2-2.html
 +
      http://tj006.itoco.cn/ys/index.html
 
       http://tj006.itoco.cn/ys/7-1.h.html
 
       http://tj006.itoco.cn/ys/7-1.h.html
 
       http://tj006.itoco.cn/ys/7-2.h.html
 
       http://tj006.itoco.cn/ys/7-2.h.html
 
       http://tj006.itoco.cn/ys/8-4.hh.HTML
 
       http://tj006.itoco.cn/ys/8-4.hh.HTML
       http://tj006.itoco.cn/ys/TAME.html
+
       http://tj006.itoco.cn/ys/9.html
    http://tj006.itoco.cn/ys/12-1HTML.html
+
      http://tj006.itoco.cn/ys/12-1HTML.html
    http://tj006.itoco.cn/ys/12-2HTML.html
+
      http://tj006.itoco.cn/ys/12-2HTML.html
基本综合项目{1}
+
    http://tj006.itoco.cn/ys/13-1.html
      http://tj006.itoco.cn/ys/index.html
+
    http://tj006.itoco.cn/ys/13-2.HTML
 
+
    http://tj006.itoco.cn/ys/zonghe3-2.HTML
 
 
 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml">
 
<head>
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<title>无标题文档</title>
 
<style type="text/css">
 
*{margin:0;padding:0}
 
.a{width:30%;height:150px;background:blue;color:red;}
 
.a-2{width:100%;height:150px;background:blue;color:red;}
 
.a-1{width:100%;height:150px;background:blue;color:red;float:left;line-height:150px;text-align:center;}
 
#navigation {   
 
width:50%;
 
height:140px;
 
background-color:blue;
 
font-weight:bold;
 
font-size:1em;
 
text-align:center; /* 这个属性使盒子中的链接居中 */
 
margin:0;
 
padding:0;
 
float:right;
 
 
}
 
#navigation a{
 
 
width:16%;
 
float:left;
 
height:140px;
 
line-height:4em;
 
color:#FFFFFF;
 
background-color:#1136c1;
 
padding:5px 5px 5px 0.5em;
 
text-decoration:none;
 
border-left:12px solid #151571; /* 左边的粗边 */
 
float:right;
 
}
 
#navigation  a:hover{ /* 鼠标经过时 */
 
background-color:#002099; /* 改变背景色 */
 
color:#ffff00; /* 改变文字颜色 */
 
border-left:12px solid yellow;
 
  }
 
 
 
 
 
.clear{clear:both;}
 
.b{width:100%;height:500px;background:white;color:red;}
 
.b-1{width:100%;height:250px;background:green;color:red;}
 
p{background:blue;color:white;}
 
.b-2{width:25%;height:150px;background:yellow;color:red;margin:10px;padding:15px;float:left;}
 
.b-3{width:25%;height:150px;background:yellow;color:red;margin:10px;padding:15px;float:left;}
 
.b-4{width:25%;height:150px;background:yellow;color:red;margin:10px;padding:15px;float:left;}
 
</style>
 
</head>
 
 
 
<body>
 
<div class="a-1"><div id="navigation">
 
<a href="#">Home</a>
 
<a href="#">Contact us</a>
 
<a href="#">Web Dev</a>
 
<a href="#">Map</a>
 
</div>
 
<div class="a">山东商业职业学院
 
</div></div>
 
<div class="clear"></div>
 
 
 
 
 
<div class="b">
 
  <div class="b-1"><img src="photo7.jpg" width="663" height="252" class="content_img"></div>
 
  <div class="b-2"><p>111</p></div>
 
  <div class="b-3"><p>111</p></div>
 
  <div class="b-4"><p>111</p></div></div>
 
<div class="clear"></div>
 
 
 
 
 
  
<div class="a-2"><p></p></div>
+
    http://tj006.itoco.cn/ys/15-2.html
</body>
+
    http://tj006.itoco.cn/ys/15-4.html
</html>
+
    综合四  http://tj006.itoco.cn/ys/zonghe4-2.html
 +
          http://tj006.itoco.cn/ys/17-2.html
 +
          http://tj006.itoco.cn/ys/18-3.html
 +
          http://tj006.itoco.cn/ys/18-4.html
 +
    综合五  http://tj006.itoco.cn/ys/zonghe5-1.HTML
 +
          http://tj006.itoco.cn/ys/19-2.html
 +
          http://tj006.itoco.cn/ys/19-4.html

2018年1月30日 (二) 06:12的最新版本

创新创意团队

  • 计算机1701石鑫,计算机1701杨保光

我们致力于将自己的家乡做成网页推向世界

      http://tj006.itoco.cn/ys/z.html
      http://tj006.itoco.cn/ys/yang.html
      http://tj006.itoco.cn/ys/7-1.html
      http://tj006.itoco.cn/ys/7-2.html  
      http://tj006.itoco.cn/ys/8-4.h.html
      http://tj006.itoco.cn/ys/team.html
      http://tj006.itoco.cn/ys/12-1.html
      http://tj006.itoco.cn/ys/12-2.html
      http://tj006.itoco.cn/ys/13-2.html
      http://tj006.itoco.cn/ys/13-3.html
      http://tj006.itoco.cn/ys/zonghe3-1.html

       http://tj006.itoco.cn/ys/15-1.html
       http://tj006.itoco.cn/ys/15-3.html
   综合四  http://tj006.itoco.cn/ys/zonghe4-1.HTML
         http://tj006.itoco.cn/ys/17-1.HTML
         http://tj006.itoco.cn/ys/18-1.html
         http://tj006.itoco.cn/ys/18-2.html
       
 综合五  http://tj006.itoco.cn/ys/zonghe5-1.html
         http://tj006.itoco.cn/ys/19-1.html
         http://tj006.itoco.cn/ys/19-3.html
         http://tj006.itoco.cn/ys/19-5.html

小组项目:

     http://tj006.itoco.cn/ys/2-2.html
     http://tj006.itoco.cn/ys/index.html
     http://tj006.itoco.cn/ys/7-1.h.html
     http://tj006.itoco.cn/ys/7-2.h.html
     http://tj006.itoco.cn/ys/8-4.hh.HTML
     http://tj006.itoco.cn/ys/9.html
     http://tj006.itoco.cn/ys/12-1HTML.html
     http://tj006.itoco.cn/ys/12-2HTML.html
    http://tj006.itoco.cn/ys/13-1.html
    http://tj006.itoco.cn/ys/13-2.HTML
    http://tj006.itoco.cn/ys/zonghe3-2.HTML
   http://tj006.itoco.cn/ys/15-2.html
   http://tj006.itoco.cn/ys/15-4.html
    综合四  http://tj006.itoco.cn/ys/zonghe4-2.html
         http://tj006.itoco.cn/ys/17-2.html
         http://tj006.itoco.cn/ys/18-3.html
         http://tj006.itoco.cn/ys/18-4.html
    综合五  http://tj006.itoco.cn/ys/zonghe5-1.HTML
         http://tj006.itoco.cn/ys/19-2.html
         http://tj006.itoco.cn/ys/19-4.html