resolve conflict

ajax_post
Yang Liuxin 3 years ago
parent f3daf5ee59
commit d7829d59d4

@ -218,14 +218,16 @@ transform: scale(1.2);
.voice_2 ul li.li5 { background: #e37e2c}
.voice_2 ul li.li6 { background: #cc428d}
.voice_2 .fold { width: 100px; height: 100%; text-align: center; position: absolute; top: 0px; left: 0px;}
.voice_2 .fold .img { display: block; background: url("img/icon.png") 0 0 no-repeat; margin-bottom: 20px; margin-top: 236px;}
.voice_2 .fold .img { display: block; background: url("../static/Image/icon.png") 0 0 no-repeat; margin-bottom: 20px; margin-top: 236px;}
.voice_2 .li1 .fold .img { background-position: -482px -181px; width: 56px; height: 113px; margin: 236px 20px 20px 20px;}
.voice_2 .li2 .fold .img { background-position: 0 -417px; width: 51px; height: 138px; margin: 236px 25px 28px 25px;}
.voice_2 .li3 .fold .img { background-position: -64px -413px; width: 54px; height: 142px; margin: 239px 23px 20px 23px;}
.voice_2 .li4 .fold .img { background-position: -136px -204px; width: 76px; height: 96px; margin: 276px 12px 26px 12px;}
.voice_2 .li5 .fold .img { background-position: -141px -420px; width: 53px; height: 116px; margin: 259px 23px 24px 23px;}
.voice_2 .li6 .fold .img { background-position: -172px -306px; width: 54px; height: 104px; margin: 270px 23px 25px 23px;}
.voice_2 .fold .txt { font-size: 24px; display: block; width: 25px; font-weight: normal; margin: 0px 38px; line-height: 25px;}
.voice_2 .fold .txt { font-size: 18px; display: block; width:18px; font-weight: normal; margin: 0px 38px; line-height: 18px; margin-left: 5px}
.voice_2 .fold .txt_another { font-size: 18px; display: block; width:18px; font-weight: normal; margin: 0px 38px; line-height: 18px; margin-left: 10px}
.voice_2 .fold .txt_another_another { font-size: 18px; display: block; width:18px; font-weight: normal; margin: 0px 38px; line-height: 18px; margin-left: 25px}
.voice_2 .unfold { width: 680px; height: 100%; display: none; position: absolute; top: 0px; left: 0px;}
.voice_2 .unfold dl { margin: 50px 60px 0px 60px;}
.voice_2 .unfold dt { width: 100%; text-align: center; margin-bottom: 40px;}
@ -237,7 +239,7 @@ transform: scale(1.2);
.voice_3 { margin: 58px 0px 50px 0px; overflow: hidden;}
.voice_3 ul li { float: left; display: inline; width: 215px; margin-right: 105px; text-align: center;}
.voice_3 ul li.li4 { margin-right: 0px;}
.voice_3 dt { background: url("img/icon.png") 0 0 no-repeat;}
.voice_3 dt { background: url("../static/Image/icon.png") 0 0 no-repeat;}
.voice_3 ul li.li1 dt { background-position: -217px -430px; width: 124px; height: 109px; margin: 27px 45px 20px 45px;}
.voice_3 ul li.li2 dt { background-position: -241px -295px; width: 157px; height: 125px; margin: 10px 29px 20px 29px;}
.voice_3 ul li.li3 dt { background-position: -227px -146px; width: 94px; height: 135px; margin: 0px 60px 20px 60px;}

@ -21,90 +21,103 @@
<li class="li1" id="li1">
<div class="fold" style="display:none;">
<span class="img"></span>
<span class="txt">JS源码</span>
<span class="txt_another_another">View</span>
</div>
<div class="unfold" style="display:block">
<dl>
<dt><img src="../../static/Image/img10.png" /></dt>
<dd>
<b>JS源码<a href="http://www.internetke.com/">查看接口文档>></a></b>
<b>View Questions<a href="{{ url_for('main.index') }}">click here>></a></b>
</dd>
<dd>使用语音外呼的模式将指定的语音呼入至接听人可通过这种方式为针对性的客户提供会议通知、活动通知并可通过API接口程序化控制呼出时间、呼出效果反馈</dd>
<dd>
You can read more about a particular question displayed in the main page
by clicking "Read More".
</dd>
</dl>
</div>
</li>
<li class="li2">
<div class="fold">
<span class="img"></span>
<span class="txt">点击呼叫</span>
<span class="txt_another_another">Post</span>
</div>
<div class="unfold">
<dl>
<dt><img src="../../static/Image/img42.png" /></dt>
<dd>
<b>点击呼叫<a href="http://www.internetke.com/">查看接口文档>></a></b>
<b>Post Question<a href="{{ url_for('main.index') }}">click here>></a></b>
</dd>
<dd>通过APP应用内按钮或浏览器网页按钮点击并发起IP通话、运营商线路通话服务减少用户交互提升用户体验</dd>
<dd>
Logged-in users can post a question that they are curious about.
</dd>
</dl>
</div>
</li>
<li class="li3">
<div class="fold">
<span class="img"></span>
<span class="txt">直拨通话</span>
<span class="txt_another_another">Answer</span>
</div>
<div class="unfold">
<dl>
<dt><img src="../../static/Image/img49.png" /></dt>
<dd>
<b>直拨通话<a href="http://www.internetke.com/">查看接口文档>></a></b>
<b>Answer Question<a href="http://www.internetke.com/">click here>></a></b>
</dd>
<dd>无论是智能终端、浏览器模式通过APP或者网页发起通话接通方为手机用户或固话用户常见集成至与企业服务相关的移动应用、企业客服座席。</dd>
<dd>
Logged-in users can answer a question to help other students from BJUT.
</dd>
</dl>
</div>
</li>
<li class="li4">
<div class="fold">
<span class="img"></span>
<span class="txt">回拨通话</span>
<span class="txt">Like&Save</span>
</div>
<div class="unfold">
<dl>
<dt><img src="../../static/Image/img50.png" /></dt>
<dd>
<b>回拨通话<a href="http://www.internetke.com/">查看接口文档>></a></b>
<b>Like & Save Answer<a href="http://www.internetke.com/">click here>></a></b>
</dd>
<dd>同时通过平台方发起主叫和被叫双方,定制通话方满足不同需求的客户服务,企业服务易可根据具体业务需求为客户提供定制服务</dd>
<dd>
Logged-in users can give a like or save answers that they think of helpful.
</dd>
</dl>
</div>
</li>
<li class="li5">
<div class="fold">
<span class="img"></span>
<span class="txt">互联网通话</span>
<span class="txt_another_another">Files</span>
</div>
<div class="unfold">
<dl>
<dt><img src="../../static/Image/img51.png" /></dt>
<dd>
<b>互联网通话<a href="http://www.internetke.com/">查看接口文档>></a></b>
<b>Share Files<a href="http://www.internetke.com/">click here>></a></b>
</dd>
<dd>基于互联网纯网络通话,无运营商和地域限制,拥有更清晰的语音质量,支持语音三方密钥的加密传输</dd>
<dd>
Logged-in users can share (send or download) files with other students from BJUT.
</dd>
</dl>
</div>
</li>
<li class="li6">
<div class="fold">
<span class="img"></span>
<span class="txt">语音会议</span>
<span class="txt_another">Backend</span>
</div>
<div class="unfold">
<dl>
<dt><img src="../../static/Image/img52.png" /></dt>
<dd>
<b>语音会议<a href="http://www.internetke.com/">查看接口文档>></a></b>
<b>Powerful Backend<a href="http://www.internetke.com/">click here>></a></b>
</dd>
<dd>同时桥接多人基于IP、电话语音的会议服务基于API控制会议时长、成员邀请、禁音、移除等功能。</dd>
<dd>
This platform is equipped with many powerful backend characteristics.
</dd>
</dl>
</div>
</li>

Loading…
Cancel
Save