This commit is contained in:
toom1996
2025-08-04 11:04:37 +08:00
parent f3092954c9
commit e2fa2c4378
90 changed files with 13749 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
public/Images/v4/pc/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
public/Images/v4/pc/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
public/Images/v4/pc/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
public/Images/v5/pc/m-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

BIN
public/Images/v5/pc/m-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

BIN
public/Images/v5/pc/t.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

View File

@ -0,0 +1,202 @@
$('.add-select').show();
/* 开始测试 */
$("#TouBaoBtn").on("click", function () {
if (!IsSlideStOK) { alert("请先拖动滑块完成验证!"); return false; }
var linkNo = $("#txtLinkNo").val().trim();
var re = /^1\d{10}$/;
if (linkNo && !re.test(linkNo)) { alert("号码格式不正确!"); $("#txtLinkNo").val("").focus(); return false; }
var niName = $("#txtNiName").val().trim();
if (niName) niName = encodeURIComponent(niName);
window.location.href = '//toubao.vobao.com/?FromTp=17&MonTp=10055&tel=' + linkNo + '&niname=' + niName;
});
/* 刷新“保险专家” */
var IsToDoA2Event = true;
function loadSellerListFn(areaId1, areaId2) {
var areaId = (areaId2 === null || areaId2 === "" || areaId2 === "0") ? areaId1 : areaId2;
$(".expert-content").load("/Vobao/SellerList?areaID=" + areaId);
}
/* 切换保险专家上的地区 */
$('#areaid1').on("change", function () {
IsToDoA2Event = false;
var areaId1 = $(this).val();
loadSellerListFn(areaId1, '0');
changearea('//www.vobao.com/Vobao/QueryAllAreaByID?areaID=' + this.value, 'areaid2');
IsToDoA2Event = true;
});
$('#areaid2').on("change", function () {
if (IsToDoA2Event) {
var areaId2 = $(this).val();
var areaId1 = $("#areaid1").val();
loadSellerListFn(areaId1, areaId2);
}
});
/* 去找代理人页搜索代理人根据姓名 */
$("#SearchMemberBtn").on("click", function () {
var keyword = $("#MemberKeyWord").val().trim();
if (!keyword) { return; }
var areaid1 = $("#areaid1").val();
areaid1 = areaid1 == "0" ? "-100" : areaid1;
var areaid2 = $("#areaid2").val();
if (areaid1 != "-100" && ",2,25,27,32,".indexOf(',' + areaid1 + ',') < 0 && areaid2 == "0") {
alert("只选省份或特区是无法进行此操作的!但只写关键字可以!");
return;
}
var memberUrl = "//member.vobao.com";
if (areaid1 != "-100" || areaid2 != "0" || keyword.length != 0) {
memberUrl += "/0_" + areaid1 + "-" + areaid2 + "-0_0_0/";
memberUrl += "?Search.KeyWord=" + keyword + "&Search.SearchTp=1";
}
window.open(memberUrl);
});
/* 预约我的面板 */
function ShowNewAppointment(monTp, fromTp, fromUserId, regFrom, sex, linkRName) {
document.domain = "vobao.com";
if (!fromTp) {
fromTp = 0;
}
if (!fromUserId) {
fromUserId = 0;
}
if (!monTp) {
monTp = 0;
}
if (!linkRName) {
linkRName = '';
}
if (!sex) {
sex = 0;
}
var url = '//p.vobao.com/Common/NewAppointment';
url += '?FromTp=' + fromTp;
url += '&FromUserId=' + fromUserId;
url += '&monTp=' + monTp;
url += '&RegFrom=' + regFrom;
url += '&Sex=' + sex;
url += '&OP.DName=' + encodeURI(linkRName);
dialogCSForm = $.dialog({ title: '', content: 'url:' + url, lock: true, width: '636px', height: '648px' });
}
var swiper1 = new Swiper("#swiper1", {
autoplay: {
delay: 10000,
stopOnLastSlide: !1,
disableOnInteraction: false
}
});
var swiper2 = new Swiper("#swiper2", {
autoplay: {
delay: 5000,
stopOnLastSlide: !1,
disableOnInteraction: !0
}
});
$('.add-select').on('click', function () {
$('.city-bg').removeClass('none');
});
$(".city-close").on("click", function (b) {
$("#citySeachKey").val("");
$("#citypop-tip-no").hide();
$(".city-bg").addClass("none");
});
/**
* 看攻略
*/
var bxcpData = "";
var nmDataTitles = ["公司新闻", "监管动态", "最新问答", "热门测评", "社保资讯", "业界要闻"];
$('.nav-item').on('click', function () {
// if (!$(this).hasClass('active')) {
// var $a = $('.active-nav');
// var oldName = $a.find(".nav-item-name").html();
// if (oldName === "公司新闻") { bxcpData = $('.news-box-box').html(); }
// $a.removeClass('active-nav');
// $(this).addClass('active-nav');
// var newName = $(this).find(".nav-item-name").html();
// var index = nmDataTitles.indexOf(newName);
// if (index === 0) {
// $('.news-box-box').html(bxcpData);
// } else {
// $.ajax({
// url: '/Vobao/GetOtherDataOnFP?rm=' + Math.random(),
// cache: false,
// dataType: 'html',
// data: { tp: index },
// type: 'POST',
// timeout: 30000,
// success: function (d) {
// $('.news-box-box').html(d);
// },
// error: function (e) {
// }
// });
// }
// }
});
// 公共头部js
$('.spc-dh').hover(function () {
$('.hover-item-box').show();
}, function () {
$('.hover-item-box').hide();
});
$('.hover-item-bxo').hover(function () {
$('.hover-item-box').show();
}, function () {
$('.hover-item-box').hide();
});
// 合作媒体
$('.links-tab-item').hover(function () {
var tab = $(this).data('tab');
$('.active-links').removeClass('active-links');
$(this).addClass('active-links');
$('.show').removeClass('show');
$('.' + tab).addClass('show');
});
// // 头部数据
// $.post("/NewQbar/Partial_AskHeader/?rm=" + Math.random(), {}, function(d){
// $("#VoBaoHead").html(d);
// });
// 医疗险栏目的滚动
var swiperT1 = new Swiper("#swiper2", {
autoplay: {
delay: 1E4,
stopOnLastSlide: !1,
disableOnInteraction: !0
},
pagination: {
el: "#swiper-p2",
clickable: !0
}
})
var swiperT2 = new Swiper("#swiper3", {
autoplay: {
delay: 1E4,
stopOnLastSlide: !1,
disableOnInteraction: !0
},
pagination: {
el: "#swiper-p3",
clickable: !0
}
})
var swiperT3 = new Swiper("#swiper4", {
autoplay: {
delay: 1E4,
stopOnLastSlide: !1,
disableOnInteraction: !0
},
pagination: {
el: "#swiper-p4",
clickable: !0
}
})

