Commit 3a530d58 authored by xishifeng's avatar xishifeng

common.css,common.js暂存

parent f620d693
......@@ -8,16 +8,27 @@
<meta name="Keywords" content="" />
<meta name="Description" content="" />
<link rel="stylesheet" href="/app/css/common.css">
<link rel="stylesheet" href="/app/css/agent_detail.css">
</head>
<body>
<header id="header">
<a class="ps-back" href="javascript:(history.length>1?history.go(-1):window.location='/');" id="back_btn"></a>
<h2 id="title">跟进</h2>
<h2 id="title">同联经纪人店铺</h2>
</header>
<div class="header_seat"></div>
<div class="user-info-area oh">
<div class="fl oh">
<div class="portrait-area oh"></div>
<div class="info-p-area"></div>
</div>
<div class="fr"></div>
</div>
<p>3333333333</p>
<script src="/app/js/jquery-1122-min.js"></script>
<script src="/app/js/jquery-1122-min.js" charset="UTF-8"></script>
<script src="/app/js/common.js" charset="UTF-8"></script>
<script src="/app/js/agent_detail.js" charset="UTF-8"></script>
</body>
</html>
@charset "utf-8";
.user-info-area{
background-image: url('/app/images/bg_yellow.png');
background-size: 7.5rem 2.3rem;
height: 2.3rem;
}
@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}input,select,textarea{font-size:100%}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}abbr,acronym{border:0;font-variant:normal}del{text-decoration:line-through}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:500}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500}q:before,q:after{content:''}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}ins,a{text-decoration:none}:focus{outline:0}a{overflow:hidden;text-decoration:none;text-align:inherit;color:inherit;border:0;cursor:pointer}a:visited{text-decoration:none}a:hover{text-decoration:none}a:active{text-decoration:none}
input{
.oh {
overflow: hidden;
}
.fl {
float: left;
}
.fr {
float: right;
}
.tc{
text-align: center;
}
.ellipsis {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
input {
outline: none;
-webkit-appearance: none;/*解决苹果机上input的内阴影*/
-moz-appearance: none;
......@@ -46,7 +63,7 @@ header .ps-back {
display: block;
width: .88rem;
height: .88rem;
background: url('../images/ic_back_black@2x.png') no-repeat 0.3rem center;
background: url('/app/images/ic_back_black@2x.png') no-repeat 0.3rem center;
background-size: .36rem .28rem;
}
......@@ -84,3 +101,156 @@ header .share-tips>span{
background-color: #8a8a8a;
float: left;
}
/*************************分页加载相关样式loading*********************************/
.loading_pic {
font-size: 0.2rem;
text-align: center;
width: 100%;
position: fixed;
top: 7rem;
display: none;
}
.loading_pic>img{
width:1.2rem;
display: block;
margin: 0 auto;
}
.loading_pic>p{
font-size:0.2rem; color: #333;
text-align: center;
margin-top: 0.1rem;
color: rgb(51, 51, 51);
}
.no_more{
font-size: 0.28rem;
height: 0.5rem;
line-height: 0.5rem;
text-align: center;
display: none;
margin-top: 0.1rem;
color: #999999;
}
.zanwu_data{
background: white url('../images/zanwu_shuju.png') no-repeat center 0.3rem/2.31rem 1.75rem;
padding-top: 2.35rem;
font-size: .28rem;
line-height: .5rem;
text-align: center;
color: #999;
display: none;
}
/*.ic_wushuju{
width: 2.31rem;
height: 1.75rem;
margin: 0 auto;
}*/
.loading_pic_samll{
overflow: hidden;
width: 0.5rem;
height: 0.5rem;
position: fixed;
top: 3rem;
left: 50%;
margin-left: -0.25rem;
display: none;
}
.loading_pic_samll>img{
float: left;
width: 0.5rem;
height: 0.5rem;
}
a#jump_link{
height: 1rem;
float: right;
overflow: hidden;
}
/*时间轴等图片点击之后的轮播图*/
#pic_box{
display: none;
}
/*定义加载的动画*/
@keyframes loader4 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes loader4 {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
/*底部浮窗*/
.fix_area_bottom{
width: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: 9999;
display: none;
}
.fix_area_bottom>div{
width: 100%;
height: 1rem;
background: rgba(0,0,0,0.6);
position: absolute;
bottom: 0;
left: 0;
font-size: 0.28rem;
color: white;
}
.fix_area_bottom>div>div{
width: 50%;
float: left;
}
.fix_area_bottom>div>div:nth-of-type(1){
text-align: right;
line-height: 1rem;
}
.fix_area_bottom>div>div:nth-of-type(2){
}
.fix_area_bottom>div>div:nth-of-type(2)>p{
margin-left: 0.5rem;
background-color: #ff9419;
width: 2.5rem;
height: 0.44rem;
border-radius: 0.12rem;
text-align: center;
overflow: hidden;
margin-top: 0.28rem;
}
.fix_area_bottom>div>div:nth-of-type(2)>p>img{
width: 0.28rem;
float: left;
margin: 0.08rem 0.12rem 0;
}
.fix_area_bottom>div>div:nth-of-type(2)>p>a{
color: white;
float: left;
line-height: 0.44rem;
}
#fix_area_bottom_btn{
position: absolute;
right: 0;
bottom: 1rem;
width: 0.96rem;
height: 0.96rem;
overflow: hidden;
}
#fix_area_bottom_btn>img{
float: left;
width: 0.36rem;
margin: 0.3rem;
}
$(function(){
$.ajax({
type: 'get',
url: ServerHost + '/api/brokerDetail/731',
timeout: 30000,
dataType: 'json',
beforeSend: function() {},
success: function(data) {
if(typeof data === 'object') {
if (data['code'] == 200) {
}else {
layerTipsX(data['msg']);
};
}else{
layerTipsX('数据错误');
};
},
error: function(XMLHttpRequest, textStatus, errorThrown) {
alert(XMLHttpRequest.status);
alert(XMLHttpRequest.readyState);
alert(textStatus);
layerTipsX('error');
},
complete: function(xhr, textStatus){
if(textStatus === 'timeout'){
layerTipsX('请求超时');
};
}
});
});
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment