css16

摘要: /*============================================================* 表格设定http://www.shkpw.com/citys.php/===========================================================*/.box table{ empty-cells:show; border-collapse:collapse; width:100%; text-align:left; border-bottom:1px dashed #ccc;}.box th{ line-height:30p 阅读全文
posted @ 2012-10-20 22:02 yueyun168 阅读(139) 评论(0) 推荐(0)

css14

摘要: /*============================================================* 重定义样式/===========================================================*/.main{width:678px;padding:10px;}.caption{background-position:0 -121px;}/*============================================================* 案例列表/============================= 阅读全文
posted @ 2012-10-20 22:02 yueyun168 阅读(118) 评论(0) 推荐(0)

css13

摘要: @charset "utf-8";/*============================================================* 格式化标签/===========================================================*/*{margin:0; padding:0}body{background:#fff url(../Images/Home/bg_body.png) repeat-x;}img{vertical-align:middle; border:0;}ul,ol{list-style-typ 阅读全文
posted @ 2012-10-20 22:01 yueyun168 阅读(232) 评论(0) 推荐(0)

css 12

摘要: .content{ width:908px; padding:20px; line-height:30px; font-size:14px; border:1px solid #e3e3e3; background-color:#fff;}.content h5{font-size:16px;color:#008c00;}.content p{margin-bottom:15px;}.content em{margin-right:10px;color:#333;}.content li cite{margin-right:20px;}/* 友情链接 */ http://www.shkpw.c 阅读全文
posted @ 2012-10-20 22:01 yueyun168 阅读(110) 评论(0) 推荐(0)

邮件

摘要: class smtp{/* Public Variables */var $smtp_port;var $time_out;var $host_name;var $log_file;var $relay_host;var $debug;var $auth;var $user;var $pass;/* Private Variables */var $sock;/* Constractor */function smtp($relay_host = "", $smtp_port = 25,$auth = false,$user,$pass){$this->debug = 阅读全文
posted @ 2012-10-20 21:57 yueyun168 阅读(137) 评论(0) 推荐(0)