contact.wxml
3.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!--pages/contact/contact.wxml-->
<view style='font-size:28rpx;'>
<view class='head'>
<image src='/static/images/red-branded.png' class='topppp'></image>
<view class="bgbgbg">
<image style='height:{{styleheight}}px;' src='/static/images/315.jpg' mode='aspectFill'></image>
</view>
<!-- <view class="bgbgbg">
<image src='/static/images/bg_image_2.png' mode='widthFix'></image>
</view> -->
</view>
<view class="video">
<video src="https://www.natureresearch.cn/sites/default/files/videos/NatureResearch.mp4"
binderror="videoErrorCallback" poster="http://xcx.yiscio.com/app/shipin.png" controls></video>
</view>
<view class="content1">
自然科研拥有横跨科学和医学领域的最高质量的杂志和网站。不管您是推广产品和服务、宣传自己的机构或单位,还是招聘顶级科学人才,您都会发现,自然科研具有独特的优势,能提供量身定制的合作方案。
</view>
<view class="content2">
<view class="con1">中国区机构合作联系方式</view>
<view class="con2" bindtap='callmex'>
<image src='/static/images/phone.png' mode='widthFix'></image>
<text>电话</text>
<span>+86 21 24225066</span>
<view class="cl"></view>
</view>
<view class="con2">
<image src='/static/images/mess.png' mode='widthFix'></image>
<text>邮箱</text>
<span>naturecn@.nature.com</span>
<view class="cl"></view>
</view>
</view>
<view class="{{scrollTop>120 ? 'hide' : 'block'}} bott">
<view class="{{block ? 'block' : 'hide'}} menu">
<view class='tanbg'>
<image class='aa' src='/static/images/tanbg11.png'></image>
<image class='bb' src='/static/images/tanbg22.png'></image>
</view>
<view class="ol">
<navigator url='../jobfair/jobfair' open-type="redirect">招聘会</navigator>
</view>
<view class="ol">
<navigator url='../academiclist/academiclist' open-type="redirect">学术会议</navigator>
</view>
<view class="ol">
<navigator url='../xzpx/xzpx' open-type="redirect">写作培训</navigator>
</view>
</view>
<view class="{{block1 ? 'block' : 'hide'}} menu1">
<view class='tanbg'>
<image class='aa' src='/static/images/tanbg11.png'></image>
<image class='bb' src='/static/images/tanbg22.png'></image>
</view>
<view class="ol">
<navigator url='../zyjy/zyjy' open-type="redirect">职业建议</navigator>
</view>
<view class="ol">
<navigator url='../gzjh/gzjh' open-type="redirect">工作机会</navigator>
</view>
<view class="ol">
<navigator url='../lwrs/lwrs' open-type="redirect">论文润色</navigator>
</view>
</view>
<view class="foot">
<view class="li">
<navigator url='../index/index' open-type="redirect">
<image src='/static/images/0001.png' class="top"></image>
<text>首页</text>
</navigator>
</view>
<view class="li">
<view bindtap='getmenu' class='huodong'>
<image src='/static/images/0002.png' class="top"></image>
<text>活动</text>
</view>
</view>
<view class="li">
<view bindtap='getmenu1' class='huodong'>
<image src='/static/images/0003.png' class="top"></image>
<text>资讯</text>
</view>
</view>
<view class="li">
<navigator url='' open-type="redirect">
<image src='/static/images/0004.png' class="top"></image>
<text>联系</text>
</navigator>
</view>
<view class="li">
<navigator url='../member/member' open-type="redirect">
<image src='/static/images/005.png' class="top"></image>
<text>我的</text>
</navigator>
</view>
<view class="cl"></view>
</view>
</view>
<view class="{{meng ? 'hide' : 'block'}} meng" bindtap='meng'></view>
</view>