View File

@ -0,0 +1,76 @@
function changearea(url, divid, isDefaultArea) { //原本还有个selareaid参数
var postStr = "";
// $.ajax({
// type: "POST",
// contentType: "application/x-www-form-urlencoded",
// url: url,
// data: postStr,
// error: function () {
// alert("您所请求的页面有异常,请刷新重试。");
// },
// success: function (msg) {
// if (msg === "") {
// $("#" + divid).html("没有结果");
// }
// else {
// $("#" + divid).html(msg);
// if (divid === "areaid2") {
// $("#areaid3").html("<option value='0'>全部</option>");
// }
// //$("#" + divid).val(selareaid);
// }
// if (isDefaultArea) {
// var defaultAreaID = $('#txtDefaultAreaID').val();
// $('#Area1List1').val(defaultAreaID);
// $('#Area2List2').val(defaultAreaID);
// }
// }
// });
}
$(document).ready(function () {
//首页热销产品切换
$("[tab]").click(function () {
$("[tab]").removeClass("active");
$("[tab]").eq($(this).index()).addClass("active");
$(this).parents().parents().find(".div1,.div2").hide();
$(this).parents().parents().find("." + $(this).attr("tab")).show();
});
// 导航下拉
$(".ndown").hover(function () {
$(".navchild").show();
$(this).addClass("active");
}, function () {
$(".navchild").hide();
$(this).removeClass("active");
});
//地址切换
$(".area").click(function () {
$(".setcity").show();
});
$(".sbut2 ").click(function () {
$(".setcity").hide();
});
$(".p_tab li").hover(function() {
$(".p_tab li").removeClass("active").eq($(this).index()).addClass("active");
$(".p_link").removeClass("show").eq($(this).index()).addClass("show");
});
$('.select-city').on('click', function (e) {
$('.city-bg').removeClass('none');
});
$('.city-close').on('click', function (e) {
$("#citySeachKey").val("");
$("#citypop-tip-no").hide();
$('.city-bg').addClass('none');
});
});

