lwrs.wxml 4.88 KB
<view style='font-size:28rpx;'>
  <view class="head">
    <block wx:for="{{con}}">
      <view class='li'>
        <text bindtap='getcon' data-index="{{index}}" data-current="{{index}}" class="{{currentTab==index ? 'on' : ''}}">{{item.name}}</text>
      </view>
    </block>
    <view class="cl"></view>
  </view>
  <view style="height:82rpx;"></view>
  <view class="body {{currentTab==0 ? 'block' : 'hide'}}">
    <view class="content1">
      <view class="top">
        <image src='/static/images/hero-index.png' mode='widthFix'></image>
        <view class="tpbg">
          <view class="con">
            <view class="con1">自然科研语言</view>
            <view class="con1">编辑服务</view>
            <view class="con2">我们的语言编辑服务可以帮助改进您的书面英语,是您的研究脱颖而出。</view>
          </view>
        </view>
      </view>
    </view>
    <view class="content2">
      <image src='http://xcx.yiscio.com/app/lwrs.png' mode='widthFix'></image>
    </view>
  </view>
  <view class="body {{currentTab==1 ? 'block' : 'hide'}}">
    <view class="content1">
      <view class="top">
        <image src='/static/images/hero-index.0344986a.png' mode='widthFix'></image>
        <view class="tpbg">
          <view class="con">
            <view class="con1">自然科研科学</view>
            <view class="con1">编辑服务</view>
            <view class="con2">我的科学编辑服务不只有语言润色,还包括帮您写出更强论文的所有方面。</view>
          </view>
        </view>
      </view>
    </view>
    <view class="content2">
      <view>
        <view class='conimg1'>
          <image src='http://xcx.yiscio.com/app/previ.png' mode='widthFix'></image>
        </view>
        <view class='conwangzhi'>
          <view class='wangzhi'>http://authorservices.springernature.com/</view>
          <view class='wangzhi'>scientific-editing/#!/request-a-quote</view>
          <view style='display:none;'>{{url}}</view>
          <view class="fuzhi">
            <button bindtap='show' class="dianji">复制链接</button>
            <view class="jianyi">*建议传输到电脑上</view>
            <view class="jianyi">再打开链接</view>
            <view style="clear:both;"></view>
          </view>
        </view>
      </view>
      <view>
        <!-- <image src='/static/images/zr22.png' mode='widthFix'></image> -->
      </view>
    </view>
  </view>
  <view style="height:110rpx;"></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='' 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='../contact/contact' 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>