重庆分公司,新征程启航
为企业提供网站建设、域名注册、服务器等服务
用jquery很简单的
成都创新互联公司专注于柞水企业网站建设,响应式网站开发,成都商城网站开发。柞水网站建设公司,为柞水等地区提供建站服务。全流程按需网站开发,专业设计,全程项目跟踪,成都创新互联公司专业和态度为您提供的服务
div class="test_class"
test文字信息test文字信息test文字信息test文字信息test文字信息
img src="" alt="天海翼"
script
$(".test_class img").load(function(){
$(this).css({"margin-left":($(".test_class").outerWidth()-$(this).width())/2+"px"})
});
/script
/div
图像裁切功能,帝国cms默认是不带的,需要自己用jquery来实现
自己在网上找个jquery裁切插件就OK了
把图片新窗口打开后查看图片的路径,用ftp登录后直接上传替换就可以了
直接增加一个属性就可以了
style
.test img{width:100px;height:100px;}
/*这句代码的意思就是控制图片大小的,宽100像素,高100像素*/
/style
div class="test"img src="./test.jpg" alt="test" //div
当然你也可以用另外一种更直接的方法
img src="./test.jpg" alt="test" width=100 height=100 /
或者
img src="./test.jpg" alt="test" style="width:100px;height:100px;" /