init
|
@ -0,0 +1,189 @@
|
|||
!function() {
|
||||
function t(t, e, a) {
|
||||
return e in t ? Object.defineProperty(t, e, {
|
||||
value: a,
|
||||
enumerable: !0,
|
||||
configurable: !0,
|
||||
writable: !0
|
||||
}) : t[e] = a, t;
|
||||
}
|
||||
function e(t, e, a) {
|
||||
return e in t ? Object.defineProperty(t, e, {
|
||||
value: a,
|
||||
enumerable: !0,
|
||||
configurable: !0,
|
||||
writable: !0
|
||||
}) : t[e] = a, t;
|
||||
}
|
||||
var a, n = require("data/list.js");
|
||||
App({
|
||||
onLaunch: function() {
|
||||
var t = wx.getStorageSync("logs") || [];
|
||||
t.unshift(Date.now()), wx.setStorageSync("logs", t);
|
||||
var e = wx.getStorageSync("logs") || [];
|
||||
e.unshift(Date.now()), wx.setStorageSync("logs", e);
|
||||
},
|
||||
showModal: function(t) {
|
||||
t.setData({
|
||||
showModalStatus: !0,
|
||||
msg: "请输入完整信息"
|
||||
}), setTimeout(function() {
|
||||
t.setData({
|
||||
showModalStatus: !1
|
||||
});
|
||||
}, 1500);
|
||||
},
|
||||
init_city: function(t) {
|
||||
for (var e = this.globalData.city, a = [], n = 0; n < e.length; n++) a.push(e[n].s);
|
||||
t.setData({
|
||||
province: a,
|
||||
city: e[t.data.checkvalue4].c
|
||||
});
|
||||
},
|
||||
provinceChose: function(t, e) {
|
||||
var a = this.globalData.city;
|
||||
t.setData({
|
||||
checkvalue4: e.detail.value,
|
||||
checkvalue3: 0,
|
||||
city: a[e.detail.value].c,
|
||||
check3: !0
|
||||
});
|
||||
},
|
||||
bindPickerChange: function(t, a) {
|
||||
var n, o = a.currentTarget.id, i = "checkvalue" + o, c = "check" + o;
|
||||
t.setData((e(n = {}, c, !0), e(n, i, a.detail.value), n));
|
||||
},
|
||||
_get: function(t, e) {
|
||||
for (var a = t.split("&"), n = 0; n < a.length; n++) {
|
||||
var o = a[n].split("=");
|
||||
if (o[0]) return o[1];
|
||||
}
|
||||
return "";
|
||||
},
|
||||
globalData: (a = {
|
||||
userInfo: null,
|
||||
xzwdata: n.xzwdata,
|
||||
sxdata: n.sxdata,
|
||||
ysdata: n.ysdata,
|
||||
sxinfodata: n.sxinfodata,
|
||||
city: n.city,
|
||||
xz: n.xz,
|
||||
swidth: wx.getSystemInfoSync().windowWidth,
|
||||
sheight: wx.getSystemInfoSync().windowHeight,
|
||||
api_host: "https://api.xzw.com/com/json/",
|
||||
topNum: n.topNum,
|
||||
category: [ {
|
||||
id: 13,
|
||||
name: "人物",
|
||||
en: "renwu"
|
||||
}, {
|
||||
id: 8,
|
||||
name: "动物",
|
||||
en: "dongwu"
|
||||
}, {
|
||||
id: 7,
|
||||
name: "植物",
|
||||
en: "zhiwu"
|
||||
}, {
|
||||
id: 10,
|
||||
name: "物品",
|
||||
en: "wupin"
|
||||
}, {
|
||||
id: 9,
|
||||
name: "身体",
|
||||
en: "shenti"
|
||||
}, {
|
||||
id: 12,
|
||||
name: "生活",
|
||||
en: "shenghuo"
|
||||
}, {
|
||||
id: 14,
|
||||
name: "活动",
|
||||
en: "huodong"
|
||||
}, {
|
||||
id: 4,
|
||||
name: "自然",
|
||||
en: "ziran"
|
||||
}, {
|
||||
id: 11,
|
||||
name: "情爱",
|
||||
en: "qingai"
|
||||
}, {
|
||||
id: 6,
|
||||
name: "鬼神",
|
||||
en: "guishen"
|
||||
}, {
|
||||
id: 5,
|
||||
name: "建筑",
|
||||
en: "jianzhu"
|
||||
}, {
|
||||
id: 15,
|
||||
name: "其他",
|
||||
en: "qita"
|
||||
} ],
|
||||
collectArr: []
|
||||
}, t(a, "api_host", "https://api.xzw.com/com/json/"), t(a, "host", "https://apis.xzw.com"),
|
||||
t(a, "zimuList", [ "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z" ]),
|
||||
a),
|
||||
getOpenID: function() {
|
||||
var t = "";
|
||||
try {
|
||||
t = swan.getStorageSync("openID");
|
||||
} catch (t) {
|
||||
t = VM2_INTERNAL_STATE_DO_NOT_USE_OR_PROGRAM_WILL_FAIL.handleException(t);
|
||||
console.log(t);
|
||||
}
|
||||
return t;
|
||||
},
|
||||
setOpenID: function(t) {
|
||||
try {
|
||||
swan.setStorageSync("openID", t);
|
||||
} catch (t) {}
|
||||
},
|
||||
getUrl: function(t) {
|
||||
return this.globalData.host + t;
|
||||
},
|
||||
textareaInput: function(t, e) {
|
||||
console.log(t.detail.value), e.setData({
|
||||
jmvalue: t.detail.value
|
||||
});
|
||||
},
|
||||
group: function(t, e) {
|
||||
for (var a = 0, n = []; a < t.length; ) n.push(t.slice(a, a += e));
|
||||
return n;
|
||||
},
|
||||
request: function(t, e) {
|
||||
t.vc = "wxcode", t.token = "Mdozp+aZobSxaPO0JeKiKmRsHFw", wx.request({
|
||||
url: this.globalData.api_host + "jiemeng.js",
|
||||
method: "GET",
|
||||
dataType: "json",
|
||||
async: !1,
|
||||
data: t,
|
||||
header: {
|
||||
"content-type": "application/json"
|
||||
},
|
||||
success: function(t) {
|
||||
200 == t.data.code && "function" == typeof e && e(t.data.data);
|
||||
}
|
||||
});
|
||||
},
|
||||
onPageScroll: function(t, e) {
|
||||
t.scrollTop > 600 ? e.setData({
|
||||
showGoTop: !0
|
||||
}) : e.setData({
|
||||
showGoTop: !1
|
||||
});
|
||||
},
|
||||
scrollToTop: function(t) {
|
||||
wx.pageScrollTo({
|
||||
scrollTop: 0,
|
||||
duration: 1e3,
|
||||
success: function() {
|
||||
t.setData({
|
||||
showGoTop: !1
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
}();
|
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"pages": [
|
||||
"pages/index2/index",
|
||||
"pages/index/index",
|
||||
"pages/astrocx/index",
|
||||
"pages/astrocx/astrocx_info",
|
||||
"pages/fortune_astro/index",
|
||||
"pages/fortune_astro/fortune_info",
|
||||
"pages/sx/index",
|
||||
"pages/sx/sx_info",
|
||||
"pages/fortune_sx/index",
|
||||
"pages/fortune_sx/fortune_info",
|
||||
"pages/pair_astro/index",
|
||||
"pages/pair_astro/xzpair_info",
|
||||
"pages/pair_sx/index",
|
||||
"pages/pair_sx/sxpair_info",
|
||||
"pages/pairtop_astro/pairtop_astro",
|
||||
"pages/pairtop_sx/pairtop_sx",
|
||||
"pages/list/list",
|
||||
"pages/info/info",
|
||||
"pages/search/search",
|
||||
"pages/zimu/zimu",
|
||||
"pages/index3/index"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTitleText": "梦册分析",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTextStyle": "black",
|
||||
"backgroundColor": "#fff",
|
||||
"backgroundTextStyle": "light"
|
||||
},
|
||||
"tabBar": {
|
||||
"custom": false,
|
||||
"color": "#6e6d6b",
|
||||
"selectedColor": "#0180CF",
|
||||
"borderStyle": "white",
|
||||
"backgroundColor": "#fff",
|
||||
"box-shadow": "0 0 6px 0",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index2/index",
|
||||
"text": "梦册分析",
|
||||
"iconPath": "image/jm.png",
|
||||
"selectedIconPath": "image/jm.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "生肖星座",
|
||||
"iconPath": "image/ys.png",
|
||||
"selectedIconPath": "image/ys.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"networkTimeout": {
|
||||
"request": 10000,
|
||||
"downloadFile": 10000
|
||||
},
|
||||
"debug": true
|
||||
}
|
|
@ -0,0 +1,266 @@
|
|||
module.exports = {
|
||||
sxdata: [ {
|
||||
name: "鼠",
|
||||
en: "zishu"
|
||||
}, {
|
||||
name: "牛",
|
||||
en: "chouniu"
|
||||
}, {
|
||||
name: "虎",
|
||||
en: "yinhu"
|
||||
}, {
|
||||
name: "兔",
|
||||
en: "maotu"
|
||||
}, {
|
||||
name: "龙",
|
||||
en: "chenlong"
|
||||
}, {
|
||||
name: "蛇",
|
||||
en: "sishe"
|
||||
}, {
|
||||
name: "马",
|
||||
en: "wuma"
|
||||
}, {
|
||||
name: "羊",
|
||||
en: "weiyang"
|
||||
}, {
|
||||
name: "猴",
|
||||
en: "shenhou"
|
||||
}, {
|
||||
name: "鸡",
|
||||
en: "youji"
|
||||
}, {
|
||||
name: "狗",
|
||||
en: "xugou"
|
||||
}, {
|
||||
name: "猪",
|
||||
en: "haizhu"
|
||||
} ],
|
||||
sxinfodata: {
|
||||
index: [ "龙", "chenlong", "long" ],
|
||||
year: [ 2012, 2e3, 1988, 1976, 1964, 1952, 1940, 1928 ],
|
||||
attr: [ "辰属土", "普贤菩萨", "金、银、灰白", "红、绿、紫、黑", "1、6、7", "3、8、9", "龙吐珠、采雀草", "西、西北及北方" ],
|
||||
base: "辰年生人,其性刚毅活泼之风气,嫌因循傲慢尊大,致与长上之意见不和,善恶断分之癖,故缺圆满交际,且性急乏妨耐与宽大心,作事偏激的反响失败者多。对此欠与矫正修得精术,技艺的意志者,自然得良焉。龙年生人多推论、思索、奋斗、意志强。权威,女子者嫌孤独、自信心强,不容易与他人相处,失去幸福前程,对共同事业难得持久力,少年运为固执、失败,中处恐陷入不正事端惹祸。",
|
||||
feature: [ "心思细密,温柔体贴,心地仁厚。", "博爱,缺乏决断力,唯唯是诺。", "按部就班,创意多发展少。", "脆弱易骗,需带眼识人。", "一般,粗心易惹祸。", "易有小毛病,注意肠胃保养。" ],
|
||||
pair: [ {
|
||||
list: [ "鼠", "猴", "鸡" ],
|
||||
text: "大吉,缔结良缘,勤俭发家,日见昌盛,富贵成功,子孙继世。"
|
||||
}, {
|
||||
list: [ "狗", "免" ],
|
||||
text: "不能和睦终世,破坏离别,不得心安。"
|
||||
} ],
|
||||
fortune: [ 4, "进入2017年属龙的人形势逆转,整个人大放光彩。今年是属龙人的六合之年,会有不错的人缘,有多方强大的贵人之力相助,能够在任何活动或任务中成为一个核心的人物。人缘也会由此有所增加,相应的,各方面的机会也会慢慢多起来。属龙的人在今年是需要掌控好自己的人际关系交际圈,本年在各方面都可以过得生龙活虎!属龙的人在2017年有两颗大的吉星【月德】和【岁合】入主,这是两颗功效特别强大的吉星。" ],
|
||||
url: "/shengxiao/chenlong/"
|
||||
},
|
||||
xzwdata: [ {
|
||||
name: "白羊座",
|
||||
en: "Aries",
|
||||
date: "3.21-4.19",
|
||||
attr: "火象"
|
||||
}, {
|
||||
name: "金牛座",
|
||||
en: "Taurus",
|
||||
date: "4.20-5.20",
|
||||
attr: "土象"
|
||||
}, {
|
||||
name: "双子座",
|
||||
en: "Gemini",
|
||||
date: "5.21-6.21",
|
||||
attr: "风象"
|
||||
}, {
|
||||
name: "巨蟹座",
|
||||
en: "Cancer",
|
||||
date: "6.22-7.22",
|
||||
attr: "水象"
|
||||
}, {
|
||||
name: "狮子座",
|
||||
en: "Leo",
|
||||
date: "7.23-8.22",
|
||||
attr: "火象"
|
||||
}, {
|
||||
name: "处女座",
|
||||
en: "Virgo",
|
||||
date: "8.23-9.22",
|
||||
attr: "土象"
|
||||
}, {
|
||||
name: "天秤座",
|
||||
en: "Libra",
|
||||
date: "9.23-10.23",
|
||||
attr: "风象"
|
||||
}, {
|
||||
name: "天蝎座",
|
||||
en: "Scorpio",
|
||||
date: "10.24-11.22 ",
|
||||
attr: "水象"
|
||||
}, {
|
||||
name: "射手座",
|
||||
en: "Sagittarius",
|
||||
date: "11.23-12.21",
|
||||
attr: "火象"
|
||||
}, {
|
||||
name: "摩羯座",
|
||||
en: "Capricorn",
|
||||
date: "12.22-1.19",
|
||||
attr: "土象"
|
||||
}, {
|
||||
name: "水瓶座",
|
||||
en: "Aquarius",
|
||||
date: "1.20-2.18",
|
||||
attr: "风象"
|
||||
}, {
|
||||
name: "双鱼座",
|
||||
en: "Pisces",
|
||||
date: "2.19-3.20",
|
||||
attr: "水象"
|
||||
} ],
|
||||
city: [ {
|
||||
s: "北京",
|
||||
c: [ "市区", "平谷", "密云", "顺义", "通县", "怀柔", "大兴", "房山", "延庆", "昌平" ]
|
||||
}, {
|
||||
s: "上海",
|
||||
c: [ "市区", "嘉定", "宝山", "川沙", "南汇", "奉贤", "松江", "金山", "青浦", "崇明" ]
|
||||
}, {
|
||||
s: "天津",
|
||||
c: [ "市区", "宁河", "静海", "蓟县", "宝坻", "武清" ]
|
||||
}, {
|
||||
s: "重庆",
|
||||
c: [ "市区", "綦江", "长寿", "南桐", "合川", "潼南", "铜梁", "壁山", "荣昌", "大足", "永川", "万盛" ]
|
||||
}, {
|
||||
s: "港澳台",
|
||||
c: [ "香港", "澳门", "台北", "高雄", "基隆", "台中", "台南", "宜兰", "桃园", "新竹" ]
|
||||
}, {
|
||||
s: "安徽",
|
||||
c: [ "合肥", "长丰", "淮南", "凤台", "淮北", "濉溪", "芜湖", "铜陵", "蚌埠", "马鞍山", "安庆", "宿州", "宿县", "砀山", "萧县", "吴壁", "泗县", "五河", "固镇", "怀远", "滁州", "嘉山", "天长", "来安", "全椒", "定远", "凤阳", "巢湖", "巢县", "肥东", "含山", "和县", "无为", "卢江", "宣城", "当涂", "郎溪", "广德", "泾县", "南陵", "繁昌", "宁国", "青阳", "屯溪", "休宁", "旌得", "绩溪", "歙县", "祁门", "黟县", "太平", "石台", "桐城", "纵阳", "怀宁", "望江", "宿松", "太湖", "岳西", "潜山", "东至", "贵池", "六安", "霍丘", "寿县", "肥西", "舒城", "霍山", "金寨", "阜阳", "毫县", "涡阳", "蒙城", "利辛", "颖上", "阜南", "临泉", "界首", "太和" ]
|
||||
}, {
|
||||
s: "福建",
|
||||
c: [ "福州", "闽侯", "厦门", "同安", "南平", "南平", "建瓯", "浦城", "邵武", "顺昌", "崇安", "光泽", "松溪", "政和", "宁德", "福安", "连江", "福鼎", "霞浦", "吉田", "罗源", "寿宁", "周宁", "屏南", "柘荣", "莆田", "仙游", "福清", "长乐", "永泰", "平潭", "闽清", "泉州", "晋江", "南安", "惠安", "安溪", "永春", "德化", "金门", "漳州", "龙海", "漳浦", "诏安", "平和", "云霄", "南靖", "长泰", "东山", "华安", "龙岩", "上杭", "永定", "长汀", "武平", "连城", "漳平", "三明", "龙溪", "宁化", "大田", "永安", "沙县", "将乐", "清流", "建宁", "泰宁", "明溪" ]
|
||||
}, {
|
||||
s: "广东",
|
||||
c: [ "广州", "花县", "新十", "增城", "从化", "龙门", "番禺", "汕头", "湛江", "茂名", "佛山", "江门", "深圳", "宝安", "珠海", "韶关", "曲江", "乐昌", "仁化", "南雄", "始兴", "翁源", "佛岗", "英德", "清远", "阳山", "连县", "连山", "连南", "惠州", "惠阳", "博罗", "河源", "连平", "和平", "龙川", "紫金", "惠东", "东莞", "梅州", "梅县", "平远", "蕉岭", "大埔", "丰顺", "五华", "兴宁", "潮州", "澄海", "潮安", "饶平", "南澳", "潮阳", "惠来", "陆丰", "海丰", "普宁", "揭西", "揭阳", "南海", "三水", "顺德", "中山", "斗门", "新会", "鹤山", "开平", "台山", "恩平", "高明", "廉江", "化州", "高州", "信宜", "阳春", "阳江", "电白", "吴川", "徐闻", "海康", "遂溪", "肇庆", "高要", "怀集", "广宁", "四会", "新兴", "云浮", "罗定", "郁南", "德庆", "封开" ]
|
||||
}, {
|
||||
s: "广西",
|
||||
c: [ "南宁", "柳州", "桂林", "梧州", "凭祥", "邕宁", "武鸣", "马山", "上林", "宾阳", "横县", "扶绥", "崇左", "宁明", "龙州", "大新", "天等", "隆安", "河池", "环江", "罗城", "宜山", "东兰", "凤山", "天峨", "南丹", "都安", "巴马", "合山", "柳城", "融安", "鹿寨", "象州", "武宜", "柳江", "来宾", "忻城", "融水", "三江", "金秀", "临桂", "灵川", "兴安", "资源", "全州", "灌阳", "恭城", "平乐", "荔浦", "永福", "龙胜", "苍悟", "钟山", "富川", "贺县", "岑溪", "藤县", "蒙山", "昭平", "玉林", "桂平", "平南", "容县", "北流", "陆川", "博白", "贵县", "北海", "钦州", "灵山", "浦北", "合浦", "上思", "防城", "百色", "凌云", "乐业", "田阳", "田东", "平果", "德保", "靖西", "那坡", "西林", "田林", "隆林" ]
|
||||
}, {
|
||||
s: "贵州",
|
||||
c: [ "贵阳", "清镇", "普定", "开阳", "六盘水", "水城", "盘县", "六枝", "遵义", "绥阳", "道真", "凤冈", "余庆", "赤水", "桐梓", "正安", "务川", "湄潭", "仁怀", "习水", "铜仁", "玉屏", "思南", "德江", "万山", "江口", "师阡", "印江", "沿河", "松桃", "毕节", "黔西", "织金", "赫章", "大方", "金沙", "钠雍", "威宁", "安顺", "息烽", "修文", "平坝", "镇宁", "紫云", "关岭", "兴义", "普安", "贞丰", "望谟", "册亭", "安龙", "兴仁", "晴龙", "凯里", "施秉", "镇远", "天柱", "剑河", "黎平", "从江", "麻江", "黄平", "三穗", "岑巩", "锦屏", "台江", "榕江", "雷山", "丹寨", "都匀", "贵定", "瓮安", "平塘", "长顺", "惠水", "荔波", "福泉", "独山", "罗甸", "龙里", "三都" ]
|
||||
}, {
|
||||
s: "甘肃",
|
||||
c: [ "兰州", "永登", "榆中", "永昌", "皋兰", "定西", "会宁", "陇西", "临洮", "靖远", "通渭", "渭源", "平凉", "灵台", "华亭", "静宁", "泾川", "崇信", "庄浪", "庆阳", "华池", "庄宁", "镇源", "环县", "合水", "宁县", "天水", "徽县", "礼县", "武山", "秦安", "清水", "两当", "西和", "甘谷", "漳县", "张家川", "武都", "宕昌", "康县", "成县", "文县", "临潭", "舟曲", "玛曲", "下河", "卓尼", "迭部", "碌曲", "临夏", "永靖", "和政", "康乐", "广河", "东乡", "岷县", "积石山", "武威", "民勤", "古浪", "景泰", "天祝", "张掖", "民乐", "临泽", "山丹", "高台", "肃南", "玉门", "酒泉", "敦煌", "金塔", "安西", "阿克塞", "肃北" ]
|
||||
}, {
|
||||
s: "黑龙江",
|
||||
c: [ "哈尔滨", "齐齐哈尔", "鹤岗", "双鸭山", "鸡四", "大庆", "伊春", "嘉荫", "铁力", "绥化", "绥棱", "海伦", "庆安", "兰西", "肇东", "肇州", "肇源", "安达", "明水", "青岗", "望奎", "黑河", "爱辉", "德都", "通北", "北安", "孙吴", "逊克", "嫩江", "佳木斯", "桦川", "萝北", "绥滨", "富锦", "同江", "抚远", "饶河", "七台河", "宝清", "集贤", "勃利", "桦南", "依兰", "汤源", "牡丹江", "林口", "鸡东", "密山", "虎林", "绥芬河", "东宁", "穆棱", "宁安", "海林", "阿城", "呼兰", "巴彦", "宾县", "木兰", "通河", "方正", "延寿", "尚志", "五常", "双城", "富裕", "讷河", "克山", "克东", "拜泉", "依安", "林甸", "泰来", "龙江", "甘南", "杜尔伯特", "加格达奇", "呼玛", "塔河", "漠河" ]
|
||||
}, {
|
||||
s: "河北",
|
||||
c: [ "石家庄", "唐山", "行唐", "灵寿", "束鹿", "晋县", "藁城", "高邑", "赵县", "井陉", "获鹿", "新乐", "正定", "深泽", "无极", "赞皇", "元氏", "栾城", "平山", "邯郸", "永年", "曲周", "馆陶", "魏县", "成安", "大名", "涉县", "鸡泽", "丘县", "广平", "肥乡", "临漳", "磁县", "武安", "邢台", "柏乡", "宁普", "隆尧", "临西", "南官", "巨鹿", "任县", "沙河", "临城", "内丘", "新河", "清河", "威县", "广宗", "平乡", "南和", "保定", "涞水", "涿县", "定兴", "容城", "安新", "蠡县", "博野", "定县", "阜平", "唐县", "涞源", "易县", "新城", "雄县", "徐水", "高阳", "安国", "清苑", "望都", "曲阳", "完县", "满城", "张家口", "康保", "赤城", "怀来", "蔚县", "宣化", "张北", "沽源", "崇礼", "涿鹿", "阳原", "怀安", "尚义", "万全", "承德", "围场", "平泉", "宽城", "兴隆", "滦平", "隆化", "青龙", "丰宁", "秦皇岛", "迁西", "迁安", "昌黎", "卢龙", "滦南", "玉田", "唐海", "遵化", "抚宁", "乐亭", "滦县", "丰南", "丰润", "廊坊", "安次", "三河", "香河", "霸县", "固安", "大城", "文安", "永清", "大厂", "沧州", "黄骅", "盐山", "吴桥", "东光", "肃宁", "河间", "泊头", "交河", "青县", "海兴", "南皮", "任丘", "献县", "孟村", "衡水", "饶阳", "阜城", "景县", "枣强", "深县", "安平", "武强", "武邑", "故城", "冀县" ]
|
||||
}, {
|
||||
s: "河南",
|
||||
c: [ "郑州", "荥阳", "开封", "平顶山", "洛阳", "焦作", "鹤壁", "杞县", "尉氏", "新郑", "登封", "通许", "中牟", "密县", "巩县", "兰考", "新乡", "汲县", "封丘", "获嘉", "温贺", "济源", "博爱", "辉县", "延津", "原阳", "武陟", "孟县", "沁阳", "修武", "安阳", "南乐", "范县", "台前", "滑县", "浚县", "淇县", "内黄", "清丰", "濮阳", "长垣", "汤阴", "林县", "商丘", "夏邑", "柘城", "睢县", "虞城", "永城", "宁陵", "民权", "周口", "商水", "扶沟", "鹿邑", "淮阳", "沈丘", "西华", "太康", "郸城", "项城", "许昌", "鄢县", "郾城", "襄城", "鲁山", "郏县", "漯河", "长葛", "临颖", "舞阳", "叶县", "宝丰", "禹县", "驻马店", "确山", "西平", "汝南", "新蔡", "泌阳", "遂平", "上蔡", "平舆", "正阳", "信阳", "息县", "固始", "潢川", "新县", "罗山", "淮滨", "商城", "光山", "南阳", "方城", "唐河", "新野", "邓县", "淅川", "南召", "社旗", "桐柏", "镇平", "内乡", "西峡", "三门峡", "孟津", "临汝", "汝阳", "嵩县", "栾川", "灵宝", "渑池", "义马", "偃师", "伊川", "宜阳", "洛宁", "卢氏", "陕县", "新安" ]
|
||||
}, {
|
||||
s: "湖北",
|
||||
c: [ "武汉", "武昌", "汉阳", "黄石", "十堰", "沙市", "宜昌", "襄樊", "孝感", "黄陂", "汉川", "云梦", "应山", "大悟", "应城", "安陆", "鄂城", "黄冈", "新洲", "红安", "麻城", "罗川", "浠水", "蕲春", "黄梅", "广济", "英山", "咸宁", "阳新", "通山", "通城", "嘉鱼", "崇阳", "蒲圻", "荆门", "江陵", "钟祥", "京山", "监利", "石首" ]
|
||||
}, {
|
||||
s: "湖南",
|
||||
c: [ "长沙", "望城", "株洲", "湘潭", "衡阳", "邵阳", "岳阳", "临湘", "平江", "泪罗", "湘阴", "华容", "浏阳", "醴陵", "攸县", "茶陵", "酃县", "湘乡", "郴州", "郴县", "安仁", "永兴", "资兴", "桂东", "汝城", "宜章", "临武", "嘉禾", "桂阳", "来阳", "衡南", "衡山", "衡东", "常宁", "祁阳", "祁东", "衡阳", "永州", "零陵", "新田", "宁远", "蓝山", "双牌", "江永", "道县", "东安", "江华", "新宁", "武冈", "隆回", "绥宁", "洞口", "城步", "娄底", "涟源", "新邵", "双峰", "冷水江", "邵东", "新化", "怀化", "黔阳", "辰溪", "沅陵", "溆浦", "会同", "靖县", "洪江", "芷江", "麻阳", "通道", "新晃", "吉首", "永顺", "桑植", "大庸", "古丈", "泸溪", "凤凰", "花垣", "保靖", "龙山", "常德", "临澧", "澧县", "安乡", "津市", "汉寿", "桃源", "慈利", "石门", "益阳", "南县", "沅江", "宁乡", "安化", "桃江" ]
|
||||
}, {
|
||||
s: "海南",
|
||||
c: [ "海口", "琼山", "文昌", "定安", "琼海", "万宁", "屯昌", "澄迈", "儋县", "临高", "保亭", "白沙", "琼中", "陵水", "崖县", "乐东", "东方", "昌江" ]
|
||||
}, {
|
||||
s: "吉林",
|
||||
c: [ "长春", "吉林", "农安", "德惠", "榆树", "九台", "双阳", "永吉", "舒兰", "蛟河", "桦甸", "磐石", "延吉", "汪清", "珲春", "图们", "和龙", "安图", "敦化", "通化", "柳河", "海龙", "辉南", "靖宇", "浑江", "抚松", "集安", "长白", "四平", "梨树", "怀德", "伊通", "辽源", "东丰", "双辽", "白城", "大安", "扶余", "乾安", "长岭", "通榆", "洮安" ]
|
||||
}, {
|
||||
s: "江西",
|
||||
c: [ "南昌", "新建", "景德镇", "萍乡", "九江", "彭泽", "湖口", "都昌", "星子", "永修", "德安", "瑞昌", "武宁", "修永", "上饶", "婺源", "德兴", "玉山", "广丰", "铅山", "横峰", "鹰潭", "贵溪", "余江", "万年", "乐平", "波阳", "于干", "弋阳", "宜春", "万载", "铜鼓", "宜丰", "上高", "安义", "奉新", "高安", "丰城", "清江", "新余", "分宜", "靖安", "抚州", "临川", "金溪", "资溪", "黎川", "南丰", "南城", "宜黄", "崇仁", "乐安", "东乡", "进贤", "吉安", "新干", "峡江", "吉水", "永丰", "泰和", "万安", "遂川", "宁冈", "永新", "莲花", "安福", "井冈山", "赣州", "广昌", "石城", "宁都", "兴国", "于都", "瑞金", "会昌", "安远", "寻乌", "定南", "龙南", "全南", "信丰", "赣县", "南康", "上犹", "崇义", "大余" ]
|
||||
}, {
|
||||
s: "辽宁",
|
||||
c: [ "沈阳", "新民", "辽中", "大连", "金县", "复县", "新金", "庄河", "长海", "鞍山", "海城", "台安", "抚顺", "新宾", "清原", "本溪", "垣仁", "锦州", "锦县", "义县", "黑山", "北镇", "锦西", "兴城", "绥中", "丹东", "东沟", "岫岩", "凤城", "宽甸", "阜新", "彰武", "营口", "盖县", "盘山", "大洼", "辽阳", "灯塔", "铁岭", "开原", "昌图", "铁法", "康平", "法库", "西丰", "朝阳", "建昌", "北票", "凌源", "建平" ]
|
||||
}, {
|
||||
s: "内蒙古",
|
||||
c: [ "呼和浩特", "上默特左旗", "托克托", "包头", "上默特右旗", "固阳", "乌海", "集宁", "兴和", "清水河", "武川", "卓资", "商都", "丰镇", "凉城", "和林格尔", "化德", "察哈尔右翼后旗", "察哈尔右翼中旗", "察哈尔右翼前旗", "四子王旗", "达尔罕茂明安联合旗", "二连浩特", "阿巴哈纳尔旗", "多伦", "阿巴嘎旗", "西乌珠穆沁旗", "东乌珠穆沁旗", "苏尼特左旗", "苏尼特右旗", "太仆寺旗", "正镶白旗", "正蓝旗", "镶黄旗", "海拉尔", "满洲里", "陈巴尔虎旗", "额尔古纳右旗", "额尔古纳左旗", "喜桂图旗", "阿荣旗", "布特哈旗", "新巴尔虎左旗", "新巴尔虎右旗", "鄂伦春自治旗", "莫力达瓦达斡尔族自治旗", "鄂温克族自治旗", "通辽", "开鲁", "科尔沁左翼后旗", "科尔沁左翼中旗", "库伦旗", "奈曼旗", "扎鲁特旗", "赤峰", "宁城", "林西", "喀喇沁旗", "敖汉旗", "翁牛特旗", "巴林右旗", "巴林左旗", "阿鲁科尔沁旗", "克什克腾旗", "伊克昭盟", "东胜县", "准格尔旗", "乌审旗", "伊金霍洛旗", "鄂托克旗", "鄂托克前旗", "杭锦旗", "达拉特旗", "临河", "五原", "磴口", "杭锦后旗", "乌拉特中旗", "乌拉特前旗", "乌拉特后旗", "阿拉善左旗", "阿拉善右旗", "额济纳旗", "乌兰浩特", "突泉", "科尔沁右翼前旗", "科尔沁右翼中旗" ]
|
||||
}, {
|
||||
s: "宁夏",
|
||||
c: [ "银川", "永宁", "贺兰", "石嘴山", "平罗", "陶乐", "吴忠", "同心", "灵武", "中宁", "盐池", "中卫", "青铜峡", "固原", "西吉", "泾源", "海原", "隆德" ]
|
||||
}, {
|
||||
s: "青海",
|
||||
c: [ "西宁", "大通", "平安", "湟中", "乐都", "民和", "湟源", "互助", "化隆", "循化", "门源", "海晏", "刚察", "祁连", "同仁", "尖扎", "泽库", "河南", "共和", "贵德", "贵南", "同德", "兴海", "玛沁", "甘德", "久治", "班玛", "达日", "玛多", "玉树", "称多", "囊谦", "杂多", "治多", "曲麻菜", "格尔木", "乌兰", "都兰", "天峻" ]
|
||||
}, {
|
||||
s: "山东",
|
||||
c: [ "济南", "历城", "长清", "章丘", "青岛", "崂山", "胶南", "即墨", "胶县", "淄博", "枣庄", "滕县", "东营", "垦利", "利津", "德州", "宁津", "乐陵", "商河", "济阳", "禹城", "夏津", "陵县", "庆云", "临邑", "齐河", "平原", "武城", "滨州", "滨县", "广饶", "桓台", "邹平", "阳信", "沾化", "博兴", "高青", "惠民", "无棣", "潍坊", "潍县", "平度", "诸城", "安丘", "临朐", "寿光", "昌邑", "高密", "五莲", "昌乐", "高都", "烟台", "牟平", "文登", "海阳", "莱阳", "栖霞", "掖县", "长岛", "威海", "福山", "荣成", "乳山", "莱西", "招远", "黄县", "蓬莱", "临沂", "沂水", "日照", "临沭", "仓山", "平邑", "沂源", "沂南", "营县", "莒南", "郯城", "费县", "蒙阴", "泰安", "莱芜", "肥城", "平阴", "新汶", "新泰", "宁阳", "东平", "济宁", "兖州", "泗水", "鱼台", "嘉祥", "汶上", "曲阜", "邹县", "微山", "金乡", "荷泽", "郓城", "巨野", "单县", "曹县", "鄄城", "梁山", "成武", "定陶", "东明", "聊城", "高唐", "东阿", "莘县", "临清", "茌平", "阳谷", "冠县" ]
|
||||
}, {
|
||||
s: "四川",
|
||||
c: [ "成都", "金堂", "双流", "蒲江", "郫县", "新都", "来易", "盐边", "温江", "灌县", "彭县", "什邡", "广汉", "新津", "邛崃", "大邑", "崇庆", "绵阳", "江油", "青川", "平武", "光元", "旺苍", "剑阁", "梓潼", "三台", "盐亭", "射洪", "遂宁", "蓬溪", "中江", "德阳", "绵竹", "安县", "北川", "内江", "乐至", "安岳", "威远", "资中", "资阳", "简阳", "隆昌", "宜宾", "富顺", "南溪", "江安", "纳溪", "泸县", "合江", "泸州", "古蔺", "叙水", "长宁", "兴文", "琪县", "高县", "筠连", "屏由", "乐由", "夹江", "洪雅", "丹棱", "青神", "眉由", "彭由", "井研", "仁寿", "犍为", "沐川", "娥眉", "马边", "峨边", "金口", "涪陵", "垫江", "丰都", "石柱", "秀山", "西阳", "黔江", "彭水", "武隆", "南川", "万县", "开县", "城口", "巫溪", "巫山", "奉节", "云阳", "忠县", "梁平", "南允", "苍溪", "阆中", "仪陇", "南部", "西允", "营山", "蓬安", "广安", "岳池", "武胜", "华云", "达县", "万源", "宜汉", "开江", "邻水", "大竹", "渠县", "南江", "巴中", "平昌", "通江", "百沙", "雅安", "芦山", "名山", "荣经", "汉源", "石棉", "天全", "宝兴", "马尔康", "红原", "阿坝", "若尔盖", "黑水", "松潘", "南坪", "汶川", "理县", "小金", "金川", "壤塘", "茂汶", "康定", "炉霍", "甘孜", "新龙", "白玉", "德格", "石渠", "色达", "泸定", "丹巴", "九龙", "雅江", "道孚", "理塘", "乡城", "稻城", "巴塘", "得荣", "西昌", "昭觉", "甘洛", "雷波", "宁南", "会东", "会理", "德昌", "美姑", "金阳", "布拖", "普格", "喜德", "越西", "盐源", "冕宁", "木里" ]
|
||||
}, {
|
||||
s: "山西",
|
||||
c: [ "太原", "阳曲", "娄烦", "清徐", "大同", "阳泉", "长治", "天镇", "灵丘", "怀仁", "山阴", "平鲁", "右玉", "阳高", "广灵", "浑源", "应县", "朔县", "左云", "忻县", "代县", "五台", "静乐", "保德", "河曲", "神池", "原平", "繁峙", "定襄", "岢岚", "五寨", "偏关", "宁武", "榆次", "孟县", "昔阳", "左权", "太谷", "平遥", "灵石", "寿阳", "平定", "和顺", "榆社", "祁县", "介休", "离石", "兴县", "方由", "岚县", "交城", "文水", "汾阳", "孝义", "交口", "石楼", "中阳", "临县", "柳林", "襄垣", "黎城", "壶关", "高平", "阳城", "长子", "沁源", "潞城", "武乡", "平顺", "陵川", "晋城", "沁水", "屯留", "沁县", "临汾", "汾西", "安泽", "古县", "翼城", "曲沃", "吉县", "大宁", "侯马", "永和", "洪洞", "霍县", "浮山", "襄汾", "乡宁", "蒲县", "运城", "闻喜", "垣曲", "芮城", "临猗", "新绛", "河津", "夏县", "绛县", "平陆", "永济", "万荣", "稷山" ]
|
||||
}, {
|
||||
s: "西藏",
|
||||
c: [ "拉萨", "林周", "当雄", "墨竹工卡", "尼木", "米林", "墨脱", "达孜", "曲水", "堆龙德庆", "林芝", "工布江达", "那曲", "巴青", "比如", "班戈", "嘉黎", "聂荣", "索县", "安多", "申扎", "吕都", "贡觉", "左贡", "察隅", "洛隆", "丁青", "波密", "江达", "察雅", "芒康", "八宿", "边坝", "类乌齐", "乃东", "加查", "曲松", "错那", "穷结", "贡嘎", "浪卡子", "桑日", "朗县", "隆子", "措美", "洛扎", "扎囊", "日喀则", "定结", "拉孜", "聂拉木", "谢通门", "仲巴", "康马", "亚东", "岗巴", "南木林", "萨迦", "定日", "吉隆", "昂仁", "江孜", "仁布", "白朗", "萨嘎", "噶尔", "革吉", "扎达", "措勤", "日上", "改则", "普兰" ]
|
||||
}, {
|
||||
s: "陕西",
|
||||
c: [ "西安", "长安", "铜川", "耀县", "宝鸡", "凤翔", "千阳", "陇县", "麟游", "岐山", "浮风", "武功", "眉县", "太白", "凤县", "榆林", "神木", "府谷", "佳县", "米脂", "吴堡", "绥德", "清涧", "子洲", "横山", "靖边", "定边", "延安", "安寨", "子长", "延川", "延长", "宜川", "黄龙", "洛川", "宜君", "黄陵", "富县", "甘泉", "志丹", "吴旗", "咸阳", "礼泉", "永寿", "彬县", "长武", "旬邑", "淳化", "泾阳", "三原", "高陵", "户县", "周至", "兴平", "乾县", "渭南", "蒲城", "白水", "成城", "韩城", "合阳", "大荔", "潼关", "华阴", "华县", "蓝田", "临潼", "富平", "商县", "洛南", "丹凤", "商南", "山阳", "镇安", "柞水", "安康", "旬阳", "白河", "平利", "镇坪", "岚皋", "紫阳", "汉阴", "石泉", "宁陕", "汉中", "留坝", "城固", "洋县", "佛坪", "西乡", "镇巴", "南郑", "宁强", "勉县" ]
|
||||
}, {
|
||||
s: "新疆",
|
||||
c: [ "乌鲁木齐", "克拉玛依", "石河子", "吐鲁番", "托克逊", "鄯善", "哈密", "伊吾", "巴里坤", "库尔勒", "和静", "和硕", "博湖", "尉梨", "轮台", "焉耆", "和田", "民丰", "策勒", "于田", "洛浦", "皮山", "墨玉", "阿克苏", "温宿", "拜城", "库车", "新和", "沙雅", "阿瓦提", "柯平", "乌什", "咯什", "巴楚", "枷师", "乐普湖", "麦盖提", "莎车", "泽普", "叶城", "疏勒", "英吉沙", "疏附", "塔什库尔干", "阿图什", "阿合奇", "阿克陶", "乌恰", "昌吉", "阜康", "奇台", "吉木萨尔", "米泉", "玛纳斯", "呼图壁", "木垒", "博乐", "精河", "温泉", "伊宁", "尼勒克", "新源", "巩留", "奎屯", "特克斯", "昭苏", "霍城", "察布察尔", "塔城", "额敏", "乌苏", "托里", "裕民", "沙湾", "和布克赛尔", "阿勒泰", "青河", "富蕴", "福海", "吉木乃", "布尔津", "哈巴河" ]
|
||||
}, {
|
||||
s: "云南",
|
||||
c: [ "昆明", "富民", "晋宁", "呈贡", "安宁", "昭通", "永善", "大关", "彝良", "鲁甸", "绥江", "盐津", "威信", "镇雄", "巧家", "永富", "曲靖", "宣威", "富源", "师宗", "嵩明", "会泽", "沽益", "罗平", "陆良", "宜良", "马龙", "路南", "寻甸", "玉溪", "华宁", "通海", "澄江", "江川", "易门", "元江", "新平", "峨山", "思茅", "普洱", "镇沅", "景东", "景谷", "黑江", "澜沦", "西盟", "江城", "孟连", "临沦", "云县", "镇康", "永德", "凤庆", "双江", "沧源", "耿马", "保由", "施甸", "腾冲", "昌宁", "龙陵", "丽江", "华坪", "永胜", "宁蒗", "文山", "广南", "西畴", "麻栗坡", "马关", "丘北", "砚山", "富宁", "个旧", "弥勒", "蒙自", "元阳", "红河", "石屏", "泸西", "金平", "开远", "绿春", "建水", "河口", "屏边", "景淇", "勐海", "勐腊", "楚雄", "元谋", "武定", "禄丰", "南华", "大姚", "永仁", "禄劝", "牟定", "双柏", "姚安", "下关", "剑川", "洱源", "宾川", "弥渡", "永平", "鹤庆", "大理", "漾濞", "云龙", "祥云", "巍山", "南涧", "潞西", "陇川", "盈江", "畹町", "瑞丽", "梁河", "泸水", "碧江", "福贡", "兰坪", "贡山", "中甸", "德钦", "维西" ]
|
||||
}, {
|
||||
s: "浙江",
|
||||
c: [ "杭州", "余杭", "富阳", "建德", "临安", "萧山", "桐庐", "淳安", "宁波", "镇海", "温州", "瓯海", "永喜", "洞头", "平阳", "泰顺", "乐清", "瑞安", "文成", "苍南", "湖州", "平湖", "桐乡", "安吉", "嘉善", "嘉兴", "海盐", "海宁", "德清", "长兴", "定海", "岱山", "嵊四", "普陀", "鄞县", "象山", "奉化", "慈溪", "宁海", "余姚", "绍兴", "新昌", "诸暨", "上虞", "嵊县", "椒江", "临海", "三门", "温岭", "仙居", "天台", "黄岩", "玉环", "丽水", "青田", "庆无", "遂昌", "缙云", "云和", "龙泉", "松阳", "金华", "浦江", "东阳", "武义", "江山", "开化", "衢州", "兰溪", "义乌", "永康", "常山" ]
|
||||
}, {
|
||||
s: "江苏",
|
||||
c: [ "南京", "江宁", "六合", "江浦", "徐州", "连云港", "南通", "苏州", "无锡", "常州", "丰县", "沛县", "赣榆", "东海", "新沂", "邳县", "睢宁", "铜山", "清江", "灌云", "灌南", "沭阳", "宿迁", "泗阳", "盱眙", "涟水", "淮阴", "淮安", "洪泽", "泗洪", "金湖", "盐城", "滨海", "阜宁", "射阳", "建湖", "响水", "大丰", "东台", "海安", "如皋", "如东", "启东", "海门", "南通", "扬州", "宝应", "兴化", "高邮", "泰兴", "泰县", "泰州", "靖江", "江都", "邗江", "仪征", "镇江", "丹徒", "扬中", "丹阳", "武进", "宜兴", "金坛", "溧阳", "句容", "溧水", "高淳", "江阴", "沙洲", "常熟", "太仓", "昆山", "吴县", "吴江" ]
|
||||
} ],
|
||||
ysdata: {
|
||||
data: {
|
||||
desc: "工作状态大好。",
|
||||
index: [ {
|
||||
t: "综合",
|
||||
s: "4"
|
||||
}, {
|
||||
t: "爱情",
|
||||
s: "4"
|
||||
}, {
|
||||
t: "事业学业",
|
||||
s: "4"
|
||||
}, {
|
||||
t: "财富",
|
||||
s: "4"
|
||||
}, {
|
||||
t: "健康指数",
|
||||
v: "91%"
|
||||
}, {
|
||||
t: "商谈指数",
|
||||
v: "94%"
|
||||
}, {
|
||||
t: "幸运颜色",
|
||||
v: "紫色"
|
||||
}, {
|
||||
t: "幸运数字",
|
||||
v: "1"
|
||||
}, {
|
||||
t: "速配星座",
|
||||
v: "白羊座"
|
||||
} ],
|
||||
content: [ {
|
||||
t: "综合",
|
||||
v: "今天会有一些具有挑战性的工作要解决,过程虽然是艰难的但也学到不少的专业知识。对没想任务是认真细致,在事业上有自我突破。晚上跟爱人在一起,会感到无比的幸福,身心疲劳都一扫而空。"
|
||||
}, {
|
||||
t: "爱情",
|
||||
v: "爱情攀升,充满浪漫色彩,生活美好。"
|
||||
}, {
|
||||
t: "事业学业",
|
||||
v: "工作得心应手,适合以智取胜,行动前先做好构想。"
|
||||
}, {
|
||||
t: "财富",
|
||||
v: "赚钱不用花费太多心力,经济允许的话可以适当请客。"
|
||||
}, {
|
||||
t: "健康",
|
||||
v: "身体状况还好,情绪方面要好好调整,做到身心健康。"
|
||||
} ],
|
||||
vdate: " ",
|
||||
url: "/fortune/aries/"
|
||||
}
|
||||
},
|
||||
xz: [ "白羊座", "金牛座", "双子座", "巨蟹座", "狮子座", "处女座", "天秤座", "天蝎座", "射手座", "摩羯座", "水瓶座", "双鱼座" ],
|
||||
topNum: [ 10008, 10009, 200010, 200011, 200012, 200013, 200014, 200015, 200016, 200017, 200018, 200019 ]
|
||||
};
|
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 290 B |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 478 B |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 838 B |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 7.5 KiB |
|
@ -0,0 +1,236 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 336.7 109.7" style="enable-background:new 0 0 336.7 109.7;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{opacity:0.7;fill:#3D1709;}
|
||||
.st1{opacity:0.8;}
|
||||
.st2{fill:#6D0000;}
|
||||
</style>
|
||||
<path class="st0" d="M1.9,62.2c0.2-0.5,0.3-0.7,0.4-0.7c0.1,0,0.1,0.5,0.1,1.4c0,0.9-0.3,1.5-0.7,1.6c-0.4,0.2-0.6,0-0.6-0.6
|
||||
c0-0.6,0.1-0.9,0.3-0.8C1.6,63.1,1.8,62.8,1.9,62.2z M8.5,18.3c0.4,0.2,0.9,0.4,1.3,0.7c0.4,0.2,1.1,0.3,2,0.5
|
||||
c0.8,0.2,1.4,0,1.7-0.4c0.3-0.4,0.6-0.6,0.9-0.4c0.1,0.2,0.2,0.5,0.2,0.9s-0.2,1-0.6,1.6c-0.4,0.6-0.5,1.2-0.4,1.9
|
||||
c0.3,0.8,0.6,1.5,1,2.1c0.6,0.9,1.1,1.9,1.7,2.9c0.3,0.6,0.9,1.9,1.8,3.8c0.7,1.2,0.9,1.9,0.7,1.9s-0.4,0.5-0.6,1.5
|
||||
c-0.2,1-0.3,2.2-0.3,3.6c-0.2,1.4-0.3,2.1-0.4,2.3c-0.1,0.2-0.3,3.1-0.6,8.6c-0.3,5.5-0.6,8.9-0.8,10.2c-0.2,1.3-0.4,4.6-0.6,9.9
|
||||
c-0.2,5.4,0,9.4,0.5,12.1c0.5,2.7,0.7,4.2,0.7,4.5c0,0.3-0.2,0.4-0.7,0.2c-0.3-0.2-0.5-0.3-0.6-0.5l-0.2,0.4c0,0.5-0.2,0.5-0.6,0.1
|
||||
c-0.4-0.4-0.6-0.5-0.6-0.2c0,0.2-0.2,0.1-0.4-0.4c-0.3-0.5-0.4-0.4-0.5,0.2c0,0.6,0,1.1,0,1.4c0,0.3-0.2,0.5-0.5,0.7
|
||||
c-0.4,0.1-0.9-0.1-1.3-0.7l-0.6-0.9l0,0.9c0,0.5-0.1,0.7-0.1,0.9c-0.1,0.1-0.2,0.1-0.4,0c-0.3-0.2-0.6-0.2-0.9-0.3
|
||||
c-0.1,0-0.4-0.5-0.7-1.4C7.8,86,7.4,85.4,7,85c-0.3-0.5-0.6-0.5-0.9,0c-0.3,0.4-0.7,0.7-1.1,0.6c-0.4,0-0.8-0.2-1-0.5
|
||||
c-0.3-0.5-0.6-1.1-1-2C2.7,82.3,2.4,80.6,2,78c-0.4-2.7-0.6-4.5-0.7-5.6c-0.2-1.1-0.2-1.8,0.1-2.1c0.5-0.3,0.7-0.3,0.7,0
|
||||
c0,0.6,0,1.3,0.1,2.1c0,0.9,0,1.8,0.1,2.6c0,0.6,0.1,1.6,0.3,3c0.3,1,0.5,1.7,0.6,2l0.6,1.2c0.1,0.5,0.6,0.8,1.3,1
|
||||
c0.7,0.2,1.1,0.2,1.2,0c0.2-0.1,0-1.8-0.5-4.9c-0.4-3.1-0.6-5.2-0.6-6.1c0-0.3,0-1.3,0.1-3.1c0-0.9,0.1-4.3,0.4-10
|
||||
c0.2-5.1,0.4-8,0.7-8.6c0.2-0.8,0.4-3.1,0.6-7.2c0.1-4,0.1-6.1-0.1-6.3S6.7,35.8,6.3,36c-0.4,0.3-0.6,0.6-0.6,0.9
|
||||
c0,0.4-0.1,0.6-0.4,0.6s-0.2-0.3-0.1-1c0.2-0.6,0.3-1.1,0.5-1.4c0-0.3,0.1-1.9,0.2-4.9c0.1-2.8,0.4-4.7,0.9-5.8
|
||||
c0.5-1,0.8-1.7,0.8-2.1c0-0.3-0.1-0.6-0.3-0.6c-0.2-0.1-0.3-0.6-0.2-1.5c0-0.9,0.1-1.4,0.3-1.6C7.6,18.4,7.9,18.2,8.5,18.3z
|
||||
M3.8,32.8c0.1,0.3,0.1,0.7,0,1.1l0-0.5C3.8,33.2,3.8,33,3.8,32.8z M5.4,39.8c0-0.2-0.1-0.2-0.3-0.2c-0.2,0-0.3,0.1-0.3,0.3
|
||||
s0.1,0.3,0.3,0.2C5.3,40.1,5.4,40,5.4,39.8z M36.5,23.2c0.6,0,0.9,0.1,0.9,0.3c0,0.2,0.3,0.4,0.9,0.7c0.4,0.2,0.9,0.3,1.5,0.5
|
||||
c0.4,0,0.5,0.7,0.5,2.1c0.1,1.6,0.2,2.6,0.3,3.1c0.1,0.6,0.7,0.9,1.7,1c0.9,0,1.5-0.1,1.8-0.4c0.2-0.3,0.8-0.5,1.7-0.6
|
||||
c1-0.1,1.7,0,2.1,0.3c0.4,0.3,0.8,0.5,1.3,0.5c0.7,0,1.4,0.1,1.9,0.3c0.5,0.2,0.8,0.5,1,0.9c0.1,0.3,0.1,0.5-0.2,0.7
|
||||
c-0.1,0-0.1,0.1,0.1,0.2c0.2,0.2,0.3,0.7,0.4,1.6c0,0.9-0.2,1.4-0.6,1.5c-0.5,0.3-1.8,0.6-3.9,1c-2.4,0.2-4.1,0.4-5,0.5
|
||||
c-0.9,0-1.4,0.1-1.6,0.3c-0.2,0.1-0.3,0.4-0.5,0.9c-0.3,1.2-0.5,1.9-0.5,2c-0.2,0.6-0.2,0.9,0,0.9c0.1,0,1.4-0.1,3.8-0.3
|
||||
c2.3-0.2,3.7-0.5,4.1-0.8c0.4-0.3,0.7-0.3,1-0.1c0.3,0.2,1.1,0.4,2.4,0.5c1.3,0.1,2,0.3,2.3,0.5c0.2,0.2,0.2,0.6,0,1
|
||||
c-0.2,0.4-0.1,0.9,0.3,1.3c0.6,0.5,0.7,0.9,0.5,1.4s-0.5,0.7-0.7,0.7s-0.3,0.1-0.1,0.5c0.1,0.2,0.1,0.3-0.1,0.3
|
||||
c-0.2,0.1-0.5,0.2-0.9,0.3c-0.9,0.1-1.5,0.2-1.7,0.3c-0.2,0.1-1.1,0.3-2.6,0.5c-1.6,0.1-2.8,0.2-3.7,0.3c-1.7,0.2-5.2,0.7-10.6,1.5
|
||||
c-6,0.9-9.9,1.3-11.6,1.3c-1.7,0-2.8-0.2-3.2-0.7c-0.3-0.5-0.5-1.1-0.6-1.8c0-0.3,0-0.7,0-1.3c0-0.5,0-0.8,0-0.9
|
||||
c-0.1-0.5-0.3-0.8-0.4-1.2c-0.1-0.3-0.1-0.5,0-0.7c0.2-0.1,0.3-0.1,0.4,0.2c0.1,0.3,0.5,0.2,1-0.2c0.5-0.4,1.1-0.6,1.8-0.6
|
||||
c0.3,0.2,0.4,0.3,0.4,0.5c-0.2,0.3-0.2,0.5-0.1,0.7c0.1,0.2,1.6-0.1,4.5-0.8c3.1-0.7,5-1,5.9-1.2c0.9-0.1,1.5-0.3,1.8-0.6
|
||||
c0.3-0.3,0.5-1,0.5-2.1c0-1.1-0.2-1.7-0.7-1.7c-0.5,0-1.2,0.1-2.1,0.4c-0.9,0.3-1.7,0.3-2.3,0.1c-0.7-0.2-1.1-0.3-1.1-0.5
|
||||
c-0.1-0.2-0.4-0.2-0.7-0.1c-0.3,0.1-0.9-0.4-1.7-1.5c-0.9-0.9-1.3-1.7-1.1-2.4c0.2-0.8,0.5-1.4,0.8-2c0.5-0.7,1-1,1.6-1
|
||||
c0.6,0,0.9,0.2,0.9,0.7c0,0.4,0.2,0.7,0.6,0.9c0.6,0.2,1.7,0.1,3.2-0.1c1.5-0.3,2.5-0.4,2.9-0.5c0.4-0.1,0.6-1.1,0.5-2.9
|
||||
c0-1.8-0.3-2.9-0.7-3.3c-0.5-0.4-0.6-0.9-0.4-1.5c0.2-0.6,0.4-1,0.7-1.3C35.4,23.3,35.9,23.2,36.5,23.2z M49.5,14.8
|
||||
c3,0.1,5.5,0.3,7.3,0.7c1.7,0.4,7.1-1.3,8.3-0.9c1.2,0.5,1.9,0.8,2.3,1c0.4,0.2,1.1,0.6,2.1,1.3c0.9,0.7,1.6,1.3,2,1.8
|
||||
c0.4,0.5,0.5,0.9,0.5,1c-0.1,0.2-0.2,2.4-0.2,2.7c0,0.2-0.4,1.8-0.5,2.1c-0.2,0.3-0.2,1.1-0.1,2.3c0.1,1.8-0.7,4.3-0.4,7.8
|
||||
c0.3,4.5,0.4,7.5,0.4,8.9c0.1,1.8,0.3,3.4,0.5,4.7c0.1,1.4,0.2,3.1,0.3,5.1c0.3,3.1-0.2,14.4-0.3,18.1c-0.1,3.6-0.6,9.2-1,10.7
|
||||
c-0.2,1.4,0.4,2.8-0.1,4.3c-0.5,1.4-1.9,2.4-2.2,2.7c-0.4,0.1-2,1.9-2.5,2c-0.5,0.1-1.5-0.6-2.7-0.9c-1.2-0.2-3.2-1.5-4.6-1.9
|
||||
c-1.5-0.5-2.4-0.8-2.9-0.8c-0.1-0.2-0.3-0.3-0.6-0.5c-0.3-0.2-1-0.5-2.4-1l-1.8-0.5l0.7-0.7c0.6-0.4,0.8-0.7,0.5-0.7
|
||||
c-0.3,0-0.4-0.1-0.4-0.2c0.2-0.1,0.1-0.3-0.1-0.5c-0.2-0.2-0.5-0.4-0.8-0.5c-0.6-0.5-1.3-1-1.8-1.4l-0.9-0.7l1.1,0
|
||||
c0.9,0,1.3,0,1.3-0.2c0-0.2,0-0.3-0.1-0.3c-0.1-0.1-0.2-0.1-0.3-0.1c-0.3,0-0.6-0.2-0.9-0.5c-0.3-0.3-0.4-0.5-0.2-0.5l-0.2-0.5
|
||||
l0.2,0c0.4,0.2,1.5,0.4,3.2,0.6c1.8,0.4,3.5,0.6,5.2,0.6c1.6,0.1,2.6-0.1,2.8-0.4c0.4-0.1,0-4.8,0.3-8.1c0.3-3,0.3-5.2,0.2-6.6
|
||||
c-0.3-1.5,0.6-12.9,0.2-17.8c-0.3-3.1-0.5-5.7-0.6-7.7c-0.1-1.1-0.2-2.2-0.3-3.3c-0.2-1.4,0.4-3.5-0.1-6.4c-0.5-2.9-0.9-4.9-1.3-6
|
||||
c-0.3-1.2-0.8-1.8-1.4-2c-0.9-0.3-1.5-0.6-2-0.8c-0.7-0.2-2.2-0.4-4.5-0.6c-2.1-0.2-4.7-0.2-7.8,0c-3.3,0.3-6.5,0.8-9.6,1.3
|
||||
c-0.6,0.1-1.4,0.3-2.5,0.6c-1.1,0.3-2,0.4-2.7,0.5c-0.7,0.1-1.3,0.1-1.6,0.1c-1.4,0.4-2.5,0.4-3.1-0.1c-0.7-0.4-1-0.9-1.2-1.4
|
||||
c-0.1-0.5-0.5-0.8-1.1-1.1c-0.6-0.2-1-0.5-1-0.8c-0.1-0.3,0.1-0.5,0.3-0.4c0.3,0,0.6-0.2,0.9-0.5c0.3-0.4,0.7-0.5,1.3-0.4
|
||||
c0.6,0.1,2.4-0.1,5.5-0.7c3.7-0.8,5.6-1.2,5.9-1.2c0.7-0.1,2.5-0.4,5.2-0.7c2.3-0.4,3.8-0.6,4.6-0.8C44.4,14.8,46.3,14.8,49.5,14.8z
|
||||
M29.5,51.7c0.5,0,1,0.2,1.3,0.6c0.4,0.4,0.9,0.7,1.6,0.9c0.6,0.2,0.9,0.4,1.1,0.7c0.1,0.3,0.2,0.6,0.2,0.9c0,0.5,0.1,0.8,0.2,1
|
||||
c0.2,0.2,1.1,0.1,2.7-0.2c1.6-0.6,3.5-0.8,5.7-0.7c2.3,0.1,4,0.4,5.1,1c1.1,0.6,2.1,1.5,3,2.8c0.7,1.4,1,2.2,1,2.3
|
||||
c0,0.2,0.2,0.6,0.7,1.3c0.5,0.7,0.7,2.1,0.8,4.2c-0.1,2.1-0.3,3.5-0.6,4c-0.4,0.6-0.6,0.9-0.9,1.2c-0.2,0.2-1.2,0.5-3,0.9
|
||||
c-1.7,0.4-4.3,0.6-7.8,0.6l-5-0.2l-0.7,1.3c-0.2,0.1-0.3,0.4-0.6,0.8C34.1,75.8,34,76,34,76.2c-0.2,0.5-0.2,0.4-0.2,0
|
||||
c-0.1-0.5-0.3-0.8-0.5-1C33.1,75,33,74.9,32.9,75c-0.1,0.1-0.1,0.2-0.1,0.5c0,0.6-0.1,0.9-0.3,0.9c-0.1,0-0.4-0.2-0.9-0.7
|
||||
c-0.6-0.3-0.9-0.4-0.9-0.3c0,0.3,0,0.5,0,0.7l-0.4-0.2c-0.4-0.5-0.8-1.1-1.1-1.9c-0.3-0.8-0.6-1.7-0.9-2.7c-0.3-1-0.8-1.7-1.5-2.2
|
||||
c-0.6-0.3-0.9-0.6-0.9-0.9c0-0.3-0.3-0.5-0.8-0.6c-0.6-0.1-0.9-0.3-1-0.6c-0.1-0.3-0.1-0.5,0.2-0.4c0.1,0,0.3,0.1,0.5,0.2
|
||||
c0.7,0.2,1.3,0.3,1.8,0.3c0.3-0.1,0.6-2,0.8-5.6c0.2-3.6,0.1-5.7-0.3-6.5c-0.4-0.7-0.6-1.2-0.4-1.3c0.2-0.1,0.2-0.4,0.2-0.8
|
||||
c0-0.4,0.3-0.7,0.8-0.9C28.4,51.8,28.9,51.7,29.5,51.7z M24.9,67.9l-0.2,0.2c0.1,0.2,0.4,0.2,0.7,0L24.9,67.9z M42,59.1
|
||||
c-1.3,0-2.6,0.1-3.7,0.3c-1.2,0.3-2.1,0.6-2.7,1c-0.9,0.3-1.3,0.7-1.2,1.2c0,0.2,0.1,0.6,0.2,1.3c0.1,0.7,0.2,1.2,0.2,1.5
|
||||
c0.1,0.8,0.2,1.6,0.4,2.2c0.1,0.5,0.6,0.7,1.5,0.7c0.6,0,1.9-0.2,3.9-0.5c1.9-0.4,3.4-0.8,4.6-1.1c1.2-0.4,2-0.8,2.3-1.3
|
||||
c0.2-0.3,0.1-1.1-0.4-2.3c-0.6-1.2-1.2-2-1.9-2.5C44.5,59.4,43.4,59.2,42,59.1z"/>
|
||||
<path class="st0" d="M103.1,28.7c0.4,0.1,0.6,0.2,0.6,0.4s0.2,0.4,0.8,0.5c0.5,0.1,1,0.6,1.3,1.6c0.3,1,0.4,1.6,0.3,1.8
|
||||
c-0.1,0.2-0.1,0.5,0.1,0.8c0.2,0.3,0.4,0.5,0.6,0.5c0.2,0,0.8,0.4,1.7,1.2c0.9,0.7,1.4,1.5,1.6,2.4c0.2,0.9,0.1,2.1-0.3,3.4
|
||||
c-0.3,1.4-1.2,3.1-2.4,5c-1.3,1.9-2,2.9-2.3,2.9c-0.2,0-0.4,0.1-0.4,0.4c0,0.3-0.3,0.8-0.9,1.4c-0.2,0.1-0.4,0.4-0.8,0.8
|
||||
c-0.4,0.4-0.6,0.7-0.8,0.8c-0.4,0.6-0.6,1-0.6,1.2c0,0.2-0.4,0.7-1,1.5c-0.9,1-1.3,1.5-1.4,1.8c0,0.2-0.6,0.8-1.8,1.7
|
||||
c-1,0.9-1.7,1.2-2.1,1.1c-0.4-0.1-0.6-0.6-0.8-1.4c-0.1-0.8-0.3-1.6-0.5-2.2L94,55.6l-0.8,0.8c-0.5,0.4-0.9,0.6-1.2,0.5
|
||||
c-0.3,0-0.7,0.1-1.4,0.5c-0.6,0.4-1,0.4-1.3-0.1c-0.2-0.4-0.6-0.5-1.1-0.3c-0.4,0.4-0.8,0.4-1.4,0c-0.3-0.4-0.5-0.7-0.6-1
|
||||
c-0.1-0.3-0.4-0.3-0.9,0c-0.5,0.3-0.8,0.5-1.1,0.4c-0.2,0-0.3-0.2-0.3-0.5c0-0.3-0.2-0.6-0.7-0.9c-0.5-0.3-0.7-0.8-0.6-1.6
|
||||
c0-0.3,0.1-0.8,0.2-1.5c0.1-0.6,0.2-1.2,0.5-1.8c0.3-0.7,0.6-1.4,1.2-1.9c0.2-0.2,0.5-0.5,1-1c0.5-0.5,0.9-0.8,1.3-1.1
|
||||
c0.7-0.8,1.4-1.7,2.1-2.6c0.7-0.9,2.1-2.6,4.2-5c2.1-2.5,3.6-4.3,4.4-5.2c1-1.1,1.8-1.6,2.2-1.7c0.4,0,0.8-0.4,1.2-1.2
|
||||
c0.3-0.7,0.5-1.2,0.9-1.5C102.5,28.8,102.8,28.7,103.1,28.7z M87,59.8c0.3-0.2,0.6-0.3,0.9-0.5c0.3-0.2,0.4-0.4,0.4-0.7
|
||||
c0-0.3-0.1-0.5-0.4-0.5c-0.3,0-0.6,0.2-1,0.7c-0.4,0.5-0.6,0.7-0.6,0.8C86.3,59.7,86.6,59.8,87,59.8z M86.6,57.8
|
||||
c-0.1,0.2-0.1,0.3,0.1,0.3c0.2,0,0.3-0.2,0.3-0.7C86.9,57.5,86.7,57.6,86.6,57.8z M114.1,50.4c0.7,0,1.6,0.2,2.5,0.5
|
||||
c0.9,0.3,1.7,0.6,2.4,0.9c0.7,0.3,1,0.5,1,0.7s-0.2,0.5-0.6,0.7c-0.4,0.2-0.2,0.6,0.6,1c0.5,0.8,0.7,1.2,0.7,1.4
|
||||
c-0.3,0.2-0.2,0.4,0.2,0.9c0.4,0.4,0.6,0.8,0.6,1.1c0,0.2-0.1,0.4-0.4,0.7c-0.4,0.2-0.4,0.4-0.2,0.7c0.3,0.3,0.3,0.5,0.1,0.7
|
||||
c-0.2,0.2-0.4,0.7-0.5,1.5c-0.1,0.9-0.5,1.6-1.1,2.2c-0.1,0.2-0.7,0.8-1.8,2.1c-0.7,0.7-1.5,1.7-2.3,3.1c-0.9,1.3-1.4,2.2-1.6,2.7
|
||||
c-0.1,0.5-0.1,0.8,0.2,0.8c0.3,0,0.3,0.2,0,0.5c-0.3,0.3-0.4,0.5-0.2,0.7c0.1,0.2,0.6,0.2,1.3,0.2c0.7,0,2.5-0.2,5.2-0.7
|
||||
c2.6-0.5,4.4-0.6,5.6-0.5c1.2,0.2,1.8,0.1,1.8-0.2c0-1.1,0-1.9,0-2.6c0-1.5-0.2-2.7-0.7-3.6c-0.3-0.8-0.4-1.6-0.4-2.2
|
||||
c0-0.6,0.2-1.1,0.7-1.6c0.6-0.3,1.3-0.5,2-0.5c0.8,0,1.4,0.2,1.9,0.5c0.7,0.6,1.5,1.1,2.2,1.6c0.9,0.6,1.8,1.4,2.7,2.5
|
||||
c0.9,1,1.5,1.9,1.8,2.7c0.3,0.8,0.6,2,1.1,3.7c0.4,1.7,0.8,3.7,1.1,5.9c0.3,2.2,0.4,4.1,0.4,5.6c-0.1,1.3-0.3,2.2-0.4,2.6
|
||||
c-0.3,0.8-1.1,1.5-2.6,2.3c-1.3,0.7-2.1,1.3-2.4,1.7c-0.2,0.5-0.7,0.6-1.4,0.5c-0.7-0.2-1.2-0.1-1.3,0.1c-0.1,0.2-0.4,0.3-0.8,0.2
|
||||
c-0.4-0.1-0.6,0-0.8,0.2c-0.1,0.2-0.4,0.3-0.7,0.3c-0.3,0-0.7,0.2-1.1,0.5c-0.4,0.3-0.7,0.3-0.9,0.1s-0.1-1.5,0.3-3.7
|
||||
c0.4-2.2,0.7-4.1,0.7-5.5c0-1.5-0.1-3.2-0.4-5.1c-0.1-1.8-0.4-2.9-0.7-3.1c-0.1-0.3-0.4-0.3-0.9,0c-0.3,0.1-0.4,0.4-0.4,1
|
||||
c0,0.5,0.1,0.7,0.3,0.8c0.2,0.1,0.3,0.3,0.1,0.7c-0.1,0.4-0.4,0.6-0.8,0.8c-0.4,0.2-0.7,0.3-0.9,0.6c-0.3,0.2-0.6,0.3-0.9,0.3
|
||||
c-0.4,0-0.6,0.1-0.8,0.3c-0.1,0.2-0.9,0.5-2.2,0.9c-1.3,0.5-2,0.7-2.3,0.7c-0.3,0-0.5,0.1-0.7,0.3c-0.1,0.2-0.5,0.3-1,0.3
|
||||
c-0.5,0-1,0.2-1.4,0.5c-0.4,0.3-1.1,0.5-2.2,0.7c-1,0.2-1.6,0.2-1.8,0c-0.1,0-0.4,0.1-0.6,0.3c-0.3,0.2-1.4,0.5-3.3,0.8
|
||||
c-1.9,0.3-3.1,0.5-3.9,0.5c-0.6,0-1.1,0.2-1.4,0.6c-0.3,0.4-0.6,0.6-0.7,0.6c-0.1,0-0.1-0.2,0-0.7c0.1-0.5,0-0.6-0.3-0.3
|
||||
c-0.4,0.3-0.6,0.3-0.6,0.2c-0.1-0.2-1.3-0.5-3.4-0.8c-2.2-0.3-3.6-0.5-4-0.7c-0.3-0.3-0.6-0.5-0.8-0.5c-0.4-0.2-0.7-0.7-0.9-1.8
|
||||
c-0.1-1,0.1-2.3,0.9-3.8c0.7-1.4,1.4-2.5,2.1-3.3c0.6-0.8,1.9-2.5,3.9-5.1c0.6-0.8,1.5-2.1,2.7-3.9c1.2-1.9,2.1-3,2.5-3.5
|
||||
c1.5-2.2,2.6-3.7,3.4-4.4c0.7-0.5,1.2-0.9,1.3-1.4c0.1-0.5,0.4-1,0.9-1.7c0.6-0.6,1-1.3,1.3-2.1c0.4-0.8,0.7-1.3,1-1.3
|
||||
C112.5,50.5,113.2,50.4,114.1,50.4z M93.9,59.8c0-0.2-0.2-0.2-0.5-0.2c-0.3,0-0.6,0.2-0.7,0.7c-0.1,0.5-0.1,0.8,0,0.9
|
||||
c0.1,0.1,0.4-0.1,0.7-0.5C93.7,60.2,93.9,59.9,93.9,59.8z M100.7,47.5c0-0.3-0.3-0.1-0.9,0.7c-0.4,0.6-0.9,0.9-1.2,0.8
|
||||
c-0.4-0.1-0.6,0-0.8,0.1c-0.2,0.2-0.3,0.5-0.3,0.9c-0.1,0.8-0.3,1.3-0.4,1.5c-0.1,0.3-0.2,0.4-0.1,0.3c0.1-0.1,0.3-0.2,0.6-0.5
|
||||
c0.4-0.5,0.6-0.6,0.8-0.5c0.3,0.3,0.2,0.7-0.3,1.1c-0.5,0.4-0.7,0.8-0.7,1.1c0,0.3-0.5,0.9-1.6,1.8c-0.9,1-1.6,1.7-2,2.2
|
||||
c-0.3,0.6-0.4,1-0.2,1.1c0.1,0.2,0.4,0.2,0.7,0.2c0.3,0,0.8-0.4,1.6-1.3c0.7-0.9,1.2-1.5,1.3-2c0.1-0.2,0.3-0.5,0.5-0.9
|
||||
c0.2-0.5,0.4-0.8,0.5-0.9c0.7-1.3,1.3-2.3,1.6-3.1C100.4,48.7,100.8,47.8,100.7,47.5z M96.4,51c0.2-0.4,0.2-0.6,0-0.6
|
||||
c-0.2,0-0.4,0.2-0.7,0.5c-0.2,0.3-0.2,0.5,0,0.5C96,51.5,96.2,51.3,96.4,51z M118,23c0.7,0.1,1.7,0.4,3,1.1c1.3,0.8,2.8,1.7,4.5,2.7
|
||||
c1.4,1.3,4.2,3.6,8.3,7.1c3.6,3.3,6.9,6.1,9.8,8.5c2.8,2,4.8,3.5,5.9,4.5c1.1,1.1,1.7,1.7,1.8,2c0.1,0.3,0,0.8-0.3,1.5
|
||||
c-0.3,0.7-0.4,1.3-0.3,1.6c0.1,0.2-0.1,0.4-0.4,0.8c-0.3,0.3-0.4,0.5-0.2,0.5l0,0.1c-0.2,0.3-0.4,0.9-0.7,1.8
|
||||
c-0.2,0.7-0.5,1.3-0.7,1.8c-0.2,0.6-0.4,0.9-0.7,0.8s-1.8-1.1-4.7-3.4c-2.7-1.8-5.3-3.8-8-6c-2-1.6-4.9-4.1-8.7-7.5
|
||||
c-3.5-3.4-5.7-5.3-6.6-5.9s-1.7-0.9-2.4-0.8c-0.6-0.1-0.9-0.2-1.1-0.4c-0.1-0.2-0.2-0.6-0.3-1.2c-0.2-0.9-0.3-1.4-0.4-1.4
|
||||
c-0.3,0-0.3-0.4-0.1-1.2c0.2-0.8,0.1-1.3-0.6-1.6c-0.6-0.3-0.9-0.8-0.8-1.4c0.1-0.8,0.5-1.6,1.1-2.4c0.6-0.9,1-1.4,1.2-1.5
|
||||
C117,23,117.5,23,118,23z"/>
|
||||
<path class="st0" d="M163.7,41.5c-0.1-0.3,0.7-0.9,0.4-0.9c-0.2,0.1-0.4-0.1-0.7-0.6c-0.3-0.4-0.4-0.8-0.3-1.2
|
||||
c0.1-0.4,0.1-0.6-0.1-0.6c-0.2,0-0.3,0.2-0.5,0.7c-0.2,0.5-0.3,0.6-0.4,0.3c-0.1-0.3,0-0.8,0.4-1.6c0.4-0.8,0.7-1.1,1-1
|
||||
c0.1,0,0.2-0.2,0.5-0.7c0.3-0.4-0.1-0.9,0.5-2.3c0.9-2.2,1.4-3.5,1.4-3.7c0-0.3-0.1-0.4-0.2-0.4c-0.1,0-0.2,0.2-0.3,0.6
|
||||
c-0.1,0.3-0.2,0.3-0.2,0.2c-0.1-0.1,0.1-0.8,0.6-1.9c0.6-1.3,1-2.5,1.3-3.3c0.4-0.9,1-2.1,1.8-3.7c0.8-1.6,1.1-2.6,1.1-3
|
||||
c0-0.4,0.2-0.8,0.5-1.2c0.3-0.4,0.5-0.8,0.5-1c0-0.2,0.1-0.3,0.3-0.3c0.2,0,0.4-0.1,0.5-0.4c0.1-0.3,0.4-0.4,0.8-0.4
|
||||
c0.3,0.1,0.7,0,1.3-0.4c0.6-0.4,1-0.6,1.3-0.5c0.3,0.1,0.7,0.5,1.2,1.3c0.5,1,1.1,2,1.7,2.9c0.6,1,0.9,1.7,0.9,2.2v1h1.3
|
||||
c0.9,0,2.1-0.1,3.4-0.4c1.3-0.4,2-0.6,2.3-0.8c0.2-0.1,0.6-0.3,1-0.4c0.3-0.1,0.6-0.2,0.8-0.2c0.2,0,0.3-0.1,0.3-0.3
|
||||
c0-0.2,0.3-0.1,0.8,0.3c0.4,0.4,0.7,0.6,0.9,0.6c0.3,0,0.7,0.4,1.2,1.1c0.6,0.8,1,1,1.1,0.8c0.1-0.3,0.3-0.4,0.6-0.4
|
||||
c0.3,0,0.4,0.1,0.3,0.4c-0.1,0.3-0.1,0.5,0.1,0.6c0.2,0.2,0,0.6-0.4,1.4c-0.4,0.8-0.5,1.3-0.4,1.7c0.1,0.3,0,0.4-0.3,0.4
|
||||
c-0.2,0-0.6,0.4-1,1.1c-0.5,1.3-0.9,2.1-1.1,2.5c-0.4,0.8-0.9,1.9-1.3,3.2c-0.5,1.1-1.1,2.1-1.7,3c-0.6,0.9-1.6,1.8-2.3,2.1
|
||||
c-0.7,0.1-1.2,1.5-1.7,1.6c-0.3,0-1.4,0.6-1.7,0.7c-0.2,0.1-0.8-1-0.8-1.2c0-0.3-0.1-1.3-0.3-1.4c-0.2,0,0.5-0.7,0.5-1.4
|
||||
c0-0.7,0.6-1.5,1.1-2.6c0.1-0.4,0.3-1,0.5-1.7c0.2-0.8,0.4-1.3,0.5-1.6c0.3-1,0.4-1.6,0.2-1.7c-0.2-0.1-0.6-0.1-1.3,0
|
||||
c-0.3,0-0.8,0.1-1.4,0.2c-0.6,0.1-1,0.3-1.1,0.4c-1.2,0.3-2,0.4-2.4,0.6c-0.7,0.1-1.2,0.7-1.5,1.6c-0.4,0.9-0.6,1.4-0.6,1.4
|
||||
c0,0.1-0.1,0.3-0.2,0.7c-0.1,0.4-0.3,0.8-0.5,1.3c-0.2,0.5-0.4,0.9-0.5,1.3c-0.1,0.5-0.2,0.8-0.3,0.8c-0.2,0-0.3,0.1-0.3,0.4
|
||||
c0,0.3-0.1,0.4-0.2,0.6c-0.2,0.4-0.4,0.8-0.6,1.2c-0.2,0.6-0.4,1-0.6,1.1c-0.3,0.1-0.6,0.3-0.8,0.6c-0.3,0.4-0.5,0.8-0.5,1.1
|
||||
c0,0.3-0.1,0.5-0.4,0.7c-0.3,0.2-0.6,0.3-1.1,0.1c-0.4,0-0.7-0.1-0.9-0.3c-0.2-0.1-0.4-0.2-0.6-0.2c-0.3,0-0.6-0.2-0.9-0.7
|
||||
c-0.3-0.4-0.5-0.7-0.8-0.7c-0.2,0-0.4,0.1-0.6,0.4 M215.3,37.6c0.5,0.1,0.8,0.1,1.1,0c0.3-0.1,0.8,0.1,1.6,0.6
|
||||
c0.6,0.5,1.1,0.7,1.3,0.6c0.2-0.1,0.6,0.1,1,0.6c0.5,0.5,0.9,1.2,1.3,1.9c0.3,1,0.5,1.9,0.6,2.9c0.1,0.9,0.4,1.4,0.8,1.5
|
||||
c0.3,0,1.5,0,3.6,0c1.8-0.1,2.6-0.3,2.6-0.5c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.3,0,0.7,0.1c0.6,0,1.1,0.2,1.4,0.5
|
||||
c0.3,0.3,0.5,0.5,0.5,0.7s0.2,0.5,0.6,0.9c0.3,0.4,0.5,0.9,0.6,1.4c0.1,0.5,0.2,0.8,0.1,0.9c-0.1,0.1-0.4,0-0.9-0.1
|
||||
c-0.5-0.1-1.1,0.2-2,1.1c-0.9,0.9-1.4,1.3-1.6,1.3c-0.1,0-0.2-0.1-0.2-0.2c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.2-0.1-0.4-0.1
|
||||
c-0.2,0-0.5,0-0.9,0s-0.8-0.1-1.4-0.2c-1.9,0-3,0.3-3.3,0.8c-0.3,0.5-0.6,2.2-0.7,5c-0.1,2.6-0.3,4.5-0.4,5.7c0,1.1-0.2-3.5-0.3-1
|
||||
c0,2.2,0.1,3.4,0.4,3.4c0.3,0,1.6-0.2,4-0.7c2.5-0.5,4.1-0.9,4.8-1c0.3-0.1,0.8-0.3,1.5-0.4c0.7-0.1,1.3-0.3,1.7-0.4
|
||||
c1.2-0.3,1.9-0.5,2.2-0.8c0.3-0.3,0.4-0.7,0.4-1.2c0-0.6,0.1-1.1,0.4-1.5l0.4-1c0.1,0,0.5,0.3,1,1c0.6,0.7,1,1.3,1.2,1.9
|
||||
c0.1,0.7,0.3,1,0.5,1c0.2,0,0.3,0.1,0.3,0.2c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.5l0.2,0.4
|
||||
c0.1,0.4,0.1,0.7-0.1,0.9c-0.2,0.2-0.2,0.4-0.1,0.7c0.1,0.3,0.1,0.4-0.1,0.4c-0.2,0-0.5,0.2-0.7,0.6c-0.3,0.3-0.6,0.9-1.1,1.8
|
||||
c-0.5,0.9-0.9,1.5-1.5,1.8c-0.5,0.3-0.9,0.3-1,0.1c-0.2-0.2-0.4-0.2-0.6-0.1c-0.4,0.1-1.1,0.3-2.1,0.6c-1.1,0.3-1.9,0.4-2.4,0.4
|
||||
c-0.5,0.1-1.1,0.2-1.8,0.2c-0.7,0.1-1.3,0.4-1.9,0.8c-0.8,0.4-1.5,0.7-2.1,0.8c-1,0-1.7,0.1-2,0.2c-0.8,0.1-1.3,0.3-1.6,0.4
|
||||
c-0.3,0.1-0.5,0.4-0.6,1.1c-0.1,0.7-0.1,8.8-0.1,11.8C220,87,220,97.1,220,98.3c0,1.1-0.1,1.9-0.2,2.3c0,1-0.1,1.6-0.4,1.8
|
||||
c-0.3,0.2,0.1,1.4-0.3,1.4c-0.5,0-0.4,1-0.7,1.2c-0.3,0.2-1.2,2.8-1.6,2.4c-0.5-0.4-1.2,2.3-1.3,2.4c-0.3,0.1-2.8-0.4-4.1-0.7
|
||||
l-0.6-7.5c-0.1-0.1-0.2-10.6-0.2-13.4c0-2.9,0.3-11.2,0.4-11.3c0-0.2,0-0.6,0-1.1c0-0.7-0.2-1-0.7-1c-0.5,0-0.8,0.3-1,0.8
|
||||
c-0.2,0.5-0.5,0.6-0.8,0.3c-0.3-0.3-1.8-0.5-4.3-0.5c-2.7,0-4.4-0.1-5.3-0.4l-1.2-0.4l-1.2,7.9c-0.5,0.7-0.9,1.2-1.2,1.2
|
||||
c-0.3,0.1-0.8,0-1.6-0.1c-0.9-0.2-1.7-0.6-2.3-1.3c-0.3-0.5-0.7-1.1-1.3-1.6c-0.4-0.4-0.7-0.6-1-0.6c-0.3,0-0.5-0.1-0.8-0.4
|
||||
c-0.3-0.2-0.6-0.4-0.9-0.4c-0.3,0-0.6-0.1-0.7-0.4c0-0.3-0.3-0.3-0.9-0.2c-0.8,0.1-1.3,0.2-1.6,0.2c-0.3,0.1-0.5,1-0.6,2.5
|
||||
c0,1.6-0.1,2.5-0.2,3c-0.3,0.5-0.3,1-0.2,1.2c0.1,0.3,0.1,0.5-0.2,0.8c-0.1,0.4-0.5,0.8-1,1.1c-0.6,0.3-0.9,0.4-0.9,0.2
|
||||
c-0.1-0.2-0.3-0.2-0.7,0c-0.3,0.1-0.6,0.1-1,0c-0.3-0.1-0.5-0.5-0.7-1.1c-0.2-0.6-0.4-1.6-0.5-3c-0.3-1.4-0.3-2.4-0.2-3
|
||||
c0.1-0.5,0-1-0.3-1.5c-0.3-0.4-0.7-0.7-1.3-0.7c-0.5,0-1-0.1-1.4-0.4c-0.4-0.3-0.9-0.5-1.4-0.6c-0.7-0.1-1-0.3-1-0.6
|
||||
c0-0.4,0.1-0.9,0.2-1.4c0.1-0.6,0.5-1.1,1-1.3c0.5-0.3,1-0.4,1.7-0.4c0.5,0,1-0.1,1.4-0.2c0.5-0.1,0.8-0.5,0.8-1.2
|
||||
c0-0.5,0-1.7,0-3.4v-4.6v-2.1H176c-1,0-1.9,0-2.6,0c-0.7-0.1-1.4-0.5-2.1-1.2l-0.9-1l1.1-1.2c0.9-0.9,1.7-1.4,2.3-1.5
|
||||
c0.6-0.1,1.4-0.3,2.5-0.6l1.6-0.4l0.2-2.5c0-1.8-0.1-2.6-0.2-2.6c-0.1,0-0.7,0.3-1.6,0.8c-0.9,0.7-2.3,1.5-4.2,2.3
|
||||
c-2,1.1-3.1,1.6-3.2,1.6c-0.3,0.1-0.4,0.7-0.4,1.6c0.1,0.7,0.3,2.4,0.6,5.1c0,0.3,0.1,1.4,0.4,3.3c0.3,1.9,0.4,3.2,0.4,3.9
|
||||
c0.3,1.8,0.5,3.6,0.8,5.2c0.1,1.2,0.2,2.2,0.5,3.2c0.3,1.2,0.3,1.9,0.1,2.2c-0.2,0.3-0.4,0.5-0.6,0.4c-0.2-0.1-0.3,0.2-0.3,0.7
|
||||
c0,0.5-0.1,1.1-0.4,1.6l-0.6,0.5c0-0.1-0.2,0-0.5,0.4c-0.3,0.3-0.7,0.5-1.3,0.5c-0.5,0-1.1-0.4-1.7-1.3c-0.7-1-1.2-2-1.6-3.1
|
||||
c-0.3-0.9-0.5-2.3-0.8-4.2c-0.1-1.4-0.3-2.9-0.4-4.3c-0.1-1.5-0.3-4.1-0.4-8c-0.1-4.1-0.1-6.2,0-6.3c0.1-0.3,0.3-0.9,0.6-1.8
|
||||
c0.3-1,0.2-1.8-0.1-2.5c-0.3-0.7-0.6-1.1-0.8-1.1c-0.2,0-0.3-0.1-0.3-0.2c0-0.3,0.5-0.6,1.4-1.1c0.9-0.5,1.4-0.7,1.4-0.8
|
||||
c0-0.1,0.6-0.3,1.8-0.6c1.1-0.4,2.2-0.9,3.4-1.4c0.4-0.1,1-0.4,1.9-0.9c0.9-0.5,1.4-0.8,1.7-0.9c1.4-0.6,2.3-1,2.7-1
|
||||
c0.5-0.1,0.7-0.2,0.8-0.4c0.1-0.2,0.2-0.3,0.5-0.3c0.3,0,1.1-0.3,2.4-1c1.3-0.7,2.1-1,2.2-1c0.3,0,0.6-0.1,1-0.4
|
||||
c0.4-0.3,0.8-0.4,1.2-0.5c0.4-0.1,1-0.3,2-0.6c0.3,0,0.6-0.1,0.9-0.2c0.4-0.1,0.7-0.2,1-0.3c0.3-0.1,0.6-0.1,0.7-0.1
|
||||
c0.6-0.3,1.4-0.4,2.2-0.4c1,0,1.7-0.1,2-0.2c0.3-0.1,0.7-0.1,1.3,0.2c0.5,0.3,0.8,0.4,1.1,0.4c0.4,0,1.1,0.2,2.1,0.6
|
||||
c0.6,0.3,1,0.5,1.1,0.6c0.1,0.1,0.1,0.3,0,0.6c-0.3,0.4-0.5,0.7-0.8,0.9c-0.3,0.2-0.3,1.1-0.2,2.7c0.1,1.7,0.2,4.5,0.2,8.4
|
||||
c0.1,3.9,0.1,7-0.2,9.1c-0.1,2.4,0-1.7,0,0.9c-0.1,2.8-0.1,4.2,0,4.4c0.1,0.1,0.5,0.1,1.2-0.2c0.7-0.3,1.1-0.3,1.2,0
|
||||
c0,0.3,0.1,0.4,0.3,0.4c0.2,0,0.2-0.1,0.1-0.4l0.6-0.2c0.6,0,1,0.1,1,0.3c0,0.2,0.4,0.2,1.1,0.1c0.6-0.1,1.8-0.3,3.5-0.4
|
||||
c1.2-0.1,2.3-0.3,3.3-0.5c0.9-0.2,1.5-0.4,1.6-0.5l0.2-2.8c0-0.7,0-1.7,0.1-4.2c0.1-2.4,0.2-3.9,0.3-4.3c0.1-0.7,0.2-1.4,0.2-2.1
|
||||
c0.1-1,0.1-1.4-0.2-1.4c-0.3-0.1-0.7-0.1-1.5,0c-0.8,0.1-1.3,0.6-1.6,1.4c-0.3,0.7-0.5,1.4-0.6,1.9c-0.3,0.5-0.5,0.9-0.8,1
|
||||
c-0.3,0.1-0.4,0.3-0.4,0.6c0,0.3-0.4,0.4-1.3,0.3c-0.9-0.1-1.4,0-1.4,0.1c-0.1,0.1-0.2,0.2-0.5,0.2c-0.3,0-0.7-0.4-1.2-1.2
|
||||
c-0.3-0.7-0.7-1.7-1-3c-0.3-1.3-0.5-3.2-0.5-5.5c0-2.6,0-4.4,0-5.4c0.1-1.2,0.4-1.8,0.8-1.9c0.4-0.1,0.7-0.2,1.1-0.2
|
||||
c0.5,0,1.1,0.3,1.9,1c0.7,0.6,1.2,1.4,1.5,2.4c0.3,1,0.7,1.5,1.1,1.7c0.5,0.2,1.4,0.3,2.8,0.3c1.4,0.1,2.1,0.1,2.2,0
|
||||
c0.1-0.1,0.3-1,0.4-2.8c0-1.7-0.1-2.6-0.4-2.6c-0.3-0.1-0.4-0.5-0.4-1.3c0-0.5,0-0.8,0.1-0.9c0.1-0.1,0.3-0.1,0.7-0.1
|
||||
c0.4,0.1,0.6,0.1,0.8,0C214.3,37.3,214.6,37.3,215.3,37.6z M169.4,70.1l-0.2,0.2c0,0.5,0.1,0.8,0.2,0.9c0.1,0,0.2,0,0.3-0.1
|
||||
c0.1-0.1,0.1-0.2,0.1-0.3C169.8,70.6,169.6,70.3,169.4,70.1z M190.9,44.4c-0.3,0-0.7,0-1.2,0c-0.4,0.1-0.7,0.3-1,0.4
|
||||
c0,0.1-0.5,0.4-1.4,0.7c-0.6,0.4-1,0.5-1.3,0.4c-0.3,0-0.6,0.2-0.9,0.5c-0.3,0.3-0.9,0.6-1.9,0.9c-0.8,0.3-1.3,0.5-1.3,0.8
|
||||
c-0.1,0.4-0.3,0.6-0.4,0.6c-0.1,0-0.2,0.1-0.1,0.2c0.1,0.1,0.1,0.3,0.2,0.6c0.1,0.2,0.2,0.5,0.3,0.8c0.4,1.1,0.6,1.9,0.6,2.4
|
||||
c0,0.7,0.2,1.1,0.5,1.3c0.3,0.1,0.8,0.1,1.6,0c0.8-0.2,1.6-0.3,2.4-0.2c0.9,0.1,1.7,0.3,2.3,0.4c0.8,0.3,1.4,0.8,1.9,1.6
|
||||
c0.5,0.8,0.9,1.2,1.1,1.2l-0.4,0.4l-0.8,0.2L192,58c0.4,0.4,0.5,0.7,0.4,0.9c-0.1,0.2-0.7,0.4-1.9,0.7c-1.2,0.1-2,0.3-2.5,0.6
|
||||
c-0.5,0.1-0.9,0.3-1.3,0.4c-0.9,0-1.6,0.1-2,0.2c-0.7,0.1-1,0.5-1,1.2c0,0.3-0.1,1.1-0.2,2.3c0,1.1-0.1,2.7-0.2,5l-0.2,3.2l1.2-0.2
|
||||
c0.8-0.1,1.4-0.3,2-0.4c1.2-0.3,2.3-0.5,3.2-0.6c1.8-0.4,2.9-0.5,3.3-0.2c0.5,0.3,0.7,0.4,0.8,0.3c0.1-0.1,0.2-1.7,0.3-5
|
||||
c0.3-3.3,0.4-6.7,0.4-10.2c0-3.5-0.1-5.9-0.2-7.3c-0.3-1.4-0.5-2.4-0.8-3.1c-0.4-0.5-0.8-0.8-1.2-1.1
|
||||
C191.5,44.7,191.1,44.5,190.9,44.4z M198,68.6c0-0.2,0.1-0.3,0.3-0.3c0.2,0,0.3,0.1,0.3,0.3c0,0.2-0.1,0.3-0.3,0.3
|
||||
C198.1,68.8,198,68.8,198,68.6z M231,17.3c-0.1,0.4-0.1,0.7,0,1c0.3,0.3,0.3,0.5,0.2,0.6c-0.1,0.1-0.3,1.5-0.4,4
|
||||
c-0.1,2.4-0.3,3.7-0.5,4c-0.2,0.3-0.3,0.7-0.3,1.2c0,0.6-0.1,1.2-0.2,1.7c-0.1,1-0.4,2-0.8,3.2c-0.5,1.5-0.9,2.6-1.4,3.4
|
||||
c-0.5,0.8-1,1.5-1.8,2.1c-0.7,0.6-1.4,0.9-2.1,0.7c-0.5,0-0.8-0.1-1-0.2c-0.1-0.1-0.2-0.3-0.2-0.4c0.1-0.3-0.5-0.8-2-1.7
|
||||
c-1.4-1-2.2-1.8-2.6-2.4c-0.5-0.5-1.2-1.1-1.9-1.7c-0.7-0.6-1.1-1-1.1-1.2c0-0.2,0.1-0.3,0.2-0.3c0.1,0,0.6,0.2,1.3,0.7
|
||||
c0.7,0.5,1.1,0.6,1.1,0.4s-0.4-0.6-1.2-1.1c-0.6-0.5-0.9-0.9-0.9-1.1c0-0.2,0.1-0.3,0.3-0.3c0.2,0,0.3,0.1,0.3,0.3
|
||||
c0,0.2,0.1,0.3,0.3,0.3c0.2,0,0.8,0.2,1.7,0.6c0.8,0.5,1.7,0.9,2.6,1l1.4,0.2l0.2-1c0-0.7,0.1-1.5,0.2-2.4c0.1-1,0.2-2.4,0.2-4.2
|
||||
c0-1.7-0.1-2.8-0.2-3.4l-0.2-0.6l-4.6,0.2c-3.1,0-3.3,0.1-3.5,0.4c-0.4,0.1-0.7,0.5-0.9,1c-0.1,0.4-0.3,1.5-1,3.3
|
||||
c-0.4,1.2-1.1,3-1.7,5.5c-0.4,1.8-0.2,2.8-0.4,3.4c-0.1,0.3-0.6,0.7-0.7,1.4c0,0.7-0.2,1-0.6,1.1c-0.4,0-0.7,0.3-1,0.9
|
||||
c-0.3,0.5-0.5,0.8-0.8,0.8c-0.3,0-0.7,0.1-1.3,0.2l-0.8,0.2l-0.6-1.2c-0.5-0.9-0.2-2.2,0.3-3.7c0.5-1.4,1.1-3.3,2.1-5.4
|
||||
c1.1-2.2,1.3-3.8,1.4-4.4c0-0.4,0-0.6-0.1-0.7c-0.1-0.1-1.8-0.1-2.3-0.1c-0.7,0-1.4-0.2-2.3-0.6c-0.9-0.4-1.5-1-1.9-1.8
|
||||
c-0.4-0.8-0.8-1.4-1.2-1.8c-0.3-0.5-0.3-1.1-0.2-1.6c0.1-0.5,0.5-1,1.2-1.2c0.6-0.4,1.4-0.6,2.1-0.7c0.6-0.3,0.9-0.3,1.1-0.2
|
||||
c0.1,0.2,0.3,0.2,0.6,0c0.3-0.2,0.6-0.2,0.9-0.1c0.3,0.1,0.7,0.1,1.1,0c0.5-0.1,0.7-0.1,0.8,0c0.1,0.1,1.1,0,3.2-0.4
|
||||
c1.1-0.3,2.7-0.6,4.7-1c1-0.1,2.4-0.3,4-0.4c1.7-0.1,3.3-0.2,4.7-0.3c1.5-0.1,2.4,0,2.8,0.3c0.4,0.3,1.1,0.8,1.9,1.6
|
||||
C230.5,16.1,231,16.8,231,17.3z M201.6,67.7l0.4,0.2c-0.1,0.1-0.3,0.1-0.6,0L201.6,67.7z M225.1,45c0.3-0.3,0.5-0.4,0.6-0.4
|
||||
c0.1,0,0.2,0.1,0.2,0.4c0,0.2-0.2,0.4-0.6,0.4S224.9,45.2,225.1,45z"/>
|
||||
<g class="st1">
|
||||
<path class="st2" d="M306.4,1.2c0.3,0.2,0.6,0.5,0.8,0.9c0.2,0.4,0.5,0.8,0.8,1.1c0.8,1.4,1.3,2.6,1.4,3.5c0.1,0.9,0.2,1.7,0.1,2.2
|
||||
c0,0.3,0.2,0.5,0.7,0.6c0.5,0.1,2,0.3,4.6,0.6c3.7,0.2,6.2,0.5,7.3,1c1.1,0.5,2,1.1,2.6,1.6l0.9,0.9c-0.3,0-0.7,0.5-1,1.6
|
||||
c-0.5,1-0.8,2-0.9,3.1s-0.5,1.8-1.4,2.1c-0.8,0.3-3.2,0.4-7,0.2l-5.8-0.3l-0.3,1c-0.2,0.5-0.3,1.7-0.4,3.6l-0.4,2.6l3.5,1.8
|
||||
c2.3,1,4,1.8,5.3,2.4c1,0.7,2.5,1.5,4.5,2.4c2,0.9,3.2,1.4,3.7,1.4c0.6,0.2,1.8,0.6,3.4,1.3l4.6,1.6c1.1,0.4,1.9,0.9,2.6,1.4
|
||||
c0.5,0.8,0.8,1.3,0.8,1.7c0,0.4-0.2,0.6-0.6,0.8c-0.4,0.2-0.6,0.6-0.6,1.4c0,0.7-0.2,1.1-0.6,1.1c-0.4,0-0.8,0.4-1.2,1.1
|
||||
c-0.4,0.7-1,1.1-1.7,1c-0.7,0-2.1-0.3-4.3-0.7c-2.6-0.9-4.9-1.6-7.1-2.1c-2.6-1-5.2-2.1-7.8-3.1c-2.9-1.2-4.4-1.9-4.6-1.9
|
||||
c-0.5,0-0.7,0.2-0.7,0.8c0,0.5-0.3,1.4-0.7,2.4c-0.5,1-1.1,1.6-1.9,1.8c-0.7,0.2-1.2,0.1-1.5-0.3c-0.3-0.4-0.9-0.6-1.8-0.6
|
||||
c-0.9,0-1.4-0.1-1.4-0.3c0-0.2-0.2-0.9-0.8-1.9c-0.5-1-0.8-2.5-0.8-4.4c0-1.9-0.3-3.1-0.9-3.6c-0.6-0.5-1.5-1.3-2.7-2.3
|
||||
c-0.3-0.4-0.6-0.7-0.9-0.9c-0.3-0.2-0.6-0.4-0.9-0.6c-0.3,0.4-0.9,1.4-1.7,3.1c-1,2-1.5,3-1.4,3.1c0.1,0.1,0.4,0.3,1,0.7
|
||||
c0.6,0.4,1.1,1,1.5,1.9c0.4,0.9,1.3,1.2,1.2,2.7c-0.1,1.6,0.6,2.2,0.3,3.9c-0.2,1.6-1.8,2.5-1.9,2.5c-0.2-0.1-1.6,2-1.7,2.1
|
||||
c-0.1,0.1-1,0.3-1.1,0.7c0,0.5-0.9,1-0.9,1.2c0.2,0.2-0.2,0.3,0.6,0.4c1,0,2,0,3.1-0.1c0.4-0.2,1.5-0.3,3.2-0.4
|
||||
c1.5-0.1,1.5-0.5,3.7-0.4c2.3,0.3,3.7-0.5,4.8-0.3c1.3,0.4,1.8,0.1,2.7,0.5c1.3,0.4,2,2.5,2.3,2.9c0.3,0.4,1.4,3.1,1.1,4.5
|
||||
c-0.2,1.4-0.7,1-1.4,2.1c-0.8,1.2-1.3,2.4-2,3.3c-0.8,0.9-1.8,3.5-3.6,6.4c-1.5,2.4-3.4,5-5,7.7c-1.2,2.1,0.6,1.3,0.5,3.1
|
||||
c-0.1,1.6-1,3.8-2,4.7c-0.4,0.3-3.6,1.2-4,1.3c-0.5,0.2-0.6,0.1-1.4,1.1c-0.5,1-0.9,1.7-1,2c-0.3,0.4-1.1-0.3-2.9,2.9
|
||||
c-2.1,3.4-6.4,5.8-7.6,7.3c-1.3,1.6-2.7,3-4.1,4.1c-1.8,1.2-3.5,2.1-5.2,2.8c-1.9,0.6-3.1,1-3.4,0.9c-0.2,0-0.5-0.2-0.9-0.6
|
||||
c-0.4-0.6-0.6-1-0.5-1.3c0-0.3,0.1-0.4,0.3-0.4c0.2,0,0.1-0.4-0.2-1.1l-0.7-0.9l1,0c0.7,0,1.3-1,2.7-1.5s2.2-0.9,3.3-1.8
|
||||
c1.3-0.9,2.8-1.8,4-3.3c1.2-1.4,3-2.8,5-5.6c1.5-2.5,2.7-4.3,3.8-5.7c0.5-1.3,2.2-1.8,1.6-2.2c-0.8-0.2-1.8-0.9-3.1-1.9
|
||||
c-1.5-1.4-1.2-3.9-2.3-5c-1.1-1.5-0.4-2.5-1.5-3.9c-1-1.5-1.8-2.3-2.2-2.3c-0.5,0.2-0.9,0.1-1.2-0.3c-0.3-0.4-0.7-0.5-1.2-0.3
|
||||
c-0.5,0.2-3.5,2-3.8,1.7c-0.3-0.3-0.8-0.5-1.5-0.8c-0.8,0-1.6-0.1-2.4-0.1c-0.6,0-1-0.2-1.2-0.5c-0.2-0.2-0.3-1.1-0.6-2.8
|
||||
c0-1.7,0.2-3.4,0.7-5.3c0.7-2,1.2-3.1,1.3-3.4c0.3-0.5,0.6-1.1,0.8-1.6c0.2-0.5,0.4-0.9,0.5-1.1c0.2-0.2,0.5-0.9,1-2.2
|
||||
c0.2-0.3,0.4-0.8,0.7-1.5c0.3-0.7,3.1-2.7,3.2-2.8c0.4-1.1,2.2-2.3,2.6-3.5c0.6-1.8,2.6-2.2,3-4.3c0.4-1.8,0.8-2.9,1.2-3.4
|
||||
c0.4-0.4,0.8-1.1,1.3-2.1c0.4-0.9,0.9-1.6,1.3-1.9c0.6-0.2,0.8-0.5,0.4-0.9c-0.4-0.5-0.5-1.1-0.4-1.7c0.1-0.7,1.8-2.8,5.2-6.2
|
||||
c3.3-3.5,4.9-5.3,4.8-5.6c-0.1-0.2-1.1-0.4-2.8-0.5c-1.8-0.1-3-0.4-3.6-1c-0.6-0.6-1.4-0.6-2.3-0.1c-0.9,0.5-2.3,0.9-4,1.1
|
||||
c-1.8,0.3-3.4,0.8-4.7,1.4c-1.3,0.7-2.1,1.6-2.4,2.7c-0.3,1.1-0.5,2.3-0.6,3.6l-0.3,1.6l2.2,0.4c1.6,0.3,2.8,0.6,3.6,1
|
||||
c0.9,0.4,1.5,0.9,1.6,1.4c0.1,0.5,0.5,1.2,1.1,2.2c0.6,0.9,0.6,1.7,0.1,2.2c-0.5,0.4-1,0.8-1.5,1.2c-0.5,0.3-1.3,0.3-2.5-0.1
|
||||
c-1.4-0.4-2.6-1.1-3.4-1.9c-0.9-0.8-1.4-1.2-1.4-1.2c-0.1,0-0.2,1-0.3,3.2c-0.1,2.2-0.1,3.8,0,4.8c0.1,1.1-0.1,2.1-0.7,2.9
|
||||
c-0.6,0.8-1,1.2-1.2,1.2c-0.2,0-0.6,0.2-1.2,0.8c-0.6,0.5-1.4,0.8-2.4,0.7c-1,0-1.7-0.5-2.3-1.3c-0.6-0.9-0.9-1.6-0.9-2.1
|
||||
c0-0.5,0-0.9-0.2-1.1c-0.5-0.2-0.6-0.6-0.4-1.1c0.2-0.3,0.4-1.2,0.6-2.9c0.1-1.3,0-2.4-0.1-3.4c-0.1-1.1-0.5-1.6-1.2-1.6
|
||||
c-0.7,0.1-1.5,0.6-2.4,1.6c-0.9,1-1.7,2.1-2.3,3.4c-0.8,1.1-1.7,1.8-2.5,2.2c-0.8,0.3-1.7,0.4-2.6,0.1c-0.9-0.3-1.7-0.8-2.3-1.6
|
||||
c-0.5-0.6-0.7-1.4-0.8-2.5c-0.1-1.1-0.5-1.9-1.1-2.4l-0.5-1.1l0.6-0.2c0.8-0.3,1.5-0.5,1.9-0.5c0.8-0.1,1.5-0.6,2.2-1.3
|
||||
c0.6-0.5,1-0.8,1.2-0.8c0.2,0,1.1-0.5,2.6-1.4c1.7-1.6,3.1-2.7,4.1-3.4c1.3-1.2,2-2,2.1-2.2c0.1-0.2,0-0.4-0.3-0.6
|
||||
c-0.5-0.2-1.3-0.3-2.4-0.4c-1.3-0.4-2.9-1-4.6-1.9c-2.1-0.8-3.5-1.3-4.1-1.3c-0.6-0.2-1.3-0.8-2.1-1.7c-0.8-1-1.6-2.3-2.3-3.8
|
||||
c-0.9-1.4-1.3-2.3-1.3-2.5c0-0.3-0.2-0.7-0.6-1.4c-0.4-0.7-0.6-1.2-0.6-1.5c0-0.4,0.3-0.9,0.8-1.5c0.5-0.6,1-0.9,1.4-0.9
|
||||
c0.4,0,0.9-0.3,1.6-0.9c0.7-0.9,1.2-1.2,1.6-1c0.5,0.2,0.9,0.7,1.4,1.4c0.4,0.8,1,1.5,1.6,1.9c0.5,0.4,2.5,0.6,6.1,0.6
|
||||
c3.7,0,5.8-0.1,6.3-0.3c0.6-0.2,0.9-0.5,0.9-1.1c0-0.6,0.3-1.5,0.8-2.8c0.5-1.3,0.8-2.1,0.8-2.6c0-0.5,0.2-0.8,0.5-1
|
||||
c0.2-0.2,0.7-0.2,1.5-0.2c0.8,0,1.6,0.4,2.4,1.2c0.8,0.5,1.6,1.3,2.6,2.5c0.7,1.1,1.1,1.9,1.1,2.4c0,0.5,1.8,0.8,5.3,0.9
|
||||
c3.6,0.3,5.5,0.4,5.8,0.3c0.3,0,0.5-0.2,0.5-0.5c0-0.4,0.3-0.6,0.7-0.8c0.6-0.3,1.1-0.3,1.2,0.2c0.2,0.5,0.6,1.1,1.2,1.8
|
||||
c0.6,0.7,2.1,1.1,4.4,1.2c2.7,0.1,4.2,0.2,4.4,0.2c0.8,0.2,1.5,0.3,2.1,0.1c0.6-0.2,1.1-0.7,1.3-1.7c0-0.5,0.3-2,0.9-4.4
|
||||
c0.4-1.9,0.6-3,0.7-3.4c0.2-0.2,0.4-0.3,0.8-0.2c0.4,0,0.7,0.2,1,0.6C306,1,306.3,1.2,306.4,1.2z M293.9,56.8
|
||||
c-3.4,0.8-5.6,1.2-6.4,1.4c-1,0.1-1.7-0.4-2.1-0.1c-0.4,0.4-1.2,1-1.3,1.4c0,0.4-1.6,1.4-2.2,3.2c-0.4,1.3-0.3,2.1,0.2,2.6
|
||||
c0.5,0.4,3.5,1.7,4.6,2.5c1.1,0.6,6.5,5.7,6.5,5.7l1.8-4.6c0.9-1.3,1.5-4,1.7-4.5c0.3-0.2,0.3-1.2,1.9-4c1.4-2.6,1-3.9,0.5-4.1
|
||||
c-0.5,0,0.2-0.2-1.4-0.4C296.3,55.6,297.2,56,293.9,56.8z M298.9,20.7c0.3-0.4,0.5-0.5,0.8-0.3c0.3,0.2,0.3,0.5,0.1,0.9
|
||||
c-0.3,0.4-0.5,0.5-0.9,0.5c-0.3,0-0.5-0.1-0.5-0.3C298.5,21.3,298.6,21,298.9,20.7z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 7.1 KiB |
|
@ -0,0 +1,142 @@
|
|||
var t, a, e;
|
||||
|
||||
t = getApp(), a = require("../../utils/util.js"), e = t.globalData.api_host, t.globalData.api,
|
||||
Page({
|
||||
data: {
|
||||
xz: t.globalData.xz,
|
||||
swidth: t.globalData.swidth,
|
||||
list: "",
|
||||
q: "",
|
||||
type: 0,
|
||||
animationData: "",
|
||||
birthday: "",
|
||||
sharelayer: !1,
|
||||
sharebox: !1,
|
||||
sharemodal: !1,
|
||||
bot: "-100%",
|
||||
openSettingBtnHidden: !0,
|
||||
hide_qcode: 1,
|
||||
show: !1
|
||||
},
|
||||
onLoad: function(o) {
|
||||
var n = this, s = this.options.q, i = this;
|
||||
s = (s = a.authcode(s, "decode")).substr(2, s.length - 1);
|
||||
var r = decodeURIComponent(this.options.scene);
|
||||
if (r) {
|
||||
var l = t._get(r, "q");
|
||||
l && (s = l);
|
||||
}
|
||||
var d, h, c, u = s.split("_");
|
||||
u.length > 3 ? (d = u[0] + "年" + u[1] + "月" + u[2] + "日" + u[3] + "时" + u[4] + "分",
|
||||
h = u[1] + "月" + u[2] + "日", c = u[0] + "," + u[1] + "," + u[2] + "_" + u[3] + "," + u[4] + "_" + u[6] + "," + u[7]) : (d = u[0] + "月" + u[1] + "日",
|
||||
h = u[0] + "月" + u[1] + "日", c = u[0] + "-" + u[1]), console.log(c), i.setData({
|
||||
q: s,
|
||||
birthday: d,
|
||||
mday: h
|
||||
});
|
||||
var f = e + "/cquery.js?q=" + c + "&vc=xcx&token=Mh8tGmRZ3qXvo6smQ";
|
||||
wx.request({
|
||||
url: f,
|
||||
success: function(t) {
|
||||
var a = t.data.data, e = i.data.xz.indexOf(a[0].index[0]) + 1;
|
||||
if (a.length > 1) var o = i.data.xz.indexOf(a[1].index[0]) + 1;
|
||||
i.setData({
|
||||
list: a,
|
||||
sunid: e,
|
||||
moonid: o || ""
|
||||
}), encodeURIComponent("q=" + i.data.q);
|
||||
}
|
||||
}), t.globalData.userInfo ? this.setData({
|
||||
userInfo: t.globalData.userInfo,
|
||||
hasUserInfo: !0
|
||||
}) : this.data.canIUse ? t.userInfoReadyCallback = function(t) {
|
||||
n.setData({
|
||||
userInfo: t.userInfo,
|
||||
hasUserInfo: !0
|
||||
});
|
||||
} : wx.getUserInfo({
|
||||
success: function(a) {
|
||||
t.globalData.userInfo = a.userInfo, n.setData({
|
||||
userInfo: a.userInfo,
|
||||
hasUserInfo: !0
|
||||
});
|
||||
}
|
||||
}), i.data.infodata;
|
||||
},
|
||||
dealDate: function(t, a) {
|
||||
var e, o;
|
||||
if (t.split("_").length > 1) {
|
||||
var n = (i = t.split("_"))[0].split(","), s = i[1].split(",");
|
||||
e = n[0] + "年" + n[1] + "月" + n[2] + "日" + s[0] + "时" + s[1] + "分", o = n[1] + "月" + n[2] + "日";
|
||||
} else {
|
||||
var i = t.split(",");
|
||||
e = i[0] + "年" + i[1] + "月" + i[2] + "日", o = i[1] + "月" + i[2] + "日";
|
||||
}
|
||||
a.setData({
|
||||
q: t,
|
||||
birthday: e,
|
||||
mday: o
|
||||
});
|
||||
},
|
||||
changexz: function(t) {
|
||||
var a = this, e = t.currentTarget.id, o = -a.data.swidth, n = wx.createAnimation({
|
||||
duration: 300,
|
||||
timingFunction: "ease-in",
|
||||
delay: 0
|
||||
});
|
||||
n.translateX(o * e).step(), a.setData({
|
||||
animationData: n.export(),
|
||||
i: e
|
||||
}), console.log(a.data.i), a.setConHeight();
|
||||
},
|
||||
setConHeight: function() {
|
||||
var t = this, a = wx.createSelectorQuery().in(this);
|
||||
a.select(".conbox .cbox.cur").boundingClientRect(), a.exec(function(a) {
|
||||
var e = a[0].height;
|
||||
t.setData({
|
||||
conHeight: e
|
||||
});
|
||||
});
|
||||
},
|
||||
showShareModal: function() {
|
||||
a.showModal(this, "sharebox", "sharemodal", "sharelayer", "bot");
|
||||
},
|
||||
hideShareModal: function() {
|
||||
a.hideModal(this, "sharemodal", "sharelayer", "bot");
|
||||
},
|
||||
getUserInfo: function(a) {
|
||||
console.log(a), t.globalData.userInfo = a.detail.userInfo, this.setData({
|
||||
userInfo: a.detail.userInfo,
|
||||
hasUserInfo: !0
|
||||
});
|
||||
},
|
||||
share: function() {
|
||||
a.hideModal(this, "sharemodal", "sharelayer", "bot"), this.setData({
|
||||
hide_qcode: 0
|
||||
});
|
||||
},
|
||||
test: function() {
|
||||
var t = encodeURIComponent("q=2017,07,22_12,25");
|
||||
wx.navigateTo({
|
||||
url: "/pages/astrocx_info/astrocx_info?scene=" + t
|
||||
});
|
||||
},
|
||||
closeQcode: function() {
|
||||
this.setData({
|
||||
hide_qcode: 1
|
||||
});
|
||||
},
|
||||
handleSetting: function(t) {
|
||||
t.detail.authSetting["scope.writePhotosAlbum"] && (this.setData({
|
||||
openSettingBtnHidden: !0
|
||||
}), drawImg.save_file(this));
|
||||
},
|
||||
onShareAppMessage: function(t) {
|
||||
return "button" === t.from && console.log(t.target), {
|
||||
title: "星座查询",
|
||||
path: "/pages/astrocx/astrocx_info?q=" + a.authcode("0_" + this.data.q, "encode"),
|
||||
success: function(t) {},
|
||||
fail: function(t) {}
|
||||
};
|
||||
}
|
||||
});
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"navigationBarTitleText": "星座查询",
|
||||
"usingComponents": {}
|
||||
}
|
|
@ -0,0 +1,135 @@
|
|||
<view class="bg">
|
||||
<view class="bg_t"></view>
|
||||
<text class="title">{{birthday}}出生</text>
|
||||
<view class="tip">{{list.length>1?'精准查询结果':'普通查询结果'}}</view>
|
||||
<view class="conbox">
|
||||
<view animation="{{animationData}}" class="cbox {{index==i?'cur':''}}" data-index="{{index}}" wx:for="{{list}}" wx:key="index">
|
||||
<view class="box">
|
||||
<view class="clear">
|
||||
<view bindtap="changexz" class="astro {{list.length==1?'normal':''}} {{index==0?'cur':''}}" id="0">
|
||||
<view class="dt">
|
||||
<image class="astro_img" src="https://m.xzw.com/static/public/images/prot_icon/xz/a/{{sunid}}.png"></image>
|
||||
<view class="astro_tip" wx:if="{{index==1}}">太阳</view>
|
||||
</view>
|
||||
<view class="dd">
|
||||
<text class="astro_title">{{list[0].index[0]}}</text>
|
||||
<view class="astro_span">太阳星座</view>
|
||||
<text class="astro_date">{{list[0].index[1]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view bindtap="changexz" class="astro {{index==1?'cur':''}}" data-index="{{index}}" id="1" wx:if="{{list.length>1}}">
|
||||
<view class="dt">
|
||||
<image class="astro_img" src="https://m.xzw.com/static/public/images/prot_icon/xz/a/{{moonid}}.png"></image>
|
||||
<view class="astro_tip" wx:if="{{index==0}}">上升</view>
|
||||
</view>
|
||||
<view class="dd">
|
||||
<text class="astro_title">{{list[1].index[0]}}</text>
|
||||
<view class="astro_span">上升星座</view>
|
||||
<text class="astro_date">{{list[1].index[1]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mainbox">
|
||||
<view class="ul">
|
||||
<view class="li">
|
||||
<text class="li_title">星座特点:</text>
|
||||
<text class="li_text">{{item.index[4]}}</text>
|
||||
</view>
|
||||
<view class="li">
|
||||
<text class="li_title">掌管宫位:</text>
|
||||
<text class="li_text">{{item.attr[0][1]}}</text>
|
||||
</view>
|
||||
<view class="li">
|
||||
<text class="li_title">最大特征:</text>
|
||||
<text class="li_text">{{item.attr[0][3]}}</text>
|
||||
</view>
|
||||
<view class="li">
|
||||
<text class="li_title">四象属性:</text>
|
||||
<text class="li_text">{{item.attr[0][0]}}</text>
|
||||
</view>
|
||||
<view class="li">
|
||||
<text class="li_title">主管行星:</text>
|
||||
<text class="li_text">{{item.attr[0][4]}}</text>
|
||||
</view>
|
||||
<view class="li">
|
||||
<text class="li_title">幸运颜色:</text>
|
||||
<text class="li_text">{{item.attr[0][5]}}</text>
|
||||
</view>
|
||||
<view class="li">
|
||||
<text class="li_title">阴阳属性:</text>
|
||||
<text class="li_text">{{item.attr[0][2]}}</text>
|
||||
</view>
|
||||
<view class="li">
|
||||
<text class="li_title">吉祥饰物:</text>
|
||||
<text class="li_text">{{item.attr[0][6]}}</text>
|
||||
</view>
|
||||
<view class="li">
|
||||
<text class="li_title">幸运号码:</text>
|
||||
<text class="li_text">{{item.attr[0][7]}}</text>
|
||||
</view>
|
||||
<view class="li">
|
||||
<text class="li_title">开运金属:</text>
|
||||
<text class="li_text">{{item.attr[0][8]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="main">
|
||||
<view class="content">
|
||||
<view class="c_li clear">
|
||||
<text class="c_font font1">优点:</text>
|
||||
<text class="c_text">{{item.base[1]}}</text>
|
||||
</view>
|
||||
<view class="c_li clear">
|
||||
<text class="c_font font2">缺点:</text>
|
||||
<text class="c_text">{{item.base[0]}}</text>
|
||||
</view>
|
||||
<view class="c_li clear">
|
||||
<text class="c_font font3">表现:</text>
|
||||
<text class="c_text">{{item.base[2]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="content">
|
||||
<text class="c_title">基本特质:</text>
|
||||
<text class="c_info">{{item.base[3]}}</text>
|
||||
<text class="c_title">具体特质:</text>
|
||||
<text class="c_info">{{item.base[4]}}</text>
|
||||
<text class="c_title">行事风格:</text>
|
||||
<text class="c_info">{{item.base[5]}}</text>
|
||||
<text class="c_title">个性盲点:</text>
|
||||
<text class="c_info">{{item.base[6]}}</text>
|
||||
<text class="c_title">总结:</text>
|
||||
<text class="c_info">{{item.attr[1]}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view style="clear:both"></view>
|
||||
</view>
|
||||
<view class="b_cloud"></view>
|
||||
</view>
|
||||
<view bindtap="hideShareModal" class="layer" wx:if="{{sharelayer}}"></view>
|
||||
<view class="float_share {{sharemodal?'slideup':'slidedown'}}" style="bottom:{{bot}}" wx:if="{{sharebox}}">
|
||||
<button class="st qun" openType="share">
|
||||
<view class="sbtn">
|
||||
<image src="../../image/timg.png"></image>
|
||||
</view>转发到好友或群聊</button>
|
||||
<view bindtap="share" class="st pyq">
|
||||
<view class="sbtn">
|
||||
<image src="../../image/share_circle.png"></image>
|
||||
</view>生成朋友圈分享图</view>
|
||||
</view>
|
||||
<view bindtap="closeQcode" catchtouchmove="false" class="canvas_mask" hidden="{{hide_qcode}}"></view>
|
||||
<view catchtouchmove="false" class="canvas_box" hidden="{{hide_qcode}}">
|
||||
<view class="q_canva">
|
||||
<canvas canvasId="myCanvas"></canvas>
|
||||
<view class="q_text" hidden="{{!openSettingBtnHidden}}">
|
||||
<text>图片已保存到相册</text>
|
||||
<text>可在相册中选取该图片分享到朋友圈</text>
|
||||
</view>
|
||||
<button bindopensetting="handleSetting" class="q_text" hidden="{{openSettingBtnHidden}}" openType="openSetting">
|
||||
<text>点击授权相册读取权限</text>
|
||||
<text>只有授权后才能保存到相册哦~</text>
|
||||
</button>
|
||||
</view>
|
||||
<image bindtap="closeQcode" src="../../image/icon_close.png"></image>
|
||||
</view>
|
|
@ -0,0 +1,666 @@
|
|||
.container {
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
}
|
||||
|
||||
navigator {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.clear:after {
|
||||
clear: both;
|
||||
content: " ";
|
||||
display: block;
|
||||
font-size: 0;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
button::after {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.inpbox {
|
||||
background: #fff;
|
||||
border-radius: 82rpx;
|
||||
margin: 60rpx auto 0;
|
||||
width: 446rpx;
|
||||
}
|
||||
|
||||
.inpbox,.inpbox .text {
|
||||
height: 82rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.inpbox .text {
|
||||
background: none;
|
||||
box-sizing: border-box;
|
||||
color: #a9a9a9;
|
||||
display: block;
|
||||
font-size: 36rpx;
|
||||
line-height: 82rpx;
|
||||
padding: 0 30rpx;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.inpbox .notempty,.notempty {
|
||||
color: #5088eb;
|
||||
}
|
||||
|
||||
.bg_t {
|
||||
background: url(http://api.xzw.com/static/image/xcx/qq/bg_t.png) no-repeat 0 0;
|
||||
background-size: 100% 447rpx;
|
||||
height: 447rpx;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.bg,.bg_t {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.b_cloud {
|
||||
background-size: 100% 130rpx;
|
||||
bottom: 0;
|
||||
height: 130rpx;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mainbox {
|
||||
background: rgba(0,0,0,.15);
|
||||
border-radius: 25rpx;
|
||||
margin-top: 10rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.star1,.star1 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_sx.png) repeat 0 0;
|
||||
background-size: 60rpx 120rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
|
||||
.star1 {
|
||||
width: 300rpx;
|
||||
}
|
||||
|
||||
.star1 .star_on {
|
||||
background-position: 0 -60rpx;
|
||||
}
|
||||
|
||||
.star2,.star2 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_ap.png) repeat-x 0 0;
|
||||
background-size: 35rpx 70rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
.star2 {
|
||||
width: 175rpx;
|
||||
}
|
||||
|
||||
.star2 .star_on {
|
||||
background-position: 0 -35rpx;
|
||||
}
|
||||
|
||||
.layer {
|
||||
background: rgba(0,0,0,.6);
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.float_box,.layer {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box {
|
||||
bottom: -100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.float_box .f_title {
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.float_box .f_title .f_titleimg {
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box .f_main {
|
||||
background: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul {
|
||||
padding: 20rpx 20rpx 0;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li {
|
||||
float: left;
|
||||
margin-bottom: 30rpx;
|
||||
text-align: center;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg {
|
||||
background: #f3f3ff;
|
||||
border-radius: 140rpx;
|
||||
display: block;
|
||||
height: 110rpx;
|
||||
margin: 0 auto 5rpx;
|
||||
padding: 10rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg .f_liimg {
|
||||
height: 110rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_litxt {
|
||||
color: #888;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico {
|
||||
height: 52rpx;
|
||||
padding: 10rpx;
|
||||
position: absolute;
|
||||
top: -50rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_no {
|
||||
left: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_yes {
|
||||
right: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_img {
|
||||
height: 52rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con {
|
||||
float: left;
|
||||
overflow-x: hidden;
|
||||
padding: 10rpx 0;
|
||||
position: relative;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-wrapper {
|
||||
box-sizing: border-box;
|
||||
height: 600rpx;
|
||||
padding: 0 12rpx;
|
||||
width: 204rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide {
|
||||
height: 180rpx;
|
||||
padding: 16rpx 0;
|
||||
text-align: center;
|
||||
transition: .4s;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg {
|
||||
background: #eee;
|
||||
border-radius: 130rpx;
|
||||
display: inline-block;
|
||||
height: 100rpx;
|
||||
padding: 15rpx;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg .pair_conimg {
|
||||
height: 100rpx;
|
||||
opacity: .5;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_context {
|
||||
color: #999;
|
||||
display: block;
|
||||
font-size: 28rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active .pair_conbg .pair_conimg {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_conbg {
|
||||
background: #e2eaff;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_conbg {
|
||||
background: #ffe9e9;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_context {
|
||||
color: #6d96f0;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_context {
|
||||
color: #f65170;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female,.float_box .f_main .pair_male {
|
||||
color: #aaa;
|
||||
font-size: 32rpx;
|
||||
margin-top: 270rpx;
|
||||
padding: 0 18rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_male {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line {
|
||||
float: left;
|
||||
margin: 260rpx 20rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line .pair_lineimg {
|
||||
height: 72rpx;
|
||||
width: 150rpx;
|
||||
}
|
||||
|
||||
.tip_box {
|
||||
border-radius: 14rpx;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,.3);
|
||||
height: 238rpx;
|
||||
left: 50%;
|
||||
margin: -119rpx 0 0 -205rpx;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
width: 410rpx;
|
||||
}
|
||||
|
||||
.tip_box .ico_tip {
|
||||
display: block;
|
||||
height: 90rpx;
|
||||
margin: 0 auto 30rpx;
|
||||
width: 90rpx;
|
||||
}
|
||||
|
||||
.tip_box .text_tip {
|
||||
color: #555;
|
||||
display: block;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.slidedown {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
.slideup {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@-webkit-keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg1.jpg);
|
||||
}
|
||||
|
||||
.bg .b_cloud {
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg1_cloud.png);
|
||||
}
|
||||
|
||||
.bg {
|
||||
padding-top: 30rpx;
|
||||
}
|
||||
|
||||
.conbox {
|
||||
margin-top: 80rpx;
|
||||
width: 200%;
|
||||
}
|
||||
|
||||
.conbox::after {
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.conbox .cbox {
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
float: left;
|
||||
margin-top: 20rpx;
|
||||
padding: 0 20rpx;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.box {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 60rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #fff;
|
||||
display: block;
|
||||
font-size: 34rpx;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.tip,.title {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.tip {
|
||||
background: rgba(0,38,119,.3);
|
||||
border-radius: 48rpx;
|
||||
color: hsla(0,0%,100%,.8);
|
||||
font-size: 26rpx;
|
||||
height: 48rpx;
|
||||
line-height: 48rpx;
|
||||
margin: 15rpx auto 0;
|
||||
width: 200rpx;
|
||||
}
|
||||
|
||||
.box .astro {
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.box .astro .dt {
|
||||
background: url(https://m.xzw.com/static/public/images/pao.png) no-repeat 0 0;
|
||||
background-size: 110rpx;
|
||||
box-sizing: border-box;
|
||||
height: 110rpx;
|
||||
margin: 0 auto;
|
||||
padding: 10rpx;
|
||||
position: relative;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.box .astro .dt .astro_img {
|
||||
height: 90rpx;
|
||||
width: 90rpx;
|
||||
}
|
||||
|
||||
.box .astro .dt .astro_tip {
|
||||
background: linear-gradient(0,#eace5f,#f8e186);
|
||||
border-radius: 8rpx;
|
||||
color: #84682c;
|
||||
font-size: 24rpx;
|
||||
position: absolute;
|
||||
right: -30rpx;
|
||||
text-align: center;
|
||||
top: -15rpx;
|
||||
width: 60rpx;
|
||||
}
|
||||
|
||||
.box .astro .dd .astro_title {
|
||||
display: block;
|
||||
font-size: 26rpx;
|
||||
margin-top: 2rpx;
|
||||
}
|
||||
|
||||
.box .astro .dd .astro_span {
|
||||
background: hsla(0,0%,100%,.2);
|
||||
border-radius: 10rpx;
|
||||
display: none;
|
||||
font-size: 26rpx;
|
||||
line-height: 40rpx;
|
||||
margin: 10rpx auto;
|
||||
width: 120rpx;
|
||||
}
|
||||
|
||||
.box .astro .dd .astro_date {
|
||||
display: block;
|
||||
display: none;
|
||||
font-size: 24rpx;
|
||||
margin: 5rpx 0 14rpx 3rpx;
|
||||
}
|
||||
|
||||
.box .astro:first-child.cur {
|
||||
margin-left: 245rpx;
|
||||
}
|
||||
|
||||
.box .astro:last-child {
|
||||
margin-left: 120rpx;
|
||||
}
|
||||
|
||||
.box .astro:last-child.cur {
|
||||
margin-left: 140rpx;
|
||||
}
|
||||
|
||||
.box .astro.normal {
|
||||
padding-left: 105rpx;
|
||||
}
|
||||
|
||||
.box .astro.cur {
|
||||
width: 220rpx;
|
||||
}
|
||||
|
||||
.box .astro.cur .dt {
|
||||
transform: scale(2);
|
||||
}
|
||||
|
||||
.box .astro.cur .dd .astro_title {
|
||||
color: #adf6ff;
|
||||
font-size: 40rpx;
|
||||
font-weight: 700;
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
|
||||
.box .astro.cur .dd .astro_date,.box .astro.cur .dd .astro_span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mainbox {
|
||||
background: rgba(0,25,119,.25);
|
||||
margin-top: 40rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mainbox::before {
|
||||
background: url(http://api.xzw.com/static/image/xcx/qq/boxarrow_cx.png) no-repeat center 0;
|
||||
background-size: 150rpx 34rpx;
|
||||
content: "";
|
||||
height: 34rpx;
|
||||
left: 50%;
|
||||
margin-left: -75rpx;
|
||||
position: absolute;
|
||||
top: -34rpx;
|
||||
width: 150rpx;
|
||||
}
|
||||
|
||||
.box .ul {
|
||||
color: #fff;
|
||||
font-size: 28rpx;
|
||||
margin: 10rpx 20rpx 0;
|
||||
}
|
||||
|
||||
.box .ul .li {
|
||||
line-height: 54rpx;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.box .ul .li,.box .ul .li .star2 {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.box .ul .li_title {
|
||||
float: left;
|
||||
margin-right: 2rpx;
|
||||
}
|
||||
|
||||
.box .ul .li_text {
|
||||
color: #d1fffd;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 48rpx;
|
||||
overflow: hidden;
|
||||
width: 165rpx;
|
||||
}
|
||||
|
||||
.main {
|
||||
background: #eef4ff;
|
||||
border-radius: 20rpx;
|
||||
padding: 0 30rpx 20rpx;
|
||||
}
|
||||
|
||||
.box .content {
|
||||
border-top: 1px solid #e4e9ff;
|
||||
color: #555;
|
||||
font-size: 30rpx;
|
||||
line-height: 56rpx;
|
||||
margin-top: 30rpx;
|
||||
padding-top: 30rpx;
|
||||
}
|
||||
|
||||
.box .content:first-child {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.box .content .c_li .c_font {
|
||||
float: left;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.box .content .c_li .font1 {
|
||||
color: #ec7074;
|
||||
}
|
||||
|
||||
.box .content .c_li .font2 {
|
||||
color: #6c8fff;
|
||||
}
|
||||
|
||||
.box .content .c_li .font3 {
|
||||
color: #fea272;
|
||||
}
|
||||
|
||||
.box .content .c_li .c_text {
|
||||
float: left;
|
||||
margin-left: 10rpx;
|
||||
width: 510rpx;
|
||||
}
|
||||
|
||||
.box .content .c_title {
|
||||
color: #5590e3;
|
||||
display: block;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.box .content .c_info {
|
||||
display: block;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.swiper-box {
|
||||
height: 600rpx;
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
|
||||
.swiper-item {
|
||||
border-radius: 14rpx;
|
||||
}
|
||||
|
||||
.sharebtn {
|
||||
background: #d2e1ff;
|
||||
border-radius: 0 0 14px 14px;
|
||||
color: #5b86e9;
|
||||
font-size: 38rpx;
|
||||
height: 100rpx;
|
||||
left: 0;
|
||||
line-height: 100rpx;
|
||||
margin-top: 50rpx;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sharebtn image {
|
||||
height: 44rpx;
|
||||
vertical-align: middle;
|
||||
width: 44rpx;
|
||||
}
|
||||
|
||||
.ys {
|
||||
display: block;
|
||||
height: 100rpx;
|
||||
margin: 0 auto;
|
||||
width: 200rpx;
|
||||
}
|
||||
|
||||
@media screen and (min-height:700px) {
|
||||
.mainbox::before {
|
||||
top: -34rpx;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,55 @@
|
|||
var e, c;
|
||||
|
||||
e = getApp(), c = require("../../utils/util.js"), Page({
|
||||
data: {
|
||||
objectArray: e.globalData.city,
|
||||
province: [],
|
||||
city: [],
|
||||
check0: !1,
|
||||
check1: !1,
|
||||
check2: !1,
|
||||
check3: !1,
|
||||
checkvalue0: "出生日期",
|
||||
checkvalue1: "出生日期",
|
||||
checkvalue2: "出生时间",
|
||||
checkvalue3: 0,
|
||||
checkvalue4: 0,
|
||||
showModalStatus: !1,
|
||||
current: 0
|
||||
},
|
||||
onLoad: function(c) {
|
||||
e.init_city(this);
|
||||
},
|
||||
provinceChose: function(c) {
|
||||
e.provinceChose(this, c);
|
||||
},
|
||||
bindPickerChange: function(c) {
|
||||
e.bindPickerChange(this, c);
|
||||
},
|
||||
jumptoDetail: function(t) {
|
||||
var a, n, o, i, h, r, u = this.data;
|
||||
t.currentTarget.dataset.type > 0 ? (a = u.check1 && u.check2 && u.check3, o = u.checkvalue1,
|
||||
i = u.checkvalue2, h = u.province[u.checkvalue4], r = u.city[u.checkvalue3], n = o.replace(/-/g, "_") + "_" + i.replace(/:/g, "_") + "_0_" + h + "_" + r) : (a = u.check0,
|
||||
n = (o = u.checkvalue0.split("-"))[1] + "_" + o[2]), console.log(n);
|
||||
var l = c.authcode("0_" + n, "encode");
|
||||
console.log("编码", l);
|
||||
var s = "astrocx_info?q=" + l;
|
||||
a ? wx.navigateTo({
|
||||
url: s
|
||||
}) : e.showModal(this);
|
||||
},
|
||||
onShareAppMessage: function(e) {
|
||||
return "button" === e.from && console.log(e.target), {
|
||||
title: "星座查询",
|
||||
path: "/pages/astrocx/index",
|
||||
success: function(e) {},
|
||||
fail: function(e) {}
|
||||
};
|
||||
},
|
||||
changeCXtype: function() {
|
||||
var e = !this.data.current;
|
||||
this.setData({
|
||||
current: e
|
||||
});
|
||||
}
|
||||
});
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"navigationBarTitleText": "星座查询",
|
||||
"usingComponents": {}
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
<view class="bg">
|
||||
<view class="bg_t"></view>
|
||||
<swiper class="inp_form" current="{{current}}" vertical="true">
|
||||
<swiper-item class="inp_area1">
|
||||
<image class="title" src="../../image/pt_title.png"></image>
|
||||
<picker bindchange="bindPickerChange" class="inpbox datebox" data-name="date0" end="2100-01-01" id="0" mode="date" start="1936-01-01" value="{{checkvalue0}}">
|
||||
<view class="text {{check0?'notempty':''}}">{{checkvalue0}}</view>
|
||||
</picker>
|
||||
<button bindtap="jumptoDetail" class="inpbtn" data-type="0" type="default">开始查询</button>
|
||||
<button bindtap="changeCXtype" class="changejz">
|
||||
<text class="txt_jz">精准查询</text>
|
||||
<image class="ico_jz" src="../../image/ico_jz.png"></image>
|
||||
</button>
|
||||
</swiper-item>
|
||||
<swiper-item class="inp_area2">
|
||||
<button bindtap="changeCXtype" class="changejz">
|
||||
<image class="ico_jz ico_dt" src="../../image/ico_more.gif"></image>
|
||||
</button>
|
||||
<image class="title" src="../../image/jz_title.png"></image>
|
||||
<picker bindchange="bindPickerChange" class="inpbox datebox" end="2100-01-01" id="1" mode="date" start="1936-01-01" value="{{checkvalue1}}">
|
||||
<view class="text {{check1?'notempty':''}}">{{checkvalue1}}</view>
|
||||
</picker>
|
||||
<picker bindchange="bindPickerChange" class="inpbox timebox" end="23:59" id="2" mode="time" start="00:00" value="{{checkvalue2}}">
|
||||
<view class="text {{check2?'notempty':''}}">{{checkvalue2}}</view>
|
||||
</picker>
|
||||
<view class="area">
|
||||
<picker bindchange="provinceChose" class="inpbox placebox" range="{{province}}" value="{{checkvalue4}}">
|
||||
<view class="text {{check3?'notempty':''}}">{{province[checkvalue4]}}</view>
|
||||
</picker>
|
||||
<text>省</text>
|
||||
<picker bindchange="bindPickerChange" class="inpbox placebox" id="3" range="{{city}}" value="{{checkvalue3}}">
|
||||
<view class="text {{check3?'notempty':''}}">{{city[checkvalue3]}}</view>
|
||||
</picker>
|
||||
<text>市</text>
|
||||
</view>
|
||||
<button bindtap="jumptoDetail" class="inpbtn" data-type="1" type="default">开始查询</button>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<view class="layer" wx:if="{{showModalStatus}}"></view>
|
||||
<view class="float_box tip_box" wx:if="{{showModalStatus}}">
|
||||
<image class="ico_tip" src="https://api.xzw.com/static/image/xcx/ico_tip.png"></image>
|
||||
<text class="text_tip">{{msg}}</text>
|
||||
</view>
|
||||
<view class="b_cloud"></view>
|
||||
</view>
|
|
@ -0,0 +1,522 @@
|
|||
.container {
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
}
|
||||
|
||||
navigator {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.clear:after {
|
||||
clear: both;
|
||||
content: " ";
|
||||
display: block;
|
||||
font-size: 0;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
button::after {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.inpbox {
|
||||
background: #fff;
|
||||
border-radius: 82rpx;
|
||||
margin: 60rpx auto 0;
|
||||
width: 446rpx;
|
||||
}
|
||||
|
||||
.inpbox,.inpbox .text {
|
||||
height: 82rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.inpbox .text {
|
||||
background: none;
|
||||
box-sizing: border-box;
|
||||
color: #a9a9a9;
|
||||
display: block;
|
||||
font-size: 36rpx;
|
||||
line-height: 82rpx;
|
||||
padding: 0 30rpx;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.inpbox .notempty,.notempty {
|
||||
color: #5088eb;
|
||||
}
|
||||
|
||||
.bg_t {
|
||||
background: url(http://api.xzw.com/static/image/xcx/qq/bg_t.png) no-repeat 0 0;
|
||||
background-size: 100% 447rpx;
|
||||
height: 447rpx;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.bg,.bg_t {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.b_cloud {
|
||||
background-size: 100% 130rpx;
|
||||
bottom: 0;
|
||||
height: 130rpx;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mainbox {
|
||||
background: rgba(0,0,0,.15);
|
||||
border-radius: 25rpx;
|
||||
margin-top: 10rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.star1,.star1 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_sx.png) repeat 0 0;
|
||||
background-size: 60rpx 120rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
|
||||
.star1 {
|
||||
width: 300rpx;
|
||||
}
|
||||
|
||||
.star1 .star_on {
|
||||
background-position: 0 -60rpx;
|
||||
}
|
||||
|
||||
.star2,.star2 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_ap.png) repeat-x 0 0;
|
||||
background-size: 35rpx 70rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
.star2 {
|
||||
width: 175rpx;
|
||||
}
|
||||
|
||||
.star2 .star_on {
|
||||
background-position: 0 -35rpx;
|
||||
}
|
||||
|
||||
.layer {
|
||||
background: rgba(0,0,0,.6);
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.float_box,.layer {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box {
|
||||
bottom: -100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.float_box .f_title {
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.float_box .f_title .f_titleimg {
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box .f_main {
|
||||
background: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul {
|
||||
padding: 20rpx 20rpx 0;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li {
|
||||
float: left;
|
||||
margin-bottom: 30rpx;
|
||||
text-align: center;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg {
|
||||
background: #f3f3ff;
|
||||
border-radius: 140rpx;
|
||||
display: block;
|
||||
height: 110rpx;
|
||||
margin: 0 auto 5rpx;
|
||||
padding: 10rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg .f_liimg {
|
||||
height: 110rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_litxt {
|
||||
color: #888;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico {
|
||||
height: 52rpx;
|
||||
padding: 10rpx;
|
||||
position: absolute;
|
||||
top: -50rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_no {
|
||||
left: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_yes {
|
||||
right: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_img {
|
||||
height: 52rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con {
|
||||
float: left;
|
||||
overflow-x: hidden;
|
||||
padding: 10rpx 0;
|
||||
position: relative;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-wrapper {
|
||||
box-sizing: border-box;
|
||||
height: 600rpx;
|
||||
padding: 0 12rpx;
|
||||
width: 204rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide {
|
||||
height: 180rpx;
|
||||
padding: 16rpx 0;
|
||||
text-align: center;
|
||||
transition: .4s;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg {
|
||||
background: #eee;
|
||||
border-radius: 130rpx;
|
||||
display: inline-block;
|
||||
height: 100rpx;
|
||||
padding: 15rpx;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg .pair_conimg {
|
||||
height: 100rpx;
|
||||
opacity: .5;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_context {
|
||||
color: #999;
|
||||
display: block;
|
||||
font-size: 28rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active .pair_conbg .pair_conimg {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_conbg {
|
||||
background: #e2eaff;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_conbg {
|
||||
background: #ffe9e9;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_context {
|
||||
color: #6d96f0;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_context {
|
||||
color: #f65170;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female,.float_box .f_main .pair_male {
|
||||
color: #aaa;
|
||||
font-size: 32rpx;
|
||||
margin-top: 270rpx;
|
||||
padding: 0 18rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_male {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line {
|
||||
float: left;
|
||||
margin: 260rpx 20rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line .pair_lineimg {
|
||||
height: 72rpx;
|
||||
width: 150rpx;
|
||||
}
|
||||
|
||||
.tip_box {
|
||||
border-radius: 14rpx;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,.3);
|
||||
height: 238rpx;
|
||||
left: 50%;
|
||||
margin: -119rpx 0 0 -205rpx;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
width: 410rpx;
|
||||
}
|
||||
|
||||
.tip_box .ico_tip {
|
||||
display: block;
|
||||
height: 90rpx;
|
||||
margin: 0 auto 30rpx;
|
||||
width: 90rpx;
|
||||
}
|
||||
|
||||
.tip_box .text_tip {
|
||||
color: #555;
|
||||
display: block;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.slidedown {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
.slideup {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@-webkit-keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-attachment: scroll;
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg1.jpg);
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.bg .b_cloud {
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg1_cloud.png);
|
||||
}
|
||||
|
||||
.title {
|
||||
display: block;
|
||||
height: 68.75rpx;
|
||||
margin: 0 auto;
|
||||
width: 243rpx;
|
||||
}
|
||||
|
||||
.inp_area1 {
|
||||
box-sizing: border-box;
|
||||
padding-top: calc((100vh - 780rpx)/2);
|
||||
}
|
||||
|
||||
.inp_area2 {
|
||||
box-sizing: border-box;
|
||||
padding-top: calc((100vh - 1300rpx)/2);
|
||||
}
|
||||
|
||||
.inp_area1 .inpbox {
|
||||
margin-top: 92rpx;
|
||||
}
|
||||
|
||||
.inp_form {
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
padding: 0 30rpx;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.inp_form .inpbtn {
|
||||
background: -webkit-gradient(linear,72% 100%,68% 0,from(#5da3f9),to(#81d4ff));
|
||||
border-radius: 82rpx;
|
||||
box-shadow: 0 2px 8px rgba(66,86,204,.3);
|
||||
color: #fff;
|
||||
font-size: 36rpx;
|
||||
height: 82rpx;
|
||||
line-height: 82rpx;
|
||||
margin-top: 85rpx;
|
||||
width: 362rpx;
|
||||
}
|
||||
|
||||
.changejz {
|
||||
background: none;
|
||||
line-height: 2;
|
||||
margin-top: 165rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.changejz .txt_jz {
|
||||
color: #fff;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
.changejz .ico_jz {
|
||||
display: block;
|
||||
height: 21rpx;
|
||||
margin: 0 auto;
|
||||
width: 38rpx;
|
||||
}
|
||||
|
||||
.changejz .ico_dt {
|
||||
height: 50rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.inp_area2 .changejz {
|
||||
margin-top: 0;
|
||||
padding-bottom: 150rpx;
|
||||
padding-top: 62.5rpx;
|
||||
}
|
||||
|
||||
.inp_area1 .inpbox {
|
||||
margin-top: 62.5rpx;
|
||||
}
|
||||
|
||||
@media screen and (max-height:567px) {
|
||||
.changejz {
|
||||
margin-top: 15%;
|
||||
}
|
||||
|
||||
.inp_area2 .changejz {
|
||||
padding-bottom: 120rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.inp_area2 .timebox {
|
||||
width: 304rpx;
|
||||
}
|
||||
|
||||
.inp_area2 .area {
|
||||
color: #fff;
|
||||
margin-top: 62.5rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.inp_area2 .placebox {
|
||||
display: inline-block;
|
||||
margin: 0rpx 10rpx;
|
||||
vertical-align: middle;
|
||||
width: 220rpx;
|
||||
}
|
||||
|
||||
.inp_area2 .inpbtn {
|
||||
margin-top: 68.75rpx;
|
||||
}
|
||||
|
||||
.float_box {
|
||||
background-color: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 40rpx 30rpx;
|
||||
}
|
||||
|
||||
.float_box icon {
|
||||
margin-right: 20rpx;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.float_box text {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.float_box .ico {
|
||||
padding: 10rpx;
|
||||
position: absolute;
|
||||
right: 10rpx;
|
||||
top: 5rpx;
|
||||
}
|
||||
|
||||
.float_box .ico,.float_box .ico image {
|
||||
height: 52rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.mini {
|
||||
bottom: -140rpx;
|
||||
}
|
||||
|
||||
@media screen and (min-height:700px) {
|
||||
.inp_form .inpbtn,.inpbox {
|
||||
margin-top: 60rpx;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,149 @@
|
|||
var a, t;
|
||||
|
||||
a = getApp(), t = require("../../utils/util.js"), Page({
|
||||
data: {
|
||||
list: a.globalData.xzwdata,
|
||||
hei: a.globalData.sheight,
|
||||
infodata: null,
|
||||
modalHidden: !1,
|
||||
showModalStatus: !1,
|
||||
mengshow: !1,
|
||||
bottom: "-100%",
|
||||
sharelayer: !1,
|
||||
sharebox: !1,
|
||||
sharemodal: !1,
|
||||
bot: "-100%",
|
||||
openSettingBtnHidden: !0,
|
||||
hide_qcode: 1,
|
||||
id: 1,
|
||||
name: "白羊座",
|
||||
currentTab: 0,
|
||||
tab: [ "今日", "明日", "本周", "本月", "今年", "爱情" ],
|
||||
userInfo: "",
|
||||
hasUserInfo: !1,
|
||||
canIUse: wx.canIUse("button.open-type.getUserInfo"),
|
||||
show: !0,
|
||||
date: [],
|
||||
showTabs: !1
|
||||
},
|
||||
onLoad: function(e) {
|
||||
var o = this, s = this, n = s.options.id || s.data.id;
|
||||
if (isNaN(n)) {
|
||||
n = n.toLowerCase();
|
||||
for (var i = 0; i < s.data.list.length; i++) n == s.data.list[i].en.toLowerCase() && (n = i + 1);
|
||||
}
|
||||
var d = decodeURIComponent(this.options.scene);
|
||||
if (d) {
|
||||
var r = a._get(d, "id");
|
||||
r && (n = r), s.setData({
|
||||
id: n
|
||||
});
|
||||
}
|
||||
t.getData(n, s, "xz", function() {
|
||||
encodeURIComponent("id=" + n);
|
||||
}), a.globalData.userInfo ? this.setData({
|
||||
userInfo: a.globalData.userInfo,
|
||||
hasUserInfo: !0
|
||||
}) : this.data.canIUse ? a.userInfoReadyCallback = function(a) {
|
||||
o.setData({
|
||||
userInfo: a.userInfo,
|
||||
hasUserInfo: !0
|
||||
});
|
||||
} : wx.getUserInfo({
|
||||
success: function(t) {
|
||||
a.globalData.userInfo = t.userInfo, o.setData({
|
||||
userInfo: t.userInfo,
|
||||
hasUserInfo: !0
|
||||
});
|
||||
}
|
||||
}), s.data.infodata && drawImg.downImg(img_user, "user_" + s.data.userInfo.nickName);
|
||||
},
|
||||
swichNav: function(a) {
|
||||
var t = a.target.dataset.current;
|
||||
if (t || (t = a.detail.current + 1), this.data.currentTab === t - 1) return !1;
|
||||
this.setData({
|
||||
currentTab: t - 1,
|
||||
showTabs: !1
|
||||
});
|
||||
},
|
||||
changexz: function(a) {
|
||||
var e = this, o = a.currentTarget.dataset.index;
|
||||
if (o === e.data.id) return t.hideModal(e), !1;
|
||||
t.getData(o, e, "xz", function() {
|
||||
var a = "https://api.xzw.com/static/image/xcx/xz_" + o + ".png";
|
||||
drawImg.downImg(a, "xzimg_" + o);
|
||||
var t = "https://api.xzw.com/cp/wxcode?sid=2&hyaline=1&color=5566e4&scene=" + encodeURIComponent("id=" + o);
|
||||
drawImg.downImg(t, "qcode_" + o);
|
||||
}), t.hideModal(e, "showModalStatus", "mengshow", "bottom");
|
||||
},
|
||||
showModal: function() {
|
||||
t.showModal(this, "modalHidden", "showModalStatus", "mengshow", "bottom");
|
||||
},
|
||||
hideModal: function() {
|
||||
t.hideModal(this, "showModalStatus", "mengshow", "bottom");
|
||||
},
|
||||
showShareModal: function() {
|
||||
this.setData({
|
||||
showTabs: !1
|
||||
}), t.showModal(this, "sharebox", "sharemodal", "sharelayer", "bot");
|
||||
},
|
||||
hideShareModal: function() {
|
||||
t.hideModal(this, "sharemodal", "sharelayer", "bot");
|
||||
},
|
||||
getUserInfo: function(t) {
|
||||
console.log(t), a.globalData.userInfo = t.detail.userInfo, this.setData({
|
||||
userInfo: t.detail.userInfo,
|
||||
hasUserInfo: !0
|
||||
}), drawImg.downImg(t.detail.userInfo.avatarUrl, "user_" + t.detail.userInfo.nickName),
|
||||
drawImg.setData({
|
||||
userInfo: t.detail.userInfo
|
||||
});
|
||||
},
|
||||
share: function() {
|
||||
var a = this;
|
||||
t.hideModal(a, "sharemodal", "sharelayer", "bot"), drawImg.setData({
|
||||
xzimg: wx.getStorageSync("xzimg_" + a.data.id),
|
||||
img_user: wx.getStorageSync("user_" + a.data.userInfo.nickName),
|
||||
qcode: wx.getStorageSync("qcode_" + a.data.id),
|
||||
userInfo: a.data.userInfo,
|
||||
desc: a.data.infodata[a.data.currentTab],
|
||||
currentTab: a.data.currentTab,
|
||||
xzname: a.data.name,
|
||||
date: a.data.date
|
||||
}), a.setData({
|
||||
hide_qcode: 0
|
||||
}), drawImg.draw(a);
|
||||
},
|
||||
closeQcode: function() {
|
||||
this.setData({
|
||||
hide_qcode: 1
|
||||
});
|
||||
},
|
||||
handleSetting: function(a) {
|
||||
a.detail.authSetting["scope.writePhotosAlbum"] && (this.setData({
|
||||
openSettingBtnHidden: !0
|
||||
}), drawImg.save_file(this));
|
||||
},
|
||||
inbtn: function(a) {
|
||||
console.log("in");
|
||||
},
|
||||
onShareAppMessage: function(a) {
|
||||
return "button" === a.from && console.log(a.target), {
|
||||
title: "星座详情",
|
||||
path: "/pages/fortune_astro/fortune_info?id=" + this.data.id,
|
||||
success: function(a) {},
|
||||
fail: function(a) {}
|
||||
};
|
||||
},
|
||||
showTabs: function() {
|
||||
var a = !this.data.showTabs;
|
||||
this.setData({
|
||||
showTabs: a
|
||||
});
|
||||
},
|
||||
hideTabs: function() {
|
||||
this.setData({
|
||||
showTabs: !1
|
||||
});
|
||||
}
|
||||
});
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"navigationBarTitleText": "星座详情",
|
||||
"usingComponents": {}
|
||||
}
|
|
@ -0,0 +1,89 @@
|
|||
<view bindtap="hideTabs" class="bg">
|
||||
|
||||
<block wx:if="{{currentTab==tabindex}}" wx:for="{{infodata}}" wx:for-index="tabindex" wx:key="index1">
|
||||
<view class="bg_t"></view>
|
||||
<view class="inner">
|
||||
<view class="box">
|
||||
<view class="box_t clear">
|
||||
<view class="dt">
|
||||
<image class="dt_img" src="https://m.xzw.com/static/public/images/prot_icon/xz/a/{{id}}.png"></image>
|
||||
</view>
|
||||
<view class="dd">
|
||||
<view bindtap="showModal" class="dt_title">{{name}}<view class="arrow"></view>
|
||||
</view>
|
||||
<text class="dd_title">{{tab[currentTab]}}运({{date[tabindex]}})</text>
|
||||
<text class="dd_text">{{infodata[tabindex].desc}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mainbox">
|
||||
<view class="ul">
|
||||
<view class="li" wx:for="{{infodata[tabindex].index}}" wx:for-index="stb" wx:key="index2">
|
||||
<text class="li_title">{{item.t}}</text>
|
||||
<view class="star2" wx:if="{{item.s}}">
|
||||
<view class="star_on" style="width:{{item.s*20}}%"></view>
|
||||
</view>
|
||||
<text class="li_text" wx:if="{{item.v}}">{{item.v}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view wx:for="{{infodata[tabindex].content}}" wx:key="index3">
|
||||
<text class="c_title">{{item.t}}</text>
|
||||
<text class="c_info">{{item.v}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
<view class="more_fortune">
|
||||
<view class="{{showTabs?'tab_items show':'tab_items'}}">
|
||||
<view bindtap="swichNav" class="view{{index+1}}" data-current="{{index+1}}" wx:if="{{currentTab!=index}}" wx:for="{{tab}}" wx:key="index">{{item}}</view>
|
||||
</view>
|
||||
<view bindtap="showTabs" class="tap_more">
|
||||
<image class="icon" src="../../image/ico_more.gif"></image>
|
||||
<text class="text">{{tab[currentTab]}}运</text>
|
||||
</view>
|
||||
</view>
|
||||
<view bindtap="hideModal" class="layer" wx:if="{{mengshow}}"></view>
|
||||
<view catchtap="inbtn" class="float_box {{showModalStatus?'slideup':'slidedown'}}" style="bottom:{{bottom}}" wx:if="{{modalHidden}}">
|
||||
<view class="f_title">
|
||||
<image class="f_titleimg" src="../../image/sel_xz.png"></image>
|
||||
</view>
|
||||
<view class="f_main">
|
||||
<view class="f_ul clear">
|
||||
<view bindtap="changexz" class="f_li" data-index="{{index+1}}" wx:for="{{list}}" wx:key="index">
|
||||
<view class="f_libg">
|
||||
<image class="f_liimg" src="https://m.xzw.com/static/public/images/prot_icon/xz/a/{{index+1}}.png"></image>
|
||||
</view>
|
||||
<view class="f_litxt">{{item.name}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view bindtap="hideShareModal" class="layer" wx:if="{{sharelayer}}"></view>
|
||||
<view class="float_share {{sharemodal?'slideup':'slidedown'}}" style="bottom:{{bot}}" wx:if="{{sharebox}}">
|
||||
<button class="st qun" openType="share">
|
||||
<view class="sbtn">
|
||||
<image src="../../image/timg.png"></image>
|
||||
</view>转发到好友或群聊</button>
|
||||
<view bindtap="share" class="st pyq">
|
||||
<view class="sbtn">
|
||||
<image src="../../image/share_circle.png"></image>
|
||||
</view>生成朋友圈分享图</view>
|
||||
</view>
|
||||
<view bindtap="closeQcode" catchtouchmove="false" class="canvas_mask" hidden="{{hide_qcode}}"></view>
|
||||
<view catchtouchmove="false" class="canvas_box" hidden="{{hide_qcode}}">
|
||||
<view class="q_canva">
|
||||
<canvas canvasId="myCanvas"></canvas>
|
||||
<view class="q_text" hidden="{{!openSettingBtnHidden}}">
|
||||
<text>图片已保存到相册</text>
|
||||
<text>可在相册中选取该图片分享到朋友圈</text>
|
||||
</view>
|
||||
<button bindopensetting="handleSetting" class="q_text" hidden="{{openSettingBtnHidden}}" openType="openSetting">
|
||||
<text>点击授权相册读取权限</text>
|
||||
<text>只有授权后才能保存到相册哦~</text>
|
||||
</button>
|
||||
</view>
|
||||
<image bindtap="closeQcode" src="../../image/icon_close.png"></image>
|
||||
</view>
|
|
@ -0,0 +1,746 @@
|
|||
.container {
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
}
|
||||
|
||||
navigator {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.clear:after {
|
||||
clear: both;
|
||||
content: " ";
|
||||
display: block;
|
||||
font-size: 0;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
button::after {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.inpbox {
|
||||
background: #fff;
|
||||
border-radius: 82rpx;
|
||||
margin: 60rpx auto 0;
|
||||
width: 446rpx;
|
||||
}
|
||||
|
||||
.inpbox,.inpbox .text {
|
||||
height: 82rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.inpbox .text {
|
||||
background: none;
|
||||
box-sizing: border-box;
|
||||
color: #a9a9a9;
|
||||
display: block;
|
||||
font-size: 36rpx;
|
||||
line-height: 82rpx;
|
||||
padding: 0 30rpx;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.inpbox .notempty,.notempty {
|
||||
color: #5088eb;
|
||||
}
|
||||
|
||||
.bg_t {
|
||||
background: url(http://api.xzw.com/static/image/xcx/qq/bg_t.png) no-repeat 0 0;
|
||||
background-size: 100% 447rpx;
|
||||
height: 447rpx;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.bg,.bg_t {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.b_cloud {
|
||||
background-size: 100% 130rpx;
|
||||
bottom: 0;
|
||||
height: 130rpx;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mainbox {
|
||||
background: rgba(0,0,0,.15);
|
||||
border-radius: 25rpx;
|
||||
margin-top: 10rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.star1,.star1 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_sx.png) repeat 0 0;
|
||||
background-size: 60rpx 120rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
|
||||
.star1 {
|
||||
width: 300rpx;
|
||||
}
|
||||
|
||||
.star1 .star_on {
|
||||
background-position: 0 -60rpx;
|
||||
}
|
||||
|
||||
.star2,.star2 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_ap.png) repeat-x 0 0;
|
||||
background-size: 35rpx 70rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
.star2 {
|
||||
width: 175rpx;
|
||||
}
|
||||
|
||||
.star2 .star_on {
|
||||
background-position: 0 -35rpx;
|
||||
}
|
||||
|
||||
.layer {
|
||||
background: rgba(0,0,0,.6);
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.float_box,.layer {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box {
|
||||
bottom: -100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.float_box .f_title {
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.float_box .f_title .f_titleimg {
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box .f_main {
|
||||
background: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul {
|
||||
padding: 20rpx 20rpx 0;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li {
|
||||
float: left;
|
||||
margin-bottom: 30rpx;
|
||||
text-align: center;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg {
|
||||
background: #f3f3ff;
|
||||
border-radius: 140rpx;
|
||||
display: block;
|
||||
height: 110rpx;
|
||||
margin: 0 auto 5rpx;
|
||||
padding: 10rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg .f_liimg {
|
||||
height: 110rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_litxt {
|
||||
color: #888;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico {
|
||||
height: 52rpx;
|
||||
padding: 10rpx;
|
||||
position: absolute;
|
||||
top: -50rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_no {
|
||||
left: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_yes {
|
||||
right: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_img {
|
||||
height: 52rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con {
|
||||
float: left;
|
||||
overflow-x: hidden;
|
||||
padding: 10rpx 0;
|
||||
position: relative;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-wrapper {
|
||||
box-sizing: border-box;
|
||||
height: 600rpx;
|
||||
padding: 0 12rpx;
|
||||
width: 204rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide {
|
||||
height: 180rpx;
|
||||
padding: 16rpx 0;
|
||||
text-align: center;
|
||||
transition: .4s;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg {
|
||||
background: #eee;
|
||||
border-radius: 130rpx;
|
||||
display: inline-block;
|
||||
height: 100rpx;
|
||||
padding: 15rpx;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg .pair_conimg {
|
||||
height: 100rpx;
|
||||
opacity: .5;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_context {
|
||||
color: #999;
|
||||
display: block;
|
||||
font-size: 28rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active .pair_conbg .pair_conimg {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_conbg {
|
||||
background: #e2eaff;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_conbg {
|
||||
background: #ffe9e9;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_context {
|
||||
color: #6d96f0;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_context {
|
||||
color: #f65170;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female,.float_box .f_main .pair_male {
|
||||
color: #aaa;
|
||||
font-size: 32rpx;
|
||||
margin-top: 270rpx;
|
||||
padding: 0 18rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_male {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line {
|
||||
float: left;
|
||||
margin: 260rpx 20rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line .pair_lineimg {
|
||||
height: 72rpx;
|
||||
width: 150rpx;
|
||||
}
|
||||
|
||||
.tip_box {
|
||||
border-radius: 14rpx;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,.3);
|
||||
height: 238rpx;
|
||||
left: 50%;
|
||||
margin: -119rpx 0 0 -205rpx;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
width: 410rpx;
|
||||
}
|
||||
|
||||
.tip_box .ico_tip {
|
||||
display: block;
|
||||
height: 90rpx;
|
||||
margin: 0 auto 30rpx;
|
||||
width: 90rpx;
|
||||
}
|
||||
|
||||
.tip_box .text_tip {
|
||||
color: #555;
|
||||
display: block;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.slidedown {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
.slideup {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@-webkit-keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg2.jpg);
|
||||
}
|
||||
|
||||
.b_cloud {
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg2_cloud.png);
|
||||
}
|
||||
|
||||
.bg .box {
|
||||
padding-bottom: 100rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #fff;
|
||||
display: block;
|
||||
font-size: 30rpx;
|
||||
line-height: 30rpx;
|
||||
margin: 50rpx 38rpx 0 0;
|
||||
padding: 10rpx 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
top: -5rpx;
|
||||
width: 152rpx;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.title .ico_change {
|
||||
background: url(https://api.xzw.com/static/image/xcx/ico_change.png) no-repeat 0 0;
|
||||
background-size: 30rpx;
|
||||
float: left;
|
||||
height: 30rpx;
|
||||
width: 30rpx;
|
||||
}
|
||||
|
||||
.box .box_t {
|
||||
height: 180rpx;
|
||||
padding: 50rpx 40rpx 30rpx;
|
||||
}
|
||||
|
||||
.box .box_t .dt {
|
||||
background: url(https://m.xzw.com/static/public/images/pao.png) no-repeat 0 0;
|
||||
background-size: 180rpx;
|
||||
box-sizing: border-box;
|
||||
float: left;
|
||||
height: 180rpx;
|
||||
margin-right: 50rpx;
|
||||
padding: 10rpx;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.box .box_t .dt .dt_img {
|
||||
height: 160rpx;
|
||||
width: 160rpx;
|
||||
}
|
||||
|
||||
.box .box_t .dd {
|
||||
color: #fff;
|
||||
float: left;
|
||||
padding-top: 15rpx;
|
||||
width: 360rpx;
|
||||
}
|
||||
|
||||
.box .box_t .dd .star1 {
|
||||
margin: 10rpx 0;
|
||||
}
|
||||
|
||||
.box .box_t .dd .dt_title {
|
||||
font-size: 32rpx;
|
||||
font-weight: 700;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.box .box_t .dd .dt_title .arrow {
|
||||
background: url(https://m.xzw.com/static/public/images/arrow6.png) no-repeat 0 0;
|
||||
background-size: 30rpx;
|
||||
display: inline-block;
|
||||
height: 30rpx;
|
||||
margin-left: 10rpx;
|
||||
opacity: .5;
|
||||
width: 30rpx;
|
||||
}
|
||||
|
||||
.box .box_t .dd .dd_title {
|
||||
color: #ffec48;
|
||||
display: block;
|
||||
font-size: 24rpx;
|
||||
padding-left: 5rpx;
|
||||
}
|
||||
|
||||
.box .box_t .dd .dd_text {
|
||||
display: inline-block;
|
||||
font-size: 37rpx;
|
||||
letter-spacing: 1px;
|
||||
line-height: 50rpx;
|
||||
margin-top: 10rpx;
|
||||
padding-left: 5rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.box .box_t .dd .dd_text::after,.box .box_t .dd .dd_text::before {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_quotes.png) no-repeat 0 2px;
|
||||
background-size: 24rpx auto;
|
||||
content: "";
|
||||
height: 24rpx;
|
||||
position: absolute;
|
||||
width: 24rpx;
|
||||
}
|
||||
|
||||
.box .box_t .dd .dd_text::before {
|
||||
left: -30rpx;
|
||||
}
|
||||
|
||||
.box .box_t .dd .dd_text::after {
|
||||
background-position: 0 -70rpx;
|
||||
right: -30rpx;
|
||||
}
|
||||
|
||||
.mainbox {
|
||||
background: rgba(54,39,132,.25);
|
||||
margin: 0 20rpx;
|
||||
}
|
||||
|
||||
.box .ul {
|
||||
color: #fff;
|
||||
font-size: 28rpx;
|
||||
padding: 10rpx 15rpx 0;
|
||||
}
|
||||
|
||||
.box .ul .li {
|
||||
display: inline-block;
|
||||
height: 50rpx;
|
||||
line-height: 50rpx;
|
||||
overflow: hidden;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.box .ul .li .star2 {
|
||||
float: left;
|
||||
margin-top: 10rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media screen and (min-height:700px) {
|
||||
.box .ul .li .star2 {
|
||||
width: 170rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.box .ul .li_title {
|
||||
float: left;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
|
||||
.box .ul .li_text {
|
||||
color: #ffd683;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 50rpx;
|
||||
overflow: hidden;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.box .content {
|
||||
background: #f3f0ff;
|
||||
border-radius: 20rpx;
|
||||
color: #555;
|
||||
font-size: 30rpx;
|
||||
line-height: 56rpx;
|
||||
margin-top: 20rpx;
|
||||
padding: 20rpx 30rpx;
|
||||
}
|
||||
|
||||
.box .content .c_title {
|
||||
color: #806bd8;
|
||||
display: block;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.box .content .c_info {
|
||||
display: block;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.more_fortune {
|
||||
bottom: -148rpx;
|
||||
left: 50%;
|
||||
position: fixed;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.tap_more {
|
||||
background-image: -webkit-linear-gradient(120deg,#5d51ff,#8283ff 66%,#a6b5ff);
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 -5px 13px 0 rgba(58,20,179,.2);
|
||||
box-sizing: border-box;
|
||||
color: #fff;
|
||||
height: 306.94rpx;
|
||||
margin: 0 auto;
|
||||
padding-top: 33.33rpx;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
width: 306.94rpx;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.tap_more .icon {
|
||||
display: block;
|
||||
height: 52rpx;
|
||||
margin: 0 auto 10rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.tap_more .text {
|
||||
font-size: 38.89rpx;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.tab_items view {
|
||||
border-radius: 50%;
|
||||
color: #fff;
|
||||
font-size: 30.64rpx;
|
||||
height: 97.92rpx;
|
||||
left: 50%;
|
||||
line-height: 97.92rpx;
|
||||
margin: -48.96rpx 0 0 -48.96rpx;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
transform: translate(0,0);
|
||||
transition: all .3s;
|
||||
width: 97.92rpx;
|
||||
}
|
||||
|
||||
.tab_items view:nth-child(1) {
|
||||
transition-delay: 0;
|
||||
}
|
||||
|
||||
.tab_items view:nth-child(2) {
|
||||
transition-delay: .1s;
|
||||
}
|
||||
|
||||
.tab_items view:nth-child(3) {
|
||||
transition-delay: .2s;
|
||||
}
|
||||
|
||||
.tab_items view:nth-child(4) {
|
||||
transition-delay: .3s;
|
||||
}
|
||||
|
||||
.tab_items view:nth-child(5) {
|
||||
transition-delay: .4s;
|
||||
}
|
||||
|
||||
.tab_items.show view:nth-child(1) {
|
||||
transform: translate(-230rpx,-60rpx);
|
||||
}
|
||||
|
||||
.tab_items.show view:nth-child(2) {
|
||||
transform: translate(-155rpx,-185rpx);
|
||||
}
|
||||
|
||||
.tab_items.show view:nth-child(3) {
|
||||
transform: translate(0,-230rpx);
|
||||
}
|
||||
|
||||
.tab_items.show view:nth-child(4) {
|
||||
transform: translate(155rpx,-185rpx);
|
||||
}
|
||||
|
||||
.tab_items.show view:nth-child(5) {
|
||||
transform: translate(230rpx,-60rpx);
|
||||
}
|
||||
|
||||
.tab_items .view1 {
|
||||
background-image: -webkit-linear-gradient(120deg,#5d51ff,#8283ff 66%,#a6b5ff);
|
||||
box-shadow: 0 -5px 13px 0 rgba(58,20,179,.2);
|
||||
}
|
||||
|
||||
.tab_items .view2 {
|
||||
background-image: -webkit-linear-gradient(120deg,#fe862f,#ffcba5);
|
||||
box-shadow: 1.5px 2.598px 9px 0 rgba(0,0,0,.15);
|
||||
opacity: .902;
|
||||
}
|
||||
|
||||
.tab_items .view3 {
|
||||
background-image: -webkit-linear-gradient(-60deg,#a5c9fd,#4397ff);
|
||||
}
|
||||
|
||||
.tab_items .view3,.tab_items .view4 {
|
||||
box-shadow: 0 5px 13px 0 rgba(0,0,0,.15);
|
||||
opacity: .902;
|
||||
}
|
||||
|
||||
.tab_items .view4 {
|
||||
background-image: -webkit-linear-gradient(120deg,#30b081,#acf3cb);
|
||||
}
|
||||
|
||||
.tab_items .view5 {
|
||||
background-image: -webkit-linear-gradient(120deg,#4ab760,#9be6aa);
|
||||
}
|
||||
|
||||
.tab_items .view5,.tab_items .view6 {
|
||||
box-shadow: 0 5px 13px 0 rgba(0,0,0,.15);
|
||||
opacity: .902;
|
||||
}
|
||||
|
||||
.tab_items .view6 {
|
||||
background-image: -webkit-linear-gradient(120deg,#fc2760,#ff9db8);
|
||||
}
|
||||
|
||||
.swiper-box {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.swiper-box swiper-item {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mini {
|
||||
bottom: 0;
|
||||
box-sizing: border-box;
|
||||
height: 152rpx;
|
||||
padding: 20rpx 68rpx 16rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mini .li text {
|
||||
color: hsla(0,0%,100%,.75);
|
||||
}
|
||||
|
||||
.shareview {
|
||||
box-sizing: border-box;
|
||||
margin-top: -45rpx;
|
||||
padding: 0 28rpx;
|
||||
}
|
||||
|
||||
.sharebtn,.shareview {
|
||||
height: 100rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sharebtn {
|
||||
background: #d2e1ff;
|
||||
border-radius: 0 0 14px 14px;
|
||||
color: #5b86e9;
|
||||
font-size: 38rpx;
|
||||
line-height: 100rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sharebtn image {
|
||||
height: 44rpx;
|
||||
vertical-align: middle;
|
||||
width: 44rpx;
|
||||
}
|
||||
|
||||
.ys {
|
||||
display: block;
|
||||
height: 100rpx;
|
||||
margin: 0 auto;
|
||||
width: 200rpx;
|
||||
}
|
||||
|
||||
.swiper-box {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
var t;
|
||||
|
||||
t = getApp(), Page({
|
||||
data: {
|
||||
list: t.globalData.xzwdata
|
||||
},
|
||||
onLoad: function(t) {},
|
||||
onShareAppMessage: function(t) {
|
||||
return "button" === t.from && console.log(t.target), {
|
||||
title: "星座",
|
||||
path: "/pages/fortune_astro/index",
|
||||
success: function(t) {},
|
||||
fail: function(t) {}
|
||||
};
|
||||
}
|
||||
});
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"navigationBarTitleText": "星座",
|
||||
"usingComponents": {}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
<view class="bg">
|
||||
<view class="bg_t"></view>
|
||||
<view class="fortune">
|
||||
<navigator class="li" hoverClass="none" mode="widthFix" url="fortune_info?id={{index+1}}" wx:for="{{list}}" wx:key="index">
|
||||
<view class="li_bg">
|
||||
<image class="li_img" src="https://m.xzw.com/static/public/images/prot_icon/xz/a/{{index+1}}.png"></image>
|
||||
</view>
|
||||
<view class="name">{{item.name}}</view>
|
||||
<view class="date">{{item.date}}</view>
|
||||
</navigator>
|
||||
</view>
|
||||
<view class="b_cloud"></view>
|
||||
</view>
|
|
@ -0,0 +1,423 @@
|
|||
.container {
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
}
|
||||
|
||||
navigator {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.clear:after {
|
||||
clear: both;
|
||||
content: " ";
|
||||
display: block;
|
||||
font-size: 0;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
button::after {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.inpbox {
|
||||
background: #fff;
|
||||
border-radius: 82rpx;
|
||||
margin: 60rpx auto 0;
|
||||
width: 446rpx;
|
||||
}
|
||||
|
||||
.inpbox,.inpbox .text {
|
||||
height: 82rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.inpbox .text {
|
||||
background: none;
|
||||
box-sizing: border-box;
|
||||
color: #a9a9a9;
|
||||
display: block;
|
||||
font-size: 36rpx;
|
||||
line-height: 82rpx;
|
||||
padding: 0 30rpx;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.inpbox .notempty,.notempty {
|
||||
color: #5088eb;
|
||||
}
|
||||
|
||||
.bg_t {
|
||||
background: url(http://api.xzw.com/static/image/xcx/qq/bg_t.png) no-repeat 0 0;
|
||||
background-size: 100% 447rpx;
|
||||
height: 447rpx;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.bg,.bg_t {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.b_cloud {
|
||||
background-size: 100% 130rpx;
|
||||
bottom: 0;
|
||||
height: 130rpx;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mainbox {
|
||||
background: rgba(0,0,0,.15);
|
||||
border-radius: 25rpx;
|
||||
margin-top: 10rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.star1,.star1 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_sx.png) repeat 0 0;
|
||||
background-size: 60rpx 120rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
|
||||
.star1 {
|
||||
width: 300rpx;
|
||||
}
|
||||
|
||||
.star1 .star_on {
|
||||
background-position: 0 -60rpx;
|
||||
}
|
||||
|
||||
.star2,.star2 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_ap.png) repeat-x 0 0;
|
||||
background-size: 35rpx 70rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
.star2 {
|
||||
width: 175rpx;
|
||||
}
|
||||
|
||||
.star2 .star_on {
|
||||
background-position: 0 -35rpx;
|
||||
}
|
||||
|
||||
.layer {
|
||||
background: rgba(0,0,0,.6);
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.float_box,.layer {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box {
|
||||
bottom: -100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.float_box .f_title {
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.float_box .f_title .f_titleimg {
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box .f_main {
|
||||
background: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul {
|
||||
padding: 20rpx 20rpx 0;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li {
|
||||
float: left;
|
||||
margin-bottom: 30rpx;
|
||||
text-align: center;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg {
|
||||
background: #f3f3ff;
|
||||
border-radius: 140rpx;
|
||||
display: block;
|
||||
height: 110rpx;
|
||||
margin: 0 auto 5rpx;
|
||||
padding: 10rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg .f_liimg {
|
||||
height: 110rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_litxt {
|
||||
color: #888;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico {
|
||||
height: 52rpx;
|
||||
padding: 10rpx;
|
||||
position: absolute;
|
||||
top: -50rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_no {
|
||||
left: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_yes {
|
||||
right: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_img {
|
||||
height: 52rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con {
|
||||
float: left;
|
||||
overflow-x: hidden;
|
||||
padding: 10rpx 0;
|
||||
position: relative;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-wrapper {
|
||||
box-sizing: border-box;
|
||||
height: 600rpx;
|
||||
padding: 0 12rpx;
|
||||
width: 204rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide {
|
||||
height: 180rpx;
|
||||
padding: 16rpx 0;
|
||||
text-align: center;
|
||||
transition: .4s;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg {
|
||||
background: #eee;
|
||||
border-radius: 130rpx;
|
||||
display: inline-block;
|
||||
height: 100rpx;
|
||||
padding: 15rpx;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg .pair_conimg {
|
||||
height: 100rpx;
|
||||
opacity: .5;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_context {
|
||||
color: #999;
|
||||
display: block;
|
||||
font-size: 28rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active .pair_conbg .pair_conimg {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_conbg {
|
||||
background: #e2eaff;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_conbg {
|
||||
background: #ffe9e9;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_context {
|
||||
color: #6d96f0;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_context {
|
||||
color: #f65170;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female,.float_box .f_main .pair_male {
|
||||
color: #aaa;
|
||||
font-size: 32rpx;
|
||||
margin-top: 270rpx;
|
||||
padding: 0 18rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_male {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line {
|
||||
float: left;
|
||||
margin: 260rpx 20rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line .pair_lineimg {
|
||||
height: 72rpx;
|
||||
width: 150rpx;
|
||||
}
|
||||
|
||||
.tip_box {
|
||||
border-radius: 14rpx;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,.3);
|
||||
height: 238rpx;
|
||||
left: 50%;
|
||||
margin: -119rpx 0 0 -205rpx;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
width: 410rpx;
|
||||
}
|
||||
|
||||
.tip_box .ico_tip {
|
||||
display: block;
|
||||
height: 90rpx;
|
||||
margin: 0 auto 30rpx;
|
||||
width: 90rpx;
|
||||
}
|
||||
|
||||
.tip_box .text_tip {
|
||||
color: #555;
|
||||
display: block;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.slidedown {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
.slideup {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@-webkit-keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-attachment: scroll;
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg2.jpg);
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.b_cloud {
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg2_cloud.png);
|
||||
}
|
||||
|
||||
.fortune {
|
||||
padding: 0 20rpx;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.fortune .li {
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
margin: 40rpx 39rpx 0;
|
||||
text-align: center;
|
||||
width: 160rpx;
|
||||
}
|
||||
|
||||
.fortune .li .li_bg {
|
||||
background: url(https://m.xzw.com/static/public/images/pao.png) no-repeat 0 0;
|
||||
background-size: 160rpx;
|
||||
box-sizing: border-box;
|
||||
height: 160rpx;
|
||||
margin-bottom: 10rpx;
|
||||
padding: 10rpx;
|
||||
width: 160rpx;
|
||||
}
|
||||
|
||||
.fortune .li .li_img {
|
||||
height: 140rpx;
|
||||
width: 140rpx;
|
||||
}
|
||||
|
||||
.fortune .li .name {
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.fortune .li .date {
|
||||
font-size: 24rpx;
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
@media screen and (min-height:700px) {
|
||||
.fortune .li {
|
||||
margin: 80rpx 38rpx 0;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,199 @@
|
|||
!function() {
|
||||
function a(a, t, e) {
|
||||
return t in a ? Object.defineProperty(a, t, {
|
||||
value: e,
|
||||
enumerable: !0,
|
||||
configurable: !0,
|
||||
writable: !0
|
||||
}) : a[t] = e, a;
|
||||
}
|
||||
var t, e = getApp(), o = require("../../utils/util.js");
|
||||
Page({
|
||||
data: (t = {
|
||||
currMon: 0,
|
||||
curryear: "2020",
|
||||
select: 0,
|
||||
list: e.globalData.sxdata,
|
||||
infodata: null,
|
||||
modalHidden: !1,
|
||||
showModalStatus: !1,
|
||||
mengshow: !1,
|
||||
bottom: "-100%",
|
||||
sharelayer: !1,
|
||||
sharebox: !1,
|
||||
sharemodal: !1
|
||||
}, a(t, "bottom", "-100%"), a(t, "openSettingBtnHidden", !0), a(t, "hide_qcode", 1),
|
||||
a(t, "id", 1), a(t, "name", "鼠"), a(t, "month", [ "正", "二", "三", "四", "五", "六", "七", "八", "九", "十", "冬", "腊" ]),
|
||||
a(t, "userInfo", ""), a(t, "hasUserInfo", !1), a(t, "canIUse", wx.canIUse("button.open-type.getUserInfo")),
|
||||
a(t, "monthCon", !1), a(t, "foldShow", !1), a(t, "date", []), a(t, "swiperHeight", 150),
|
||||
t),
|
||||
onLoad: function(a) {
|
||||
var t = this, n = this, s = n.options.id || n.data.id;
|
||||
if (isNaN(s)) for (var i = s.toLowerCase(), d = 0; d < n.data.list.length; d++) i == n.data.list[d].en && (s = d + 1);
|
||||
var r = decodeURIComponent(this.options.scene), h = new Date().getFullYear();
|
||||
r && ((i = e._get(r, "id")) && (s = i), n.setData({
|
||||
id: s,
|
||||
curryear: h
|
||||
})), o.getData(s, n, "sxys", function() {
|
||||
encodeURIComponent("id=" + s), n.setData({
|
||||
infodata: n.data.infodata.data
|
||||
}), console.log("数据", n.data.infodata);
|
||||
}), e.globalData.userInfo ? this.setData({
|
||||
userInfo: e.globalData.userInfo,
|
||||
hasUserInfo: !0
|
||||
}) : this.data.canIUse ? e.userInfoReadyCallback = function(a) {
|
||||
t.setData({
|
||||
userInfo: a.userInfo,
|
||||
hasUserInfo: !0
|
||||
});
|
||||
} : wx.getUserInfo({
|
||||
success: function(a) {
|
||||
e.globalData.userInfo = a.userInfo, t.setData({
|
||||
userInfo: a.userInfo,
|
||||
hasUserInfo: !0
|
||||
});
|
||||
}
|
||||
}), n.data.infodata && drawImg.downImg(img_user, "user_" + n.data.userInfo.nickName);
|
||||
},
|
||||
onChangeYear: function(a) {
|
||||
var t = a.currentTarget.dataset.index, e = this, o = (e.options.id || e.data.id,
|
||||
2020);
|
||||
e.data.select > 0 && (o = e.data.infodata.year[e.data.select - 1]), e.setData({
|
||||
select: t,
|
||||
year: o,
|
||||
currMon: 0,
|
||||
foldShow: !1,
|
||||
monthCon: !1
|
||||
}), e.getData1();
|
||||
},
|
||||
getData1: function() {
|
||||
var a = this, t = {
|
||||
id: a.data.id,
|
||||
vc: "wxcode",
|
||||
token: "Mdozp+aZobSx2jK0JeglmiYkHqpuWeT3JzStGWapYqe"
|
||||
};
|
||||
a.data.select > 0 && (t.year = a.data.infodata.year[a.data.select - 1]), wx.request({
|
||||
url: "https://api.xzw.com/com/json/shengxiao_fortune.js",
|
||||
data: t,
|
||||
success: function(t) {
|
||||
var e = t.data.data.data;
|
||||
a.setData({
|
||||
infodata: e
|
||||
}), console.log("数据", a.data.infodata);
|
||||
}
|
||||
});
|
||||
},
|
||||
viewMonth: function(a) {
|
||||
var t = a.currentTarget.dataset.index;
|
||||
this.setData({
|
||||
foldShow: !0,
|
||||
monthCon: !0,
|
||||
currMon: t
|
||||
}), this.setSwiperHeight();
|
||||
},
|
||||
hideMonth: function(a) {
|
||||
this.setData({
|
||||
currMon: 0,
|
||||
foldShow: !1,
|
||||
monthCon: !1
|
||||
});
|
||||
},
|
||||
handleChange: function(a) {
|
||||
this.setData({
|
||||
currMon: a.detail.current + 1
|
||||
}), this.setSwiperHeight();
|
||||
},
|
||||
clicksx: function(a) {
|
||||
var t = this, e = a.currentTarget.dataset.index;
|
||||
if (e === t.data.id) return o.hideModal(t), !1;
|
||||
o.getData(e, t, "sxys", function() {
|
||||
t.setData({
|
||||
infodata: t.data.infodata.data,
|
||||
select: 0,
|
||||
currMon: 0,
|
||||
foldShow: !1,
|
||||
monthCon: !1
|
||||
});
|
||||
}), o.hideModal(t, "showModalStatus", "mengshow", "bottom");
|
||||
},
|
||||
showModal: function() {
|
||||
o.showModal(this, "modalHidden", "showModalStatus", "mengshow", "bottom");
|
||||
},
|
||||
hideModal: function() {
|
||||
o.hideModal(this, "showModalStatus", "mengshow", "bottom");
|
||||
},
|
||||
showShareModal: function() {
|
||||
this.setData({
|
||||
showTabs: !1
|
||||
}), o.showModal(this, "sharebox", "sharemodal", "sharelayer", "bot");
|
||||
},
|
||||
hideShareModal: function() {
|
||||
o.hideModal(this, "sharemodal", "sharelayer", "bot");
|
||||
},
|
||||
setSwiperHeight: function() {
|
||||
var a = this, t = wx.createSelectorQuery().in(this);
|
||||
t.select(".month_swiper .cur").boundingClientRect(), t.exec(function(t) {
|
||||
var e = t[0].height;
|
||||
a.setData({
|
||||
swiperHeight: e
|
||||
});
|
||||
});
|
||||
},
|
||||
getUserInfo: function(a) {
|
||||
console.log(a), e.globalData.userInfo = a.detail.userInfo, this.setData({
|
||||
userInfo: a.detail.userInfo,
|
||||
hasUserInfo: !0
|
||||
}), drawImg.downImg(a.detail.userInfo.avatarUrl, "user_" + a.detail.userInfo.nickName),
|
||||
drawImg.setData({
|
||||
userInfo: a.detail.userInfo
|
||||
});
|
||||
},
|
||||
share: function() {
|
||||
var a = this;
|
||||
o.hideModal(a, "sharemodal", "sharelayer", "bot"), drawImg.setData({
|
||||
xzimg: wx.getStorageSync("xzimg_" + a.data.id),
|
||||
img_user: wx.getStorageSync("user_" + a.data.userInfo.nickName),
|
||||
qcode: wx.getStorageSync("qcode_" + a.data.id),
|
||||
userInfo: a.data.userInfo,
|
||||
desc: a.data.infodata[a.data.currentTab],
|
||||
currentTab: a.data.currentTab,
|
||||
xzname: a.data.name,
|
||||
date: a.data.date
|
||||
}), a.setData({
|
||||
hide_qcode: 0
|
||||
}), drawImg.draw(a);
|
||||
},
|
||||
closeQcode: function() {
|
||||
this.setData({
|
||||
hide_qcode: 1
|
||||
});
|
||||
},
|
||||
handleSetting: function(a) {
|
||||
a.detail.authSetting["scope.writePhotosAlbum"] && (this.setData({
|
||||
openSettingBtnHidden: !0
|
||||
}), drawImg.save_file(this));
|
||||
},
|
||||
inbtn: function(a) {
|
||||
console.log("in");
|
||||
},
|
||||
onShareAppMessage: function(a) {
|
||||
return "button" === a.from && console.log(a.target), {
|
||||
title: "生肖详情",
|
||||
path: "/pages/fortune_sx/fortune_info?id=" + this.data.id,
|
||||
success: function(a) {},
|
||||
fail: function(a) {}
|
||||
};
|
||||
},
|
||||
showTabs: function() {
|
||||
var a = !this.data.showTabs;
|
||||
this.setData({
|
||||
showTabs: a
|
||||
});
|
||||
},
|
||||
hideTabs: function() {
|
||||
this.setData({
|
||||
showTabs: !1
|
||||
});
|
||||
}
|
||||
});
|
||||
}();
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"navigationBarTitleText": "生肖详情",
|
||||
"usingComponents": {}
|
||||
}
|
|
@ -0,0 +1,67 @@
|
|||
<view class="bg">
|
||||
|
||||
<view class="bg_t"></view>
|
||||
<view class="box">
|
||||
<view class="inner">
|
||||
<view class="dt">
|
||||
<image class="dt_img" src="https://m.xzw.com/static/public/images/prot_icon/sx/a/{{id}}.png"></image>
|
||||
</view>
|
||||
<view bindtap="showModal" class="sxname">{{infodata.name}}</view>
|
||||
<view class="dd_text">
|
||||
<text class="label">出生年份</text>
|
||||
<text bindtap="onChangeYear" class="item {{select==0?'active':''}}" data-index="0">综合</text>
|
||||
<text bindtap="onChangeYear" class="item {{select==index+1?'active':''}}" data-index="{{index+1}}" wx:if="{{index<6}}" wx:for="{{infodata.year}}">{{item}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="title">{{curryear}}年</view>
|
||||
<view class="m_title">指数</view>
|
||||
<view class="star1">
|
||||
<view class="star_on" style="width:{{infodata.star/5*100}}%"></view>
|
||||
</view>
|
||||
<view class="box_main">
|
||||
<view class="monthys">
|
||||
<view class="title">每月</view>
|
||||
<view class="month_box">
|
||||
<scroll-view scrollX class="month">
|
||||
<view bindtap="viewMonth" class="item {{currMon==index+1?'active':''}}" data-index="{{index+1}}" wx:for="{{infodata.month}}">{{item.date[0]}}</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
<swiper autoHeight="true" bindchange="handleChange" class="month_swiper" current="{{currMon-1}}" displayMultipleItems="1" style="height:{{swiperHeight}}px" wx:if="{{monthCon}}">
|
||||
<swiper-item data-index="{{index}}" wx:for="{{infodata.month}}">
|
||||
<view class="item {{currMon-1==index?'cur':''}}">
|
||||
<text class="h3">公历:{{infodata.month[currMon-1].date[1]}}</text>
|
||||
<view class="month_con">{{infodata.month[currMon-1].desc}}</view>
|
||||
</view>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<view bindtap="hideMonth" class="fold" wx:if="{{foldShow}}">
|
||||
<text class="fold_txt">收起</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="ysinfo">
|
||||
<block wx:for="{{infodata.index}}">
|
||||
<view class="f_title">{{item.title||item[0]}}星运<view class="p_title">{{infodata.year[select-1]?infodata.year[select-1]+'年出生':''}}属{{infodata.name}}的人{{curryear}}年</view>
|
||||
</view>
|
||||
<view class="desc">{{item.cont||item[1]}}</view>
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="b_cloud"></view>
|
||||
<view bindtap="hideModal" catchtouchmove="true" class="layer" wx:if="{{mengshow}}"></view>
|
||||
<view catchtouchmove="true" class="float_box {{showModalStatus?'slideup':'slidedown'}}" wx:if="{{modalHidden}}">
|
||||
<view class="f_title">
|
||||
<image class="f_titleimg" src="../../image/sel_sx.png"></image>
|
||||
</view>
|
||||
<view class="f_main">
|
||||
<view class="f_ul clear">
|
||||
<view bindtap="clicksx" class="f_li" data-index="{{index+1}}" wx:for="{{list}}" wx:key="index">
|
||||
<view class="f_libg">
|
||||
<image class="f_liimg" src="https://m.xzw.com/static/public/images/prot_icon/sx/a/{{index+1}}.png"></image>
|
||||
</view>
|
||||
<view class="f_litxt">{{item.name}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
|
@ -0,0 +1,681 @@
|
|||
.container {
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
}
|
||||
|
||||
navigator {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.clear:after {
|
||||
clear: both;
|
||||
content: " ";
|
||||
display: block;
|
||||
font-size: 0;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
button::after {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.inpbox {
|
||||
background: #fff;
|
||||
border-radius: 82rpx;
|
||||
margin: 60rpx auto 0;
|
||||
width: 446rpx;
|
||||
}
|
||||
|
||||
.inpbox,.inpbox .text {
|
||||
height: 82rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.inpbox .text {
|
||||
background: none;
|
||||
box-sizing: border-box;
|
||||
color: #a9a9a9;
|
||||
display: block;
|
||||
font-size: 36rpx;
|
||||
line-height: 82rpx;
|
||||
padding: 0 30rpx;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.inpbox .notempty,.notempty {
|
||||
color: #5088eb;
|
||||
}
|
||||
|
||||
.bg_t {
|
||||
background: url(http://api.xzw.com/static/image/xcx/qq/bg_t.png) no-repeat 0 0;
|
||||
background-size: 100% 447rpx;
|
||||
height: 447rpx;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.bg,.bg_t {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.b_cloud {
|
||||
background-size: 100% 130rpx;
|
||||
bottom: 0;
|
||||
height: 130rpx;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mainbox {
|
||||
background: rgba(0,0,0,.15);
|
||||
border-radius: 25rpx;
|
||||
margin-top: 10rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.star1,.star1 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_sx.png) repeat 0 0;
|
||||
background-size: 60rpx 120rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
|
||||
.star1 {
|
||||
width: 300rpx;
|
||||
}
|
||||
|
||||
.star1 .star_on {
|
||||
background-position: 0 -60rpx;
|
||||
}
|
||||
|
||||
.star2,.star2 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_ap.png) repeat-x 0 0;
|
||||
background-size: 35rpx 70rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
.star2 {
|
||||
width: 175rpx;
|
||||
}
|
||||
|
||||
.star2 .star_on {
|
||||
background-position: 0 -35rpx;
|
||||
}
|
||||
|
||||
.layer {
|
||||
background: rgba(0,0,0,.6);
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.float_box,.layer {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box {
|
||||
bottom: -100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.float_box .f_title {
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.float_box .f_title .f_titleimg {
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box .f_main {
|
||||
background: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul {
|
||||
padding: 20rpx 20rpx 0;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li {
|
||||
float: left;
|
||||
margin-bottom: 30rpx;
|
||||
text-align: center;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg {
|
||||
background: #f3f3ff;
|
||||
border-radius: 140rpx;
|
||||
display: block;
|
||||
height: 110rpx;
|
||||
margin: 0 auto 5rpx;
|
||||
padding: 10rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg .f_liimg {
|
||||
height: 110rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_litxt {
|
||||
color: #888;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico {
|
||||
height: 52rpx;
|
||||
padding: 10rpx;
|
||||
position: absolute;
|
||||
top: -50rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_no {
|
||||
left: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_yes {
|
||||
right: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_img {
|
||||
height: 52rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con {
|
||||
float: left;
|
||||
overflow-x: hidden;
|
||||
padding: 10rpx 0;
|
||||
position: relative;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-wrapper {
|
||||
box-sizing: border-box;
|
||||
height: 600rpx;
|
||||
padding: 0 12rpx;
|
||||
width: 204rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide {
|
||||
height: 180rpx;
|
||||
padding: 16rpx 0;
|
||||
text-align: center;
|
||||
transition: .4s;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg {
|
||||
background: #eee;
|
||||
border-radius: 130rpx;
|
||||
display: inline-block;
|
||||
height: 100rpx;
|
||||
padding: 15rpx;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg .pair_conimg {
|
||||
height: 100rpx;
|
||||
opacity: .5;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_context {
|
||||
color: #999;
|
||||
display: block;
|
||||
font-size: 28rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active .pair_conbg .pair_conimg {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_conbg {
|
||||
background: #e2eaff;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_conbg {
|
||||
background: #ffe9e9;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_context {
|
||||
color: #6d96f0;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_context {
|
||||
color: #f65170;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female,.float_box .f_main .pair_male {
|
||||
color: #aaa;
|
||||
font-size: 32rpx;
|
||||
margin-top: 270rpx;
|
||||
padding: 0 18rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_male {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line {
|
||||
float: left;
|
||||
margin: 260rpx 20rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line .pair_lineimg {
|
||||
height: 72rpx;
|
||||
width: 150rpx;
|
||||
}
|
||||
|
||||
.tip_box {
|
||||
border-radius: 14rpx;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,.3);
|
||||
height: 238rpx;
|
||||
left: 50%;
|
||||
margin: -119rpx 0 0 -205rpx;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
width: 410rpx;
|
||||
}
|
||||
|
||||
.tip_box .ico_tip {
|
||||
display: block;
|
||||
height: 90rpx;
|
||||
margin: 0 auto 30rpx;
|
||||
width: 90rpx;
|
||||
}
|
||||
|
||||
.tip_box .text_tip {
|
||||
color: #555;
|
||||
display: block;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.slidedown {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
.slideup {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@-webkit-keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg4.jpg);
|
||||
}
|
||||
|
||||
.b_cloud {
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg4_cloud.png);
|
||||
}
|
||||
|
||||
.box {
|
||||
padding: 50rpx 0 100rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.box .title {
|
||||
color: #fff;
|
||||
font-size: 50rpx;
|
||||
font-weight: 700;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
|
||||
.box .m_title,.box .title {
|
||||
line-height: 1.8em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.box .m_title {
|
||||
color: #ee8989;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.box_main {
|
||||
background: rgba(129,2,12,.25);
|
||||
border-radius: 25rpx;
|
||||
margin: 30rpx 20rpx 0;
|
||||
padding: 5rpx 0 20rpx;
|
||||
}
|
||||
|
||||
.monthys .title {
|
||||
color: hsla(0,0%,100%,.8);
|
||||
font-size: 28rpx;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.month_box {
|
||||
margin: 20rpx 20rpx 30rpx;
|
||||
}
|
||||
|
||||
.month {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.month .item {
|
||||
background: #c93f49;
|
||||
border-radius: 50%;
|
||||
color: hsla(0,0%,100%,.8);
|
||||
display: inline-block;
|
||||
font-size: 30rpx;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
margin-left: 20rpx;
|
||||
text-align: center;
|
||||
width: 90rpx;
|
||||
}
|
||||
|
||||
.month .item:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.month .item.active {
|
||||
background: url(http://api.xzw.com/static/image/xcx/qq/month_cur.png) no-repeat 0 0;
|
||||
background-size: 90rpx;
|
||||
border-radius: 0;
|
||||
color: #b7303a;
|
||||
height: 106rpx;
|
||||
}
|
||||
|
||||
.month_swiper {
|
||||
height: 300rpx;
|
||||
}
|
||||
|
||||
.month_swiper .item {
|
||||
background: linear-gradient(0,rgba(201,63,73,0),#c93f49);
|
||||
border-radius: 20rpx;
|
||||
box-sizing: border-box;
|
||||
color: #fff;
|
||||
margin: 0 20rpx;
|
||||
padding: 30rpx;
|
||||
}
|
||||
|
||||
.month_swiper .item .h3 {
|
||||
display: block;
|
||||
font-size: 32rpx;
|
||||
font-weight: 700;
|
||||
line-height: 46rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.month_swiper .item .month_con {
|
||||
font-size: 30rpx;
|
||||
line-height: 50rpx;
|
||||
margin-top: 20rpx;
|
||||
opacity: .9;
|
||||
text-align: justify;
|
||||
text-indent: 2em;
|
||||
}
|
||||
|
||||
.fold {
|
||||
margin: 0 20rpx 50rpx;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fold .fold_txt {
|
||||
background: url(http://api.xzw.com/static/image/xcx/qq/icon_fold.png) no-repeat 60rpx;
|
||||
background-size: 28rpx;
|
||||
color: hsla(0,0%,100%,.7);
|
||||
font-size: 26rpx;
|
||||
padding-right: 40rpx;
|
||||
}
|
||||
|
||||
.fold::after,.fold::before {
|
||||
background: hsla(0,0%,100%,.5);
|
||||
content: "";
|
||||
height: 1rpx;
|
||||
left: 10rpx;
|
||||
position: absolute;
|
||||
top: 30rpx;
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
.fold::after {
|
||||
left: auto;
|
||||
right: 10rpx;
|
||||
}
|
||||
|
||||
.star1 {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media screen and (min-height:700px) {
|
||||
.star1 {
|
||||
width: 295rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.dd_text {
|
||||
margin-top: 20rpx;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dd_text .label {
|
||||
color: hsla(0,0%,100%,.5);
|
||||
display: block;
|
||||
font-size: 28rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.dd_text .item {
|
||||
border-radius: 50rpx;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
font-size: 27.8rpx;
|
||||
margin: 0;
|
||||
padding: 8rpx 22rpx;
|
||||
}
|
||||
|
||||
.dd_text .item.active {
|
||||
background: hsla(0,90%,80%,.3);
|
||||
}
|
||||
|
||||
.inner .dt {
|
||||
background: url(https://m.xzw.com/static/public/images/pao.png) no-repeat 50%;
|
||||
background-size: cover;
|
||||
box-sizing: border-box;
|
||||
height: 220rpx;
|
||||
margin: 0 auto;
|
||||
padding: 10rpx;
|
||||
width: 220rpx;
|
||||
}
|
||||
|
||||
.inner .dt image.dt_img {
|
||||
height: 200rpx;
|
||||
width: 200rpx;
|
||||
}
|
||||
|
||||
.inner .sxname {
|
||||
background: hsla(0,0%,100%,.2);
|
||||
border-radius: 50rpx;
|
||||
color: #fff;
|
||||
font-size: 30rpx;
|
||||
height: 50rpx;
|
||||
line-height: 50rpx;
|
||||
margin: 20rpx auto 0;
|
||||
padding-right: 20rpx;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.inner .sxname:after {
|
||||
border: 12rpx solid transparent;
|
||||
border-top-color: #f8f8f8;
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: 20rpx;
|
||||
top: 22rpx;
|
||||
}
|
||||
|
||||
.ysinfo {
|
||||
background: #fff3f3;
|
||||
border-radius: 20rpx;
|
||||
margin: 0 20rpx;
|
||||
padding: 30rpx 35rpx;
|
||||
}
|
||||
|
||||
.ysinfo .f_title {
|
||||
color: #b9333c;
|
||||
font-size: 40rpx;
|
||||
font-weight: 700;
|
||||
margin-top: 5rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ysinfo .f_title:before {
|
||||
border: 15rpx solid transparent;
|
||||
border-left-color: #b8333c;
|
||||
content: "";
|
||||
left: -35rpx;
|
||||
position: absolute;
|
||||
top: 15rpx;
|
||||
}
|
||||
|
||||
.ysinfo .f_title .p_title {
|
||||
font-size: 26rpx;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.ysinfo .desc {
|
||||
color: #555;
|
||||
font-size: 32rpx;
|
||||
line-height: 1.8em;
|
||||
margin: 10rpx 0 50rpx;
|
||||
text-align: justify;
|
||||
text-indent: 1.8em;
|
||||
}
|
||||
|
||||
.ysinfo .desc:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.otherys {
|
||||
border-top: 1px solid #ddd;
|
||||
height: 240rpx;
|
||||
overflow: hidden;
|
||||
padding: 30rpx 25rpx;
|
||||
position: relative;
|
||||
transition: all .3s;
|
||||
}
|
||||
|
||||
.otherys.active {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.otherys.active .viewall {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.otherys .s_title {
|
||||
color: #db4343;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
.otherys .f_title,.otherys .s_title {
|
||||
font-weight: 700;
|
||||
line-height: 2.2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.otherys .f_title {
|
||||
color: #555;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.viewall {
|
||||
background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 60%);
|
||||
left: 0;
|
||||
padding-top: 180rpx;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.viewall .txt {
|
||||
color: #ff8610;
|
||||
font-size: 30rpx;
|
||||
line-height: 2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.viewall image {
|
||||
display: block;
|
||||
height: 50rpx;
|
||||
margin: 0 auto;
|
||||
width: 50rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg {
|
||||
background: #fee;
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
var t;
|
||||
|
||||
t = getApp(), Page({
|
||||
data: {
|
||||
list: t.globalData.sxdata
|
||||
},
|
||||
onLoad: function(t) {},
|
||||
onShareAppMessage: function(t) {
|
||||
return "button" === t.from && console.log(t.target), {
|
||||
title: "生肖",
|
||||
path: "/pages/fortune_sx/index",
|
||||
success: function(t) {},
|
||||
fail: function(t) {}
|
||||
};
|
||||
}
|
||||
});
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"navigationBarTitleText": "生肖",
|
||||
"usingComponents": {}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
<view class="bg">
|
||||
<view class="bg_t"></view>
|
||||
<view class="fortune">
|
||||
<navigator class="li" hoverClass="none" mode="widthFix" url="fortune_info?id={{index+1}}" wx:for="{{list}}" wx:key="index">
|
||||
<view class="li_bg">
|
||||
<image class="li_img" src="https://m.xzw.com/static/public/images/prot_icon/sx/a/{{index+1}}.png"></image>
|
||||
</view>
|
||||
<view class="name">{{item.name}}</view>
|
||||
</navigator>
|
||||
</view>
|
||||
<view class="b_cloud"></view>
|
||||
</view>
|
|
@ -0,0 +1,417 @@
|
|||
.container {
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
}
|
||||
|
||||
navigator {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.clear:after {
|
||||
clear: both;
|
||||
content: " ";
|
||||
display: block;
|
||||
font-size: 0;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
button::after {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.inpbox {
|
||||
background: #fff;
|
||||
border-radius: 82rpx;
|
||||
margin: 60rpx auto 0;
|
||||
width: 446rpx;
|
||||
}
|
||||
|
||||
.inpbox,.inpbox .text {
|
||||
height: 82rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.inpbox .text {
|
||||
background: none;
|
||||
box-sizing: border-box;
|
||||
color: #a9a9a9;
|
||||
display: block;
|
||||
font-size: 36rpx;
|
||||
line-height: 82rpx;
|
||||
padding: 0 30rpx;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.inpbox .notempty,.notempty {
|
||||
color: #5088eb;
|
||||
}
|
||||
|
||||
.bg_t {
|
||||
background: url(http://api.xzw.com/static/image/xcx/qq/bg_t.png) no-repeat 0 0;
|
||||
background-size: 100% 447rpx;
|
||||
height: 447rpx;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.bg,.bg_t {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.b_cloud {
|
||||
background-size: 100% 130rpx;
|
||||
bottom: 0;
|
||||
height: 130rpx;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mainbox {
|
||||
background: rgba(0,0,0,.15);
|
||||
border-radius: 25rpx;
|
||||
margin-top: 10rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.star1,.star1 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_sx.png) repeat 0 0;
|
||||
background-size: 60rpx 120rpx;
|
||||
height: 60rpx;
|
||||
}
|
||||
|
||||
.star1 {
|
||||
width: 300rpx;
|
||||
}
|
||||
|
||||
.star1 .star_on {
|
||||
background-position: 0 -60rpx;
|
||||
}
|
||||
|
||||
.star2,.star2 .star_on {
|
||||
background: url(https://m.xzw.com/static/public/images/icon_star_ap.png) repeat-x 0 0;
|
||||
background-size: 35rpx 70rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
.star2 {
|
||||
width: 175rpx;
|
||||
}
|
||||
|
||||
.star2 .star_on {
|
||||
background-position: 0 -35rpx;
|
||||
}
|
||||
|
||||
.layer {
|
||||
background: rgba(0,0,0,.6);
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.float_box,.layer {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box {
|
||||
bottom: -100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.float_box .f_title {
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.float_box .f_title .f_titleimg {
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.float_box .f_main {
|
||||
background: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul {
|
||||
padding: 20rpx 20rpx 0;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li {
|
||||
float: left;
|
||||
margin-bottom: 30rpx;
|
||||
text-align: center;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg {
|
||||
background: #f3f3ff;
|
||||
border-radius: 140rpx;
|
||||
display: block;
|
||||
height: 110rpx;
|
||||
margin: 0 auto 5rpx;
|
||||
padding: 10rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_libg .f_liimg {
|
||||
height: 110rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .f_ul .f_li .f_litxt {
|
||||
color: #888;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico {
|
||||
height: 52rpx;
|
||||
padding: 10rpx;
|
||||
position: absolute;
|
||||
top: -50rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_no {
|
||||
left: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_yes {
|
||||
right: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .ico_img {
|
||||
height: 52rpx;
|
||||
width: 52rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con {
|
||||
float: left;
|
||||
overflow-x: hidden;
|
||||
padding: 10rpx 0;
|
||||
position: relative;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-wrapper {
|
||||
box-sizing: border-box;
|
||||
height: 600rpx;
|
||||
padding: 0 12rpx;
|
||||
width: 204rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide {
|
||||
height: 180rpx;
|
||||
padding: 16rpx 0;
|
||||
text-align: center;
|
||||
transition: .4s;
|
||||
width: 180rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg {
|
||||
background: #eee;
|
||||
border-radius: 130rpx;
|
||||
display: inline-block;
|
||||
height: 100rpx;
|
||||
padding: 15rpx;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_conbg .pair_conimg {
|
||||
height: 100rpx;
|
||||
opacity: .5;
|
||||
width: 100rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide .pair_context {
|
||||
color: #999;
|
||||
display: block;
|
||||
font-size: 28rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_con .swiper-slide-active .pair_conbg .pair_conimg {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_conbg {
|
||||
background: #e2eaff;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_conbg {
|
||||
background: #ffe9e9;
|
||||
}
|
||||
|
||||
.float_box .f_main .male_con .swiper-slide-active .pair_context {
|
||||
color: #6d96f0;
|
||||
}
|
||||
|
||||
.float_box .f_main .female_con .swiper-slide-active .pair_context {
|
||||
color: #f65170;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female,.float_box .f_main .pair_male {
|
||||
color: #aaa;
|
||||
font-size: 32rpx;
|
||||
margin-top: 270rpx;
|
||||
padding: 0 18rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_male {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_female {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line {
|
||||
float: left;
|
||||
margin: 260rpx 20rpx;
|
||||
}
|
||||
|
||||
.float_box .f_main .pair_line .pair_lineimg {
|
||||
height: 72rpx;
|
||||
width: 150rpx;
|
||||
}
|
||||
|
||||
.tip_box {
|
||||
border-radius: 14rpx;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,.3);
|
||||
height: 238rpx;
|
||||
left: 50%;
|
||||
margin: -119rpx 0 0 -205rpx;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
width: 410rpx;
|
||||
}
|
||||
|
||||
.tip_box .ico_tip {
|
||||
display: block;
|
||||
height: 90rpx;
|
||||
margin: 0 auto 30rpx;
|
||||
width: 90rpx;
|
||||
}
|
||||
|
||||
.tip_box .text_tip {
|
||||
color: #555;
|
||||
display: block;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.slidedown {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
.slideup {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@-webkit-keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slidedown {
|
||||
from {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slideup {
|
||||
from {
|
||||
bottom: -100%;
|
||||
}
|
||||
|
||||
to {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bg {
|
||||
background-attachment: scroll;
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg4.jpg);
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.b_cloud {
|
||||
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg4_cloud.png);
|
||||
}
|
||||
|
||||
.fortune {
|
||||
padding: 0 20rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fortune .li {
|
||||
display: inline-block;
|
||||
margin: 60rpx 33rpx 0;
|
||||
text-align: center;
|
||||
width: 170rpx;
|
||||
}
|
||||
|
||||
.fortune .li .li_bg {
|
||||
background: url(https://m.xzw.com/static/public/images/pao.png) no-repeat 0 0;
|
||||
background-size: 170rpx;
|
||||
box-sizing: border-box;
|
||||
height: 170rpx;
|
||||
margin-bottom: 10rpx;
|
||||
padding: 20rpx;
|
||||
width: 170rpx;
|
||||
}
|
||||
|
||||
.fortune .li .li_img {
|
||||
height: 130rpx;
|
||||
width: 130rpx;
|
||||
}
|
||||
|
||||
.fortune .li .name {
|
||||
color: #fff;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
@media screen and (min-height:700px) {
|
||||
.fortune .li {
|
||||
margin: 100rpx 32rpx 0;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
var a;
|
||||
|
||||
a = getApp(), Page({
|
||||
data: {
|
||||
mhei: a.globalData.sheight,
|
||||
statusBarHeight: a.globalData.height + "px",
|
||||
navigationBarHeight: a.globalData.height + 44 + "px"
|
||||
},
|
||||
onLoad: function(a) {
|
||||
console.log(this.data.mhei);
|
||||
},
|
||||
goMiniProgram: function(a) {
|
||||
console.log(a);
|
||||
var t = a.currentTarget.dataset.appid;
|
||||
wx.navigateToMiniProgram({
|
||||
appId: t,
|
||||
success: function(a) {
|
||||
console.log(a);
|
||||
}
|
||||
});
|
||||
},
|
||||
onShareAppMessage: function(a) {
|
||||
return "button" === a.from && console.log(a.target), {
|
||||
title: "星座",
|
||||
path: "/pages/index/index",
|
||||
success: function(a) {},
|
||||
fail: function(a) {}
|
||||
};
|
||||
}
|
||||
});
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"usingComponents": {},
|
||||
"navigationBarTitleText": "星座"
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
<view class="bg">
|
||||
<view class="logo"></view>
|
||||
<view class="indexbox">
|
||||
<view class="ul clear">
|
||||
<navigator class="li" hoverClass="none" url="../astrocx/index">
|
||||
<image class="li_img" mode="widthFix" src="../../image/icon_1.png"></image>
|
||||
</navigator>
|
||||
<navigator class="li" hoverClass="none" url="../fortune_astro/index">
|
||||
<image class="li_img" mode="widthFix" src="../../image/icon_2.png"></image>
|
||||
</navigator>
|
||||
<navigator class="li" hoverClass="none" url="../sx/index">
|
||||
<image class="li_img" mode="widthFix" src="../../image/icon_3.png"></image>
|
||||
</navigator>
|
||||
<navigator class="li" hoverClass="none" url="../fortune_sx/index">
|
||||
<image class="li_img" mode="widthFix" src="../../image/icon_4.png"></image>
|
||||
</navigator>
|
||||
<navigator class="li" hoverClass="none" url="../pair_astro/index">
|
||||
<image class="li_img" mode="widthFix" src="../../image/icon_5.png"></image>
|
||||
</navigator>
|
||||
<navigator class="li" hoverClass="none" url="../pair_sx/index">
|
||||
<image class="li_img" mode="widthFix" src="../../image/icon_6.png"></image>
|
||||
</navigator>
|
||||
<navigator class="li" hoverClass="none" url="../pairtop_astro/pairtop_astro">
|
||||
<image class="li_img" mode="widthFix" src="../../image/icon_7.png"></image>
|
||||
</navigator>
|
||||
<navigator class="li" hoverClass="none" url="../astrolabe/index">
|
||||
<image class="li_img" mode="widthFix" src="../../image/icon_8.png"></image>
|
||||
</navigator>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
|
@ -0,0 +1,105 @@
|
|||
var t;
|
||||
|
||||
t = getApp(), Page({
|
||||
data: {
|
||||
api: t.globalData.api_host,
|
||||
data: "",
|
||||
placeholder: "蛇、打雷",
|
||||
value: "",
|
||||
category: t.globalData.category,
|
||||
tip: !1,
|
||||
tipShow: !1,
|
||||
tradition: !1,
|
||||
teleShow: !0,
|
||||
backtop: !1
|
||||
},
|
||||
onLoad: function() {
|
||||
for (var a = this, e = a.data.category, o = 0; o < e.length; o++) !function(o) {
|
||||
t.request({
|
||||
cate: e[o].id,
|
||||
attr: 1,
|
||||
ps: 30,
|
||||
detail: 0,
|
||||
order: "level DESC,update_time DESC"
|
||||
}, function(t) {
|
||||
e[o].list = t.data;
|
||||
for (var i = 0; i < e[o].list.length; i++) {
|
||||
var n = e[o].list[i].title, l = n ? n.split("、") : [];
|
||||
e[o].list[i].title = l[0];
|
||||
}
|
||||
a.setData({
|
||||
category: e
|
||||
}), console.log("category", e);
|
||||
});
|
||||
}(o);
|
||||
this.mengjian();
|
||||
},
|
||||
mengjian: function() {
|
||||
var a = this;
|
||||
t.request({
|
||||
attr: 8,
|
||||
field: "id,title,cate_id",
|
||||
order: "level DESC,update_time DESC"
|
||||
}, function(e) {
|
||||
var o = t.group(e.data, 5);
|
||||
a.setData({
|
||||
mengList: e.data,
|
||||
newArray: o
|
||||
}), console.log("梦册", o);
|
||||
});
|
||||
},
|
||||
telesClick: function() {
|
||||
this.setData({
|
||||
teleShow: !1
|
||||
});
|
||||
},
|
||||
tapChange: function() {
|
||||
this.setData({
|
||||
tradition: !0
|
||||
}), wx.pageScrollTo({
|
||||
scrollTop: 0
|
||||
});
|
||||
},
|
||||
onPageScroll: function(t) {
|
||||
var a = !1;
|
||||
t.scrollTop >= 300 && (a = !0), this.setData({
|
||||
backtop: a
|
||||
});
|
||||
},
|
||||
handleBacktop: function() {
|
||||
wx.pageScrollTo({
|
||||
scrollTop: 0,
|
||||
duration: 300
|
||||
});
|
||||
},
|
||||
onShareAppMessage: function(t) {
|
||||
return {
|
||||
title: "梦册分析",
|
||||
content: "解释你的梦境,感悟你的人生,了解你的心情,梦就是现实的写照!",
|
||||
path: "/pages/index2/index"
|
||||
};
|
||||
},
|
||||
onShareTimeline: () => ({
|
||||
title: "梦册分析"
|
||||
}),
|
||||
formSubmitHandle: function(t) {
|
||||
var a = this, e = t.detail.value.keywords;
|
||||
if (!e) return a.setData({
|
||||
tip: !0,
|
||||
tipShow: !0
|
||||
}), setTimeout(function() {
|
||||
a.setData({
|
||||
tip: !1
|
||||
}), setTimeout(function() {
|
||||
a.setData({
|
||||
tipShow: !1
|
||||
});
|
||||
}, 300);
|
||||
}, 3e3), !1;
|
||||
a.setData({
|
||||
value: e
|
||||
}), wx.navigateTo({
|
||||
url: encodeURI("/pages/search/search?q=" + e)
|
||||
});
|
||||
}
|
||||
});
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"usingComponents": {}
|
||||
}
|
|
@ -0,0 +1,53 @@
|
|||
<view class="warpper">
|
||||
<view class="tip {{tip?'show':''}}" wx:if="{{tipShow}}">
|
||||
<text class="text">请输入关键字</text>
|
||||
</view>
|
||||
<view class="searchbox">
|
||||
<form reportSubmit bindsubmit="formSubmitHandle">
|
||||
<view class="inputbox">
|
||||
<label class="label">梦冊</label>
|
||||
<input class="input" name="keywords" placeholder="{{placeholder}}" placeholderClass="placeholder" value="{{value}}"></input>
|
||||
<button class="form-button" formType="submit" hoverClass="none">分析</button>
|
||||
</view>
|
||||
</form>
|
||||
</view>
|
||||
<view wx:if="{{!tradition}}">
|
||||
<view class="hot_dream" style="height:{{teleShow?'660rpx':'auto'}}">
|
||||
<text class="hot_title">大家经常做的梦</text>
|
||||
<view class="hot_key outer">
|
||||
<view class="pre">
|
||||
<view class="hot" wx:for="{{newArray}}">
|
||||
<navigator class="{{item.length==5?'hot_item':''}} {{item.length<5?'hot_item2':''}}" hoverClass="none" url="/pages/info/info?id={{item2.id}}&cate_id={{item2.cate_id}}" wx:for="{{item}}" wx:for-index="index2" wx:for-item="item2">{{item2.title}}</navigator>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view bindtap="telesClick" class="showmore" wx:if="{{teleShow==true}}">
|
||||
<image src="../../image/arrow_more.png"></image>
|
||||
</view>
|
||||
<view class="dream_cate">
|
||||
<text class="h5">梦册分类</text>
|
||||
<view class="category cate_list">
|
||||
<navigator class=" item cate_item" hoverClass="none" url="/pages/list/list?id={{item.en}}" wx:for="{{category}}">
|
||||
<view class="iconbox">
|
||||
<icon class="icon"></icon>
|
||||
</view>
|
||||
<text>{{item.name}}</text>
|
||||
</navigator>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view bindtap="tapChange" class="change" wx:if="{{!tradition}}">切换到传统模式</view>
|
||||
<view class="category" wx:if="{{tradition}}">
|
||||
<view class="item item{{index+1}}" wx:for="{{category}}">
|
||||
<view class="textbox" wx:if="{{item.list}}">
|
||||
<navigator class="iconbox text" hoverClass="none" url="/pages/list/list?id={{item.en}}">
|
||||
<icon class="icon"></icon>{{item.name}} </navigator>
|
||||
<navigator class="text" hoverClass="none" openType="navigate" url="/pages/info/info?id={{item2.id}}" wx:for="{{item.list}}" wx:for-index="index2" wx:for-item="item2">{{item2.title}}</navigator>
|
||||
<navigator class="text" hoverClass="none" openType="navigate" url="/pages/list/list?id={{item.en}}">更多... </navigator>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view bindtap="handleBacktop" class="backtop {{backtop?'show':''}}" hoverClass="none"></view>
|
||||
|
||||
</view>
|
|
@ -0,0 +1,19 @@
|
|||
Page({
|
||||
data: {
|
||||
src: "../../image/xyh.jpg"
|
||||
},
|
||||
onLoad: function(n) {},
|
||||
onReady: function() {},
|
||||
onShow: function() {},
|
||||
onHide: function() {},
|
||||
onUnload: function() {},
|
||||
onPullDownRefresh: function() {},
|
||||
onReachBottom: function() {},
|
||||
onShareAppMessage: function() {},
|
||||
handleGo() {
|
||||
wx.navigateToMiniProgram({
|
||||
appId: "wx9e34cf877b70dfb4",
|
||||
success() {}
|
||||
});
|
||||
}
|
||||
});
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"usingComponents": {},
|
||||
"navigationBarTitleText": "夕阳红歌舞"
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
<view class="main">
|
||||
<view class="title"> 点击图片小程序码或者按钮看歌舞 </view>
|
||||
<image bind:tap="handleGo" class="img" src="{{src}}"></image>
|
||||
</view>
|
||||
<button bind:tap="handleGo" class="btn" type="primary">夕阳红歌舞</button>
|
|
@ -0,0 +1,21 @@
|
|||
.main {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 46rpx;
|
||||
font-weight: 700;
|
||||
padding: 40rpx 0;
|
||||
}
|
||||
|
||||
.img {
|
||||
height: 380rpx;
|
||||
width: 380rpx;
|
||||
}
|
||||
|
||||
.btn {
|
||||
margin-top: 20px;
|
||||
width: 90%;
|
||||
}
|
|
@ -0,0 +1,275 @@
|
|||
var t;
|
||||
|
||||
t = getApp(), Page({
|
||||
data: {
|
||||
api: t.globalData.api_host,
|
||||
data: "",
|
||||
nodeData: "",
|
||||
sid: "",
|
||||
showall: !0,
|
||||
isBD: !1,
|
||||
summitJM: !1,
|
||||
ismore: !0,
|
||||
value: "",
|
||||
teleShow: !1,
|
||||
client: "",
|
||||
hotdream: "",
|
||||
article: "",
|
||||
page: 1,
|
||||
tipShow: !1,
|
||||
tip: !1,
|
||||
jmvalue: "",
|
||||
iscollect: !1,
|
||||
islike: !1,
|
||||
likedata: "",
|
||||
collectdata: "",
|
||||
backtop: !1
|
||||
},
|
||||
onLoad: function(a) {
|
||||
console.log("options", a);
|
||||
var e = this, i = a.id, o = a.cate_id;
|
||||
e.setData({
|
||||
cate_id: o,
|
||||
id: i
|
||||
});
|
||||
var n = e.options.sid || "";
|
||||
console.log(o), t.request({
|
||||
id: i
|
||||
}, function(t) {
|
||||
n = t.data[0].node[n - 1] ? n : "", console.log("sid", n);
|
||||
var a = e.selectData(n, t.data[0].node);
|
||||
e.setData({
|
||||
sid: n,
|
||||
showall: !n,
|
||||
data: t.data[0],
|
||||
nodeData: a
|
||||
}), setTimeout(function() {
|
||||
e.show_tele();
|
||||
}, 500), e.onShow();
|
||||
}), e.mengjian(), e.getlist(), e.initStatus();
|
||||
},
|
||||
onShow: function() {
|
||||
var t = getCurrentPages();
|
||||
this.setData({
|
||||
isBD: 1 == t.length
|
||||
}), this.data.data;
|
||||
},
|
||||
onUnload: function() {
|
||||
this.history();
|
||||
},
|
||||
selectData: function(t, a) {
|
||||
for (var e = a[t - 1], i = 0; i < a.length; i++) if (i === t - 1) {
|
||||
a.unshift(e), a.splice(i + 1, 1);
|
||||
break;
|
||||
}
|
||||
return a;
|
||||
},
|
||||
mengjian: function() {
|
||||
var a = this, e = a.data.cate_id;
|
||||
t.request({
|
||||
attr: 1,
|
||||
ps: 10,
|
||||
cate: e,
|
||||
detail: 0,
|
||||
like: 1,
|
||||
order: "level DESC,update_time DESC"
|
||||
}, function(t) {
|
||||
console.log(t.data), a.setData({
|
||||
hotdream: t.data
|
||||
});
|
||||
});
|
||||
},
|
||||
formSubmitHandle: function(t) {
|
||||
var a = this, e = t.detail.value.keywords;
|
||||
if (!e) return a.setData({
|
||||
tip: !0,
|
||||
tipShow: !0
|
||||
}), setTimeout(function() {
|
||||
a.setData({
|
||||
tip: !1
|
||||
}), setTimeout(function() {
|
||||
a.setData({
|
||||
tipShow: !1
|
||||
});
|
||||
}, 300);
|
||||
}, 3e3), !1;
|
||||
this.setData({
|
||||
p: 1,
|
||||
value: e,
|
||||
search: !0
|
||||
}), wx.navigateTo({
|
||||
url: encodeURI("/pages/search/search?q=" + e)
|
||||
});
|
||||
},
|
||||
onshowAll: function() {
|
||||
this.setData({
|
||||
showall: !0,
|
||||
ismore: !1
|
||||
});
|
||||
},
|
||||
showForm: function() {
|
||||
this.setData({
|
||||
summitJM: !0
|
||||
});
|
||||
},
|
||||
textareaInput: function(a) {
|
||||
t.textareaInput(a, this);
|
||||
},
|
||||
summit: function() {
|
||||
wx.navigateTo({
|
||||
url: encodeURI("/pages/dashi/dashi?v=" + this.data.jmvalue)
|
||||
});
|
||||
},
|
||||
show_tele: function(t) {
|
||||
var a = this;
|
||||
wx.createSelectorQuery().select(".outer").boundingClientRect(function(t) {
|
||||
var e = t.height;
|
||||
if (e < 1e3) a.setData({
|
||||
teleShow: !1,
|
||||
outerHeight: "auto"
|
||||
}); else {
|
||||
var i = (e - 1e3) / e, o = Math.ceil(100 * i);
|
||||
o && a.setData({
|
||||
teleShow: !0,
|
||||
client: o
|
||||
});
|
||||
}
|
||||
}).exec();
|
||||
},
|
||||
telesClick: function() {
|
||||
this.setData({
|
||||
teleShow: !1
|
||||
});
|
||||
},
|
||||
getlist: function() {
|
||||
var a = this;
|
||||
1 == a.data.page && a.setData({
|
||||
article: []
|
||||
}), wx.request({
|
||||
url: t.globalData.api_host + "article/list",
|
||||
method: "GET",
|
||||
dataType: "json",
|
||||
data: {
|
||||
page: a.data.page,
|
||||
cate: 66,
|
||||
vc: "smart",
|
||||
token: "MZnl52boobOx6S01I5lqqCDa6yjxGiKow"
|
||||
},
|
||||
header: {
|
||||
"content-type": "application/json"
|
||||
},
|
||||
success: function(t) {
|
||||
var e = t.data.data.data;
|
||||
e.length > 0 && (e.splice(5, 0, {
|
||||
ad: !0
|
||||
}), e.splice(11, 0, {
|
||||
ad: !0
|
||||
}), a.setData(function(t, a, e) {
|
||||
return a in t ? Object.defineProperty(t, a, {
|
||||
value: e,
|
||||
enumerable: !0,
|
||||
configurable: !0,
|
||||
writable: !0
|
||||
}) : t[a] = e, t;
|
||||
}({}, "article[" + (a.data.page - 1) + "]", e)), a.data.page += 1);
|
||||
},
|
||||
fail: function(t) {
|
||||
console.log("错误码:" + t.errCode), console.log("错误信息:" + t.errMsg), wx.showToast({
|
||||
title: "数据获取失败",
|
||||
icon: "none"
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
viewDetail: function(t) {
|
||||
var a = t.currentTarget.dataset.id;
|
||||
wx.navigateToSmartProgram({
|
||||
appKey: "NE86mbHmO4ekWZYfjdlMyV9ORv91eIXs",
|
||||
path: "pages/detail/detail?id=" + a,
|
||||
envVersion: "release",
|
||||
success: function(t) {
|
||||
console.log("navigateToSmartProgram success", t);
|
||||
},
|
||||
fail: function(t) {
|
||||
console.log("navigateToSmartProgram fail", t);
|
||||
}
|
||||
});
|
||||
},
|
||||
onReachBottom: function() {
|
||||
this.getlist();
|
||||
},
|
||||
initStatus: function(t) {
|
||||
var a = wx.getStorageSync("likedata"), e = wx.getStorageSync("collectdata"), i = this.data.id;
|
||||
if (a) {
|
||||
var o = this.findElem(a, "id", i);
|
||||
this.setData({
|
||||
likedata: a,
|
||||
islike: o
|
||||
});
|
||||
}
|
||||
if (e) {
|
||||
var n = this.findElem(e, "id", i);
|
||||
this.setData({
|
||||
collectdata: e,
|
||||
iscollect: n
|
||||
});
|
||||
}
|
||||
},
|
||||
bindCollect: function(t) {
|
||||
var a = t.currentTarget.dataset.type, e = wx.getStorageSync(a);
|
||||
console.log("collectdata", e), e || (e = []);
|
||||
var i = this.data.id, o = this.data.data.title, n = this.data.data.content, s = this.data.cate_id;
|
||||
if (this.findElem(e, "id", i)) e = e.filter(function(t) {
|
||||
return i !== t.id;
|
||||
}); else {
|
||||
var l = {};
|
||||
l.id = i, l.cate_id = s, l.title = o, l.content = n, l.checked = !1, e.unshift(l);
|
||||
}
|
||||
wx.setStorageSync(a, e), "collectdata" == a ? this.setData({
|
||||
iscollect: !this.data.iscollect
|
||||
}) : this.setData({
|
||||
islike: !this.data.islike
|
||||
});
|
||||
},
|
||||
history: function(t) {
|
||||
var a = wx.getStorageSync("historydata");
|
||||
a || (a = []);
|
||||
var e = this.getNowFormatDate(), i = this.data.id, o = this.data.data.title, n = this.data.data.content, s = this.data.cate_id;
|
||||
if (!this.findElemDate(a, "id", i, "date", e)) {
|
||||
var l = {};
|
||||
l.id = i, l.cate_id = s, l.title = o, l.content = n, l.date = e, a.unshift(l);
|
||||
}
|
||||
console.log("historydata", a), wx.setStorageSync("historydata", a);
|
||||
},
|
||||
findElem: function(t, a, e) {
|
||||
for (var i = 0; i < t.length; i++) if (t[i][a] == e) return !0;
|
||||
return !1;
|
||||
},
|
||||
findElemDate: function(t, a, e, i, o) {
|
||||
for (var n = 0; n < t.length; n++) if (t[n][a] == e && t[n][i] == o) return !0;
|
||||
return !1;
|
||||
},
|
||||
getNowFormatDate: function() {
|
||||
var t = new Date(), a = t.getFullYear(), e = t.getMonth() + 1, i = t.getDate();
|
||||
return e >= 1 && e <= 9 && (e = "0" + e), i >= 0 && i <= 9 && (i = "0" + i), a + "-" + e + "-" + i;
|
||||
},
|
||||
onPageScroll: function(t) {
|
||||
var a = !1;
|
||||
t.scrollTop >= 100 && (a = !0), this.setData({
|
||||
backtop: a
|
||||
});
|
||||
},
|
||||
handleBacktop: function() {
|
||||
wx.pageScrollTo({
|
||||
scrollTop: 0,
|
||||
duration: 300
|
||||
});
|
||||
},
|
||||
onShareAppMessage: function(t) {
|
||||
return {
|
||||
title: "梦册" + this.data.data.title,
|
||||
content: this.data.data.content,
|
||||
path: "/pages/info/info?id=" + this.data.id
|
||||
};
|
||||
}
|
||||
});
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"usingComponents": {}
|
||||
}
|
|
@ -0,0 +1,54 @@
|
|||
<import src="../../template/article.wxml"></import>
|
||||
<view class="warpper">
|
||||
<block wx:if="{{data&&data!=''}}">
|
||||
<text class="page_title">{{data.title}}</text>
|
||||
<view class="container outer" style="height:{{teleShow?'1000rpx':'auto'}}">
|
||||
<view class="content">
|
||||
<view class="description">{{data.content}}</view>
|
||||
<view class="item {{sid?'hasSid':''}} {{sid&&key==0?'curr':''}} {{showall?'active':''}}" wx:for="{{nodeData}}" wx:for-index="key">
|
||||
<view class="t_title">
|
||||
<view class="icon"></view>
|
||||
<text>{{item.title}}</text>
|
||||
</view>
|
||||
<text class="desc">{{item.content}}</text>
|
||||
</view>
|
||||
<view class="hasmore" wx:if="{{ismore&&sid!=''}}">
|
||||
<text class="text">已为您隐藏了{{data.node.length}}条相关词条</text>
|
||||
<button bindtap="onshowAll" class="btn" hoverClass="none">展现所有词条</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view bindtap="telesClick" class="teles" wx:if="{{teleShow==true}}">
|
||||
<text class="i">展开剩余的{{client}}%</text>
|
||||
</view>
|
||||
</block>
|
||||
<view class="nodata" wx:else>
|
||||
<view class="loader">
|
||||
<image src="../../image/loading.gif"></image>
|
||||
</view>
|
||||
<view class="notext">数据加载中...</view>
|
||||
</view>
|
||||
|
||||
<view class="jmBox">
|
||||
<view class="tip {{tip?'show':''}}" wx:if="{{tipShow}}">
|
||||
<text class="text">请输入关键字</text>
|
||||
</view>
|
||||
<view class="search">
|
||||
<form reportSubmit bindsubmit="formSubmitHandle">
|
||||
<view class="searchinput">
|
||||
<input name="keywords" placeholder="请输入关键字" placeholderClass="placeholder" type="text" value="{{value}}"></input>
|
||||
<button class="sbtn" formType="submit">梦册分析</button>
|
||||
</view>
|
||||
</form>
|
||||
</view>
|
||||
<view class="ul">
|
||||
<navigator class="li" hoverClass="none" openType="navigator" url="/pages/info/info?id={{item.id}}&cate_id={{item.cate_id}}" wx:for="{{hotdream}}" wx:for-index="key">{{item.title}}</navigator>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view bindtap="handleBacktop" class="backtop {{backtop?'show':''}}" hoverClass="none"></view>
|
||||
<view class="article">
|
||||
<block wx:for="{{article}}" wx:for-index="arrindex" wx:for-item="arrItem">
|
||||
<template is="article" data="{{item:item}}" wx:for="{{arrItem}}"></template>
|
||||
</block>
|
||||
</view>
|
|
@ -0,0 +1,183 @@
|
|||
var a;
|
||||
|
||||
a = getApp(), Page({
|
||||
data: {
|
||||
api: a.globalData.api_host,
|
||||
data: "",
|
||||
placeholder: "蛇、打雷",
|
||||
value: "",
|
||||
category: a.globalData.category,
|
||||
catelayer: !1,
|
||||
id: "",
|
||||
cate_name: "",
|
||||
p: 1,
|
||||
height: "",
|
||||
pageCount: "",
|
||||
backtop: !1,
|
||||
search: !1
|
||||
},
|
||||
onLoad: function(t) {
|
||||
var e = this, o = e.options.id;
|
||||
if (isNaN(o)) for (i = 0; i < e.data.category.length; i++) o == e.data.category[i].en && (o = e.data.category[i].id);
|
||||
e.setData({
|
||||
id: o
|
||||
});
|
||||
for (var i = 0; i < e.data.category.length; i++) e.data.category[i].id == e.data.id && e.setData({
|
||||
cate_name: e.data.category[i].name
|
||||
});
|
||||
e.options.q ? (e.setData({
|
||||
search: !0,
|
||||
cate_name: "搜索结果",
|
||||
value: e.options.q
|
||||
}), a.request({
|
||||
key: e.options.q,
|
||||
p: e.data.p,
|
||||
ps: 10,
|
||||
detail: 1,
|
||||
order: "level DESC,update_time DESC"
|
||||
}, function(a) {
|
||||
e.setData({
|
||||
data: a.data,
|
||||
pageCount: a.pageCount
|
||||
});
|
||||
})) : a.request({
|
||||
cate: e.data.id,
|
||||
attr: 1,
|
||||
p: e.data.p,
|
||||
ps: 10,
|
||||
detail: 1,
|
||||
order: "level DESC,update_time DESC"
|
||||
}, function(a) {
|
||||
e.setData({
|
||||
data: a.data,
|
||||
pageCount: a.pageCount
|
||||
});
|
||||
}), this.mengjian();
|
||||
},
|
||||
mengjian: function() {
|
||||
var t = this;
|
||||
console.log(t.data.id), a.request({
|
||||
attr: 1,
|
||||
ps: 28,
|
||||
cate: t.data.id,
|
||||
field: "id,title,cate_id",
|
||||
order: "level DESC,update_time DESC"
|
||||
}, function(e) {
|
||||
11 == t.data.id ? t.setData({
|
||||
group: 4
|
||||
}) : t.setData({
|
||||
group: 5
|
||||
});
|
||||
var o = a.group(e.data, t.data.group);
|
||||
t.setData({
|
||||
mengList: e.data,
|
||||
newArray: o
|
||||
}), console.log(o);
|
||||
});
|
||||
},
|
||||
onShareAppMessage: function(a) {
|
||||
return this.data.value ? {
|
||||
title: "梦册" + this.data.value,
|
||||
content: "解释你的梦境,感悟你的人生,了解你的心情,梦就是现实的写照!",
|
||||
path: "/pages/search/search?q=" + encodeURI(this.data.value)
|
||||
} : {
|
||||
title: "梦册分析",
|
||||
content: "解释你的梦境,感悟你的人生,了解你的心情,梦就是现实的写照!",
|
||||
path: "/pages/list/list?id=" + this.data.id
|
||||
};
|
||||
},
|
||||
formSubmitHandle: function(a) {
|
||||
var t = this, e = a.detail.value.keywords;
|
||||
if (!e) return t.setData({
|
||||
tip: !0,
|
||||
tipShow: !0
|
||||
}), setTimeout(function() {
|
||||
t.setData({
|
||||
tip: !1
|
||||
}), setTimeout(function() {
|
||||
t.setData({
|
||||
tipShow: !1
|
||||
});
|
||||
}, 300);
|
||||
}, 3e3), !1;
|
||||
this.setData({
|
||||
p: 1,
|
||||
value: e,
|
||||
search: !0
|
||||
}), wx.navigateTo({
|
||||
url: encodeURI("/pages/search/search?q=" + e)
|
||||
});
|
||||
},
|
||||
hideCatelayer: function() {
|
||||
this.setData({
|
||||
catelayer: !1
|
||||
});
|
||||
},
|
||||
handleCatelayer: function() {
|
||||
this.setData({
|
||||
catelayer: !0
|
||||
});
|
||||
},
|
||||
handleChageCate: function(t) {
|
||||
var e = this, o = t.currentTarget.dataset.id;
|
||||
e.setData({
|
||||
search: !1,
|
||||
p: 1,
|
||||
id: o,
|
||||
cate_name: t.currentTarget.dataset.name,
|
||||
value: ""
|
||||
}), a.request({
|
||||
attr: 1,
|
||||
cate: o,
|
||||
p: 1,
|
||||
ps: 10,
|
||||
detail: 1,
|
||||
order: "level DESC,update_time DESC"
|
||||
}, function(a) {
|
||||
e.setData({
|
||||
data: a.data,
|
||||
catelayer: !1,
|
||||
pageCount: a.pageCount
|
||||
});
|
||||
}), e.mengjian();
|
||||
},
|
||||
onReachBottom: function() {
|
||||
var t = this, e = t.data.p + 1;
|
||||
if (e > t.data.pageCount) return !1;
|
||||
t.setData({
|
||||
p: e
|
||||
}), t.data.search ? a.request({
|
||||
key: t.data.value,
|
||||
p: e,
|
||||
ps: 10,
|
||||
detail: 1
|
||||
}, function(a) {
|
||||
var e = t.data.data.concat(a.data);
|
||||
t.setData({
|
||||
data: e
|
||||
});
|
||||
}) : a.request({
|
||||
cate: t.data.id,
|
||||
p: e,
|
||||
ps: 10,
|
||||
detail: 1
|
||||
}, function(a) {
|
||||
var e = t.data.data.concat(a.data);
|
||||
t.setData({
|
||||
data: e
|
||||
});
|
||||
});
|
||||
},
|
||||
onPageScroll: function(a) {
|
||||
var t = !1;
|
||||
a.scrollTop >= 100 && (t = !0), this.setData({
|
||||
backtop: t
|
||||
});
|
||||
},
|
||||
handleBacktop: function() {
|
||||
wx.pageScrollTo({
|
||||
scrollTop: 0,
|
||||
duration: 300
|
||||
});
|
||||
}
|
||||
});
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"usingComponents": {}
|
||||
}
|
|
@ -0,0 +1,61 @@
|
|||
<view class="warpper">
|
||||
<view class="tip {{tip?'show':''}}" wx:if="{{tipShow}}">
|
||||
<text class="text">请输入关键字</text>
|
||||
</view>
|
||||
<view class="searchbox">
|
||||
<form reportSubmit bindsubmit="formSubmitHandle">
|
||||
<view class="inputbox">
|
||||
<label class="label">梦册</label>
|
||||
<input class="input" name="keywords" placeholder="{{placeholder}}" placeholderClass="placeholder" value="{{value}}"></input>
|
||||
<button class="form-button" formType="submit" hoverClass="none">分析</button>
|
||||
</view>
|
||||
</form>
|
||||
</view>
|
||||
<view class="catebox clear">
|
||||
<text class="title">梦册分析</text>
|
||||
<view bindtap="handleCatelayer" class="catename">{{cate_name}} <icon class="icon"></icon>
|
||||
</view>
|
||||
</view>
|
||||
<view class="no-result" wx:if="{{value&&!data}}">很抱歉,没有找到您的梦。换个关键词试试</view>
|
||||
<view class="hot_dream">
|
||||
<text class="hot_title">大家经常做的梦</text>
|
||||
<view class="hot_key">
|
||||
<view class="pre">
|
||||
<view class="hot" wx:for="{{newArray}}">
|
||||
<block wx:if="{{item.length==5}}">
|
||||
<navigator class="hot_item" hoverClass="none" url="/pages/info/info?id={{item2.id}}&cate_id={{item2.cate_id}}" wx:for="{{item}}" wx:for-index="index2" wx:for-item="item2">{{item2.title}}</navigator>
|
||||
</block>
|
||||
<block wx:else>
|
||||
<navigator class="hot_item2" hoverClass="none" url="/pages/info/info?id={{item2.id}}&cate_id={{item2.cate_id}}" wx:for="{{item}}" wx:for-index="index2" wx:for-item="item2">{{item2.title}}</navigator>
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="list">
|
||||
<view class="item" wx:for="{{data}}">
|
||||
<view class="iconbox">
|
||||
<navigator class="title" hoverClass="none" url="/pages/info/info?id={{item.id}}">梦册<span class="word">{{item.title}}</span>
|
||||
</navigator>
|
||||
<view class="cont clear">
|
||||
<navigator class="c_item" hoverClass="none" url="/pages/info/info?id={{item.id}}&&sid={{index2+1}}&cate_id={{item2.cate_id}}" wx:if="{{index2<4}}" wx:for="{{item.node}}" wx:for-index="index2" wx:for-item="item2">{{item2.title}} </navigator>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view bindtap="handleBacktop" class="backtop {{backtop?'show':''}}" hoverClass="none"></view>
|
||||
<view bindtap="hideCatelayer" class="layer {{catelayer?'show':''}}"></view>
|
||||
<view class="catelayer {{catelayer?'show':'slidedown'}}">
|
||||
<view class="c_title">
|
||||
<image mode="widthFix" src="../../image/c_title.png"></image>
|
||||
</view>
|
||||
<view class="category clear">
|
||||
<view bindtap="handleChageCate" class="item item{{index+1}}" data-id="{{item.id}}" data-name="{{item.name}}" wx:for="{{category}}">
|
||||
<view class="iconbox">
|
||||
<icon class="icon"></icon>
|
||||
</view>
|
||||
<text class="text">{{item.name}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|