11
public/scripts/jqcloud-1.0.4.min.js vendored Normal file
View File

@ -0,0 +1,11 @@
/*!
* jQCloud Plugin for jQuery
*
* Version 1.0.4
*
* Copyright 2011, Luca Ongaro
* Licensed under the MIT license.
*
* Date: 2013-05-09 18:54:22 +0200
*/
(function(e){"use strict";e.fn.jQCloud=function(t,n){var r=this,i=r.attr("id")||Math.floor(Math.random()*1e6).toString(36),s={width:r.width(),height:r.height(),center:{x:(n&&n.width?n.width:r.width())/2,y:(n&&n.height?n.height:r.height())/2},delayedMode:t.length>50,shape:!1,encodeURI:!0,removeOverflowing:!0};n=e.extend(s,n||{}),r.addClass("jqcloud").width(n.width).height(n.height),r.css("position")==="static"&&r.css("position","relative");var o=function(){var s=function(e,t){var n=function(e,t){return Math.abs(2*e.offsetLeft+e.offsetWidth-2*t.offsetLeft-t.offsetWidth)<e.offsetWidth+t.offsetWidth&&Math.abs(2*e.offsetTop+e.offsetHeight-2*t.offsetTop-t.offsetHeight)<e.offsetHeight+t.offsetHeight?!0:!1},r=0;for(r=0;r<t.length;r++)if(n(e,t[r]))return!0;return!1};for(var o=0;o<t.length;o++)t[o].weight=parseFloat(t[o].weight,10);t.sort(function(e,t){return e.weight<t.weight?1:e.weight>t.weight?-1:0});var u=n.shape==="rectangular"?18:2,a=[],f=n.width/n.height,l=function(o,l){var c=i+"_word_"+o,h="#"+c,p=6.28*Math.random(),d=0,v=0,m=0,g=5,y="",b="",w;l.html=e.extend(l.html,{id:c}),l.html&&l.html["class"]&&(y=l.html["class"],delete l.html["class"]),t[0].weight>t[t.length-1].weight&&(g=Math.round((l.weight-t[t.length-1].weight)/(t[0].weight-t[t.length-1].weight)*9)+1),w=e("<span>").attr(l.html).addClass("w"+g+" "+y),l.link?(typeof l.link=="string"&&(l.link={href:l.link}),n.encodeURI&&(l.link=e.extend(l.link,{href:encodeURI(l.link.href).replace(/'/g,"%27")})),b=e("<a>").attr(l.link).text(l.text)):b=l.text,w.append(b);if(!!l.handlers)for(var E in l.handlers)l.handlers.hasOwnProperty(E)&&typeof l.handlers[E]=="function"&&e(w).bind(E,l.handlers[E]);r.append(w);var S=w.width(),x=w.height(),T=n.center.x-S/2,N=n.center.y-x/2,C=w[0].style;C.position="absolute",C.left=T+"px",C.top=N+"px";while(s(w[0],a)){if(n.shape==="rectangular"){v++,v*u>(1+Math.floor(m/2))*u*(m%4%2===0?1:f)&&(v=0,m++);switch(m%4){case 1:T+=u*f+Math.random()*2;break;case 2:N-=u+Math.random()*2;break;case 3:T-=u*f+Math.random()*2;break;case 0:N+=u+Math.random()*2}}else d+=u,p+=(o%2===0?1:-1)*u,T=n.center.x-S/2+d*Math.cos(p)*f,N=n.center.y+d*Math.sin(p)-x/2;C.left=T+"px",C.top=N+"px"}if(n.removeOverflowing&&(T<0||N<0||T+S>n.width||N+x>n.height)){w.remove();return}a.push(w[0]),e.isFunction(l.afterWordRender)&&l.afterWordRender.call(w)},c=function(i){i=i||0;if(!r.is(":visible")){setTimeout(function(){c(i)},10);return}i<t.length?(l(i,t[i]),setTimeout(function(){c(i+1)},10)):e.isFunction(n.afterCloudRender)&&n.afterCloudRender.call(r)};n.delayedMode?c():(e.each(t,l),e.isFunction(n.afterCloudRender)&&n.afterCloudRender.call(r))};return setTimeout(function(){o()},10),r}})(jQuery);

2
public/scripts/jquery-1.8.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,123 @@
@charset "utf-8";
/*
* lhgdialog 默认皮肤
* (C) 2009-2011 【一丝冰凉】, http://t.qq.com/yisibl, QQ:50167214
* This is licensed under the GNU LGPL, version 2.1 or later.
* For details, see: http://creativecommons.org/licenses/LGPL/2.1/
*/
/*==================制作新皮肤从这里开始复制==================*/
/*基本重置*/
body{ _margin:0; }/*IE6 BUG*/
.ui_lock_scroll{ *overflow:hidden; }
.ui_lock_scroll body{ overflow:hidden; }
/*结构层*/
.ui_content,.ui_title,.ui_buttons input{ font:12px/1.333 tahoma,arial,\5b8b\4f53,sans-serif; }
table.ui_border,table.ui_dialog{ width:auto;border-spacing:0;*border-collapse:collapse; }
.ui_border td,.ui_dialog td{ padding:0; }
.ui_dialog{ background:#FFF; }
/*标题部分开始*/
.ui_title{ overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;cursor:move;background:#DDD;-moz-user-select:none;-webkit-user-select:none;padding:0 100px 0 0; }
.ui_title_buttons{ position:absolute;cursor:pointer;font-size:0;letter-spacing:-.5em; }
/*对齐自适应*/
.ui_main{ min-width:6em;min-width:0\9;text-align:center; }
.ui_content{ display:inline-block;*display:inline;zoom:1;text-align:left; }
.ui_content.ui_state_full{ display:block;width:100%;height:100%;margin:0;padding:0!important; }
.ui_content.ui_state_full iframe{ border-radius:0 0 5px 5px; }
.ui_loading{ width:96px;height:32px;text-align:left;text-indent:-9999em;overflow:hidden;background:url(icons/loading.gif) no-repeat center center; }
.ui_icon_bg{ margin:20px 0 20px 15px; }
/*标题纯CSS按钮开始 min 最小化max最大化res还原rese恢复close关闭*/
.ui_min,.ui_max,.ui_close,.ui_res{ position:relative;text-decoration:none;letter-spacing:normal;text-align:center;display:inline-block;*display:inline;zoom:1;vertical-align:top;font-family:tahoma,arial,\5b8b\4f53,sans-serif; }
.ui_min b,.ui_max b,.ui_res_t,.ui_res_b{ display:block;position:absolute;overflow:hidden;cursor:pointer; }
.ui_close{ font-weight:500;text-decoration:none;outline:0 none; }
.ui_close:hover{ text-decoration:none; }
/*Tips部分*/
.ui_state_tips .ui_main{ min-width:3em; }
/*.ui_state_tips .ui_content{ margin-top:-2px;padding:8px 10px!important; }*/
.ui_state_tips .ui_icon_bg{ margin:5px 0 6px 9px; }
.ui_state_tips .ui_title,.ui_state_tips .ui_title_buttons,.ui_res{ display:none; } /* 还原按钮也在这里隐藏,这样可节省代码,注间这段一定要写在上面那段代码的下面*/
#ldg_lockmask{ background:#DCE2F1;filter:alpha(opacity=60);opacity:.6; }
/*==================制作新皮肤到这里结束复制==================*/
/*样式层开始*/
.ui_inner{ border:1px solid #999; }
.ui_border{ border-radius:4px; }
.ui_lt,.ui_rt,.ui_lb,.ui_rb{ width:6px;height:6px;display:block; }
.ui_lt{ border-radius:4px 0 0 0; }.ui_rt{ border-radius:0 4px 0 0; }.ui_rb{ border-radius:0 0 4px 0; }.ui_lb{ border-radius:0 0 0 4px; }
.ui_lt,.ui_rt,.ui_l,.ui_r,.ui_lb,.ui_b,.ui_t,.ui_rb{ background:rgba(102,102,102,.3);background:#666\9;filter:alpha(opacity=30); }
/*标题栏样式*/
.ui_title_bar{ position:relative;height:100%;border-bottom:1px solid #317ebd; }
.ui_title{ height:26px;line-height:26px;font-size:14px;font-weight:bold;color:#DDD;padding-left:7px;border-bottom:1px solid #6da6e1;
background:linear-gradient(top,#46a0e1,#3280bf);
background:-webkit-gradient(linear,0% 0%, 0% 100%,from(#46a0e1),to(#3280bf));
background:-moz-linear-gradient(top,#46a0e1,#3280bf);
background:-o-linear-gradient(top,#46a0e1,#3280bf);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#46a0e1',endColorstr='#3280bf');*background:#DDD; }
.ui_state_focus .ui_title{ color:#FFF;text-shadow:0 1px 0 #333; }
.ui_state_drag .ui_title { border-bottom:1px solid #82bee6;text-shadow: 0 -1px 0 #333;
background:linear-gradient(top,#3280bf,#46a0e1);
background:-moz-linear-gradient(top,#3280bf,#46a0e1);
background:-webkit-gradient(linear,0% 0%, 0% 100%,from(#3280bf),to(#46a0e1));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3280bf',endColorstr='#46a0e1'); }
/*标题纯CSS按钮定位部分*/
.ui_title_buttons{ top:3px;right:5px; }
.ui_min,.ui_max,.ui_close,.ui_res{ color:#FFF;font-size:22px;width:22px;height:22px;line-height:18px; }
.ui_min_b{ top:10px;left:5px;width:12px;height:2px;border-bottom:2px solid #FFF; }
.ui_max_b{ top:5px;left:5px;width:10px;height:7px; }
.ui_res_t,.ui_res_b{ top:8px;left:3px;width:10px;height:5px; }
.ui_res_b{ top:4px;left:6px; }
.ui_res_t,.ui_res_b,.ui_max_b{ border:1px solid #FFF;border-top-width:3px; }
.ui_res_t{ background:#3d8cce; }
.ui_min:hover b,.ui_max:hover b,.ui_res:hover b{ border-color:#555; }
.ui_close{ vertical-align:baseline;_line-height:22px; }
.ui_close:hover,.ui_close:focus{ color:#c93333; }
/*底部按钮样式*/
.ui_buttons{ white-space:nowrap;padding:4px 8px;text-align:right;background-color:#F6F6F6;border-top:solid 1px #DADEE5; }
.ui_buttons input::-moz-focus-inner{ border:0;padding:0;margin:0; }
.ui_buttons input{ padding:3px 10px 3px 12px;padding:5px 10px 2px 12px\0;*padding:4px 10px 2px 10px;margin-left:6px;cursor:pointer;display:inline-block;
text-align:center;line-height:1;height:23px;letter-spacing:3px;overflow:visible;color:#333;border:solid 1px #999;border-radius:3px;border-radius:0\9;background:#DDD;
background:linear-gradient(top,#FAFAFA,#E4E4E4);
background:-moz-linear-gradient(top,#FAFAFA,#E4E4E4);
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#FAFAFA),to(#E4E4E4));
background:-o-linear-gradient(top,#FAFAFA,#E4E4E4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#E4E4E4');
text-shadow:0 1px 1px rgba(255,255,255,1);box-shadow:0 1px 0 rgba(255,255,255,.7),0 -1px 0 rgba(0,0,0,.09);
-moz-transition:-moz-box-shadow linear .2s;-webkit-transition:-webkit-box-shadow linear .2s;transition:box-shadow linear .2s; }
.ui_buttons input:focus{ outline:0 none;box-shadow:0 0 3px #0e78c9; }
.ui_buttons input:hover{ color:#000;border-color:#666;box-shadow:none; }
.ui_buttons input:active{ border-color:#666;
background:linear-gradient(top,#FAFAFA,#E4E4E4);
background:-moz-linear-gradient(top,#FAFAFA,#E4E4E4);
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#FAFAFA),to(#E4E4E4));
background:-o-linear-gradient(top,#FAFAFA,#E4E4E4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#E4E4E4'); }
.ui_buttons input[disabled]{ cursor:default;color:#666;background:#DDD;border:solid 1px #999;filter:alpha(opacity=50);opacity:.5;box-shadow:none; }
input.ui_state_highlight{ color:#FFF;border:solid 1px #1c6a9e;text-shadow:0 -1px 1px #1c6a9e;background:#2288cc;
background:linear-gradient(top,#33bbee,#2288cc);
background:-moz-linear-gradient(top,#33bbee,#2288cc);
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#33bbee),to(#2288cc));
background:-o-linear-gradient(top,#33bbee,#2288cc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee',endColorstr='#2288cc'); }
input.ui_state_highlight:hover{ color:#FFF;border-color:#555; }
input.ui_state_highlight:active{ border-color:#1c6a9e;
background:linear-gradient(top,#33bbee,#2288cc);
background:-moz-linear-gradient(top,#33bbee,#2288cc);
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#33bbee),to(#2288cc));
background:-o-linear-gradient(top,#33bbee,#2288cc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee',endColorstr='#2288cc'); }
/*Tips 部分开始*/
.ui_state_tips,.ui_state_tips .ui_inner,.ui_state_tips .ui_title_bar{ border:0 none;box-shadow:none; }
.ui_state_tips .ui_lt,.ui_state_tips .ui_rt,.ui_state_tips .ui_lb,.ui_state_tips .ui_rb{ width:5px;height:5px; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -0,0 +1,71 @@
/*
* Core Owl Carousel CSS File
* v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}

View File

@ -0,0 +1,99 @@
/*
* Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 10px;
height: 10px;
margin:0 3px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #d0d0d0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
background: #00a1e0;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center
}
.owl-pagination{
text-align: center;
background: #f3f5f7;
display: inline-block;
padding: 4px 7px;
border-radius: 8px;
font-size: 0;
}
.p_special .owl-pagination {
background: #fbfbfb;
}
.p_special .owl-theme .owl-controls .owl-page span{
display: block;
width: 44px;
height: 5px;
margin: 0 3px;
background: #e9e9e9;
}
.p_special .owl-theme .owl-controls .owl-page.active span,
.p_special .owl-theme .owl-controls.clickable .owl-page:hover span{
background: #00a1e0;
}

13
public/scripts/swiper-4.3.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long