
怎样设计网站建设
武汉网站站点制造如何做用户使用者比较喜爱呢?武汉网站建设网站制作公司企业心情不错,道出了一些网站站点规划的诀窍,这里给我们共享一下,一定要收藏好哦,毕竟这样的网站站点规划可不是人人都能做到的。
1、image图片比纯文本文字更吸引人
比照于纯文本文字,image图片关于用户使用者的吸引一定是更多的。在许多网站站点中,都会选用banner大图的展现方式,通过大图的展现,完结关于用户使用者的第一印象。首页image图片的规划,除应考虑i c_classid: $('.get_user_c_classid').val(), c_infoid: $('.get_user_c_infoid').val(), phone: $('.get_user_phone').val(), need: $('.get_user_need').val(), c_name: $('.get_user_name').val(), } $.ajax({ //请求方式 type: "POST", //请求的媒体类型 //contentType: "application/text;charset=UTF-8", //请求地址 url: "/e/DoInfo/user_ecms.php?enews=MAddInfo", //数据,json字符串 data: list, dataType: "json", //请求成功 success: function (result) { if (result.code === 0) { alert(result.msg) setTimeout(function () { $('.get_user_phone').val('') }, 500) } else { alert(result.msg) } }, //请求失败,包含具体的错误信息 error: function (e) { alert(e.responseText) } }); }) $('.get-phone-btn').click(function () { var list = { classid: $('.get_user_classid').val(), mid: $('.get_user_mid').val(), gotoinfourl: $('.get_user_gotoinfourl').val(), c_classid: $('.get_user_c_classid').val(), c_infoid: $('.get_user_c_infoid').val(), phone: $('.get_phone_phone').val(), } $.ajax({ //请求方式 type: "POST", //请求的媒体类型 //contentType: "application/text;charset=UTF-8", //请求地址 url: "/e/DoInfo/user_ecms.php?enews=MAddInfo", //数据,json字符串 data: list, dataType: "json", //请求成功 success: function (result) { //alert(JSON.stringify(result)) if (result.code === 0) { alert(result.msg) setTimeout(function () { $('.phone-input-panel').css('display', 'none') $('.price-input-panel').css('display', 'none') $('.get_phone_phone').val('') }, 500) } else { alert(result.msg) } }, //请求失败,包含具体的错误信息 error: function (e) { alert(e.responseText) } }); }) $('.get-price-btn').click(function () { var list = { classid: $('.get_user_classid').val(), mid: $('.get_user_mid').val(), gotoinfourl: $('.get_user_gotoinfourl').val(), c_classid: $('.get_user_c_classid').val(), c_infoid: $('.get_user_c_infoid').val(), phone: $('.get_price_phone').val(), need: $('.get_price_need').val(), } $.ajax({ //请求方式 type: "POST", //请求的媒体类型 //contentType: "application/text;charset=UTF-8", //请求地址 url: "/e/DoInfo/user_ecms.php?enews=MAddInfo", //数据,json字符串 data: list, dataType: "json", //请求成功 success: function (result) { //alert(JSON.stringify(result)) if (result.code === 0) { alert(result.msg) setTimeout(function () { $('.phone-input-panel').css('display', 'none') $('.price-input-panel').css('display', 'none') $('.get_price_phone').val('') $('.get_price_need').val('') }, 500) } else { alert(result.msg) } }, //请求失败,包含具体的错误信息 error: function (e) { alert(e.responseText) } }); }) })