|
@@ -52,6 +52,7 @@
|
|
|
.apply_info {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
+
|
|
|
.fixed_bottom {
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
@@ -69,7 +70,7 @@
|
|
|
display: block;
|
|
|
width: 0.96rem;
|
|
|
height: 0.96rem;
|
|
|
- background: url("<?php echo RESOURCE_SITE_URL; ?>/mobile/talk/imgaes/logo.png") no-repeat;
|
|
|
+ background: url("<?php echo RESOURCE_SITE_URL; ?>/mobile/talk/images/logo.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
margin-right: 0.26rem;
|
|
|
margin-left: 0.41rem;
|
|
@@ -254,6 +255,7 @@
|
|
|
<script type="text/javascript" src="<?php echo RESOURCE_SITE_URL; ?>/mobile/comm/new_bridge.js?<?php echo bonus_version(); ?>"></script>
|
|
|
<script type="text/javascript">
|
|
|
$(function(){
|
|
|
+ if(sess)
|
|
|
var jsBridge = new Bridge();
|
|
|
|
|
|
$('#send').on('click',function()
|