预计在初五之前更新不下五次 这个没有效果图,没有现成的素材用了五天试了删 删了试在写出来,主要涂个红色喜庆 下载地址 http://aixiaoyao.cn/code/XUE_aixiaoyao.zip 预览地址 http://chengrenyun.cn 以下分别是首页 商品页 购买页 点击放大观看
预计在初五之前更新不下五次 这个没有效果图,没有现成的素材用了五天试了删 删了试在写出来,主要涂个红色喜庆 下载地址 http://aixiaoyao.cn/code/XUE_aixiaoyao.zip 预览地址 http://chengrenyun.cn 以下分别是首页 商品页 购买页 点击放大观看
<div class="swiper"> <ul class="imgBox"> <li><img src="./Images/dunkin-master-mens-basketball-t-shirt-LF0LKc.jpg" alt="" /></li> <li><img …
<div> <label for="sex">性别:</label> <select id="sex" > <option>男</option> <option>女</option> </select> </div> input有个属性,list,自定义list中的内容即可 <div class="changeDiv"> <a>性别:</a> <input…
1.正常选择 cursor: default; 2.帮助选择-鼠标右下角有个问号 cursor: help; 3.忙-转圈圈-未响应时 cursor: wait; 4.精准选择-样式+ cursor: crosshair; 5.文本选择-样式I cursor: text; 6.垂直调整-向下放大页面时图标 cursor: s-resize; 7.水平调整-向右放大页面时图标 cursor: w-resize; 8.沿对角线调整-从右下角放大时图标 cursor: se-resize; 9.沿对角线调整-从左下角放大…
假如我们在同一个目录下有index.php和conn.php页面 index.php就是首页,conn.php就是数据库配置信息 想在index.php页面引入conn.php页面那么就需要 index.php里这样写 <?php include './conn.php'; ?>