Compare commits
2 Commits
1582a437b5
...
277c16e31a
| Author | SHA1 | Date |
|---|---|---|
|
|
277c16e31a | |
|
|
9d9640648e |
|
|
@ -1385,25 +1385,20 @@
|
|||
.huiBtn {
|
||||
color:#333;
|
||||
background: #f3f3f3;
|
||||
// color: #333333;
|
||||
}
|
||||
.lanBtn {
|
||||
color:#fff;
|
||||
background: #049F89;
|
||||
}
|
||||
.guke-btn {
|
||||
width:24%;
|
||||
// height: 40px;
|
||||
line-height:34px;
|
||||
// margin-left: 5px;
|
||||
width: 24%;
|
||||
line-height: 34px;
|
||||
text-align: center;
|
||||
// line-height: 40px;
|
||||
font-weight: bold;
|
||||
font-size:11px;
|
||||
font-size: 11px;
|
||||
border-radius: 6px;
|
||||
margin-top:5px;
|
||||
margin-right:2px;
|
||||
// border-bottom: 1px solid #ccc;
|
||||
margin-top: 5px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.guke-list {
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -275,8 +275,8 @@
|
|||
return {
|
||||
fuwuBtn: [
|
||||
{'title':'请速回电'},
|
||||
{'title':'勿大声敲门'},
|
||||
{'title':'尽快上门服务'},
|
||||
{'title':'勿大声敲门'},
|
||||
{'title':'直接来即可'},
|
||||
],
|
||||
selected:[],
|
||||
|
|
@ -1456,25 +1456,21 @@
|
|||
}
|
||||
.huiBtn {
|
||||
color:#333;
|
||||
background: #ccc;
|
||||
// color: #333333;
|
||||
background: #f3f3f3;
|
||||
}
|
||||
.lanBtn {
|
||||
color:#fff;
|
||||
background: #049F89;
|
||||
}
|
||||
.guke-btn {
|
||||
width: 45%;
|
||||
// height: 40px;
|
||||
line-height: 40px;
|
||||
// margin-left: 5px;
|
||||
width: 24%;
|
||||
line-height: 34px;
|
||||
text-align: center;
|
||||
// line-height: 40px;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
border-radius: 6px;
|
||||
margin-top:5px;
|
||||
// border-bottom: 1px solid #ccc;
|
||||
margin-top: 5px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.guke-list {
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -1393,25 +1393,21 @@
|
|||
}
|
||||
.huiBtn {
|
||||
color:#333;
|
||||
background: #ccc;
|
||||
// color: #333333;
|
||||
background: #f3f3f3;
|
||||
}
|
||||
.lanBtn {
|
||||
color:#fff;
|
||||
background: #049F89;
|
||||
}
|
||||
.guke-btn {
|
||||
width: 45%;
|
||||
// height: 40px;
|
||||
line-height: 40px;
|
||||
// margin-left: 5px;
|
||||
width: 24%;
|
||||
line-height: 34px;
|
||||
text-align: center;
|
||||
// line-height: 40px;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
border-radius: 6px;
|
||||
margin-top:5px;
|
||||
// border-bottom: 1px solid #ccc;
|
||||
margin-top: 5px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.guke-list {
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -1414,26 +1414,47 @@
|
|||
}
|
||||
.huiBtn {
|
||||
color:#333;
|
||||
<<<<<<< .mine
|
||||
background: #f3f3f3;
|
||||
|
||||
=======
|
||||
background: #f3f3f3;
|
||||
// color: #333333;
|
||||
>>>>>>> .theirs
|
||||
}
|
||||
.lanBtn {
|
||||
color:#fff;
|
||||
background: #049F89;
|
||||
}
|
||||
.guke-btn {
|
||||
<<<<<<< .mine
|
||||
width: 24%;
|
||||
line-height: 34px;
|
||||
|
||||
|
||||
=======
|
||||
width:24%;
|
||||
// height: 40px;
|
||||
line-height:34px;
|
||||
// margin-left: 5px;
|
||||
>>>>>>> .theirs
|
||||
text-align: center;
|
||||
// line-height: 40px;
|
||||
font-weight: bold;
|
||||
<<<<<<< .mine
|
||||
font-size: 11px;
|
||||
=======
|
||||
font-size:11px;
|
||||
>>>>>>> .theirs
|
||||
border-radius: 6px;
|
||||
<<<<<<< .mine
|
||||
margin-top: 5px;
|
||||
margin-right: 2px;
|
||||
|
||||
=======
|
||||
margin-top:5px;
|
||||
margin-right:2px;
|
||||
// border-bottom: 1px solid #ccc;
|
||||
>>>>>>> .theirs
|
||||
}
|
||||
.guke-list {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue