You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
976 B
HTML
35 lines
976 B
HTML
5 years ago
|
<extend name="Public/loginreg" />
|
||
|
<block name="body" >
|
||
|
<link href="__CSS__/agreement.css" rel="stylesheet" />
|
||
|
<style>
|
||
|
@media screen and (max-width:750px) {
|
||
|
.user-single-title{ font-size:24px;}
|
||
|
.fixed{ right: 0%;margin-right: 0px;}
|
||
|
.user-single-h{ width:100%; padding-left:0px;}
|
||
|
.user-single-main{ width:100%;}
|
||
|
.g-inner{ width:100%;text-align: center;line-height: 30px;}
|
||
|
.content-main p{ margin:0px 10px;}
|
||
|
|
||
|
.user-single-main {border:none;margin:0 auto;}
|
||
|
}
|
||
|
.user-single-head {padding:0 5%;}
|
||
|
.article_content {padding:0 5%;}
|
||
|
.g-register-login-footer.hide,.user-single-head.hide {display:none;}
|
||
|
</style>
|
||
|
<div class="article_content">
|
||
|
{$article}
|
||
|
</div>
|
||
|
<script type="text/javascript">
|
||
|
$(".fixed").click(function(){
|
||
|
window.close();
|
||
|
});
|
||
|
$(function() {
|
||
|
var ug = navigator.userAgent;
|
||
|
if ((!!ug.match(/AppleWebKit.*Mobile.*/)||!ug.match(/AppleWebKit/))) {
|
||
|
$('.g-register-login-footer').addClass('hide');
|
||
|
$('.user-single-head').addClass('hide');
|
||
|
}
|
||
|
});
|
||
|
</script>
|
||
|
|
||
|
</block>
|