TA的文章(2)
-
jquery制作会员信息模块
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> table{text-align: center; width: 1200px; margin: 0px auto;} tr{height: 50px;} td{margin-left: 15px;margin-right: 15px;} #dsp{background: #EBE7DC;}
-
jquery图片轮播
<style> *{ margin: 0px; padding: 0px;} li{ list-style: none;} img{ width: 100px;height: 100px; } .content{ width: 570px; height:112px; overflow: hidden; border: blue solid 1px; margin:50px auto; } .content ul{ width: 570p