2017年1月16日
摘要: html部分 <!DOCTYPE html><html><head> <title>js简易滚动条</title> <script type="text/javascript" src="jsScroll.js"></script> </head><body><h1>js简易滚动条</h1><div 阅读全文
posted @ 2017-01-16 17:04 程序小院 阅读(92) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html><head><meta charset="utf-8"><title>webrx-title</title><meta name="description" content="简介"><meta name="keywords" content="关键字">< 阅读全文
posted @ 2017-01-16 16:32 程序小院 阅读(81) 评论(0) 推荐(0) 编辑
摘要: //水平上下居中width:900px;height:640px;left:50%;top:50%;margin-left:-450px;margin-top:-320px; //定位水平居中显示position:left:50%;transform: translate(-50%,0); //居中 阅读全文
posted @ 2017-01-16 16:19 程序小院 阅读(91) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html><head><meta charset="utf-8"><title>webrx-title</title><meta name="description" content="简介"><meta name="keywords" content="关键字">< 阅读全文
posted @ 2017-01-16 16:04 程序小院 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 一.配置 1、'lang_switch_on' => true, 2、'lang_list' => ['zh-cn','en-us',] 二.语言定义() 1、新建文件/en-us.php /thinkphp/lang/en-us.php return[ '中文'=>'chinese', '英文'= 阅读全文
posted @ 2017-01-16 10:40 程序小院 阅读(664) 评论(0) 推荐(0) 编辑