789d40ce by 任超

feat:预约须知

1 parent b04116e5
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
12 line-height: 25px; 12 line-height: 25px;
13 background: #FAFAFA; 13 background: #FAFAFA;
14 border: 1px solid #E6E6E6; 14 border: 1px solid #E6E6E6;
15 box-sizing: border-box;
15 } 16 }
16 .navigation_crumbs .layui-breadcrumb a:hover { 17 .navigation_crumbs .layui-breadcrumb a:hover {
17 color: #f46143!important; 18 color: #f46143!important;
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
9 height: 100px; 9 height: 100px;
10 padding: 20px; 10 padding: 20px;
11 box-sizing: border-box; 11 box-sizing: border-box;
12 background-color: #7ed3df;
13 } 12 }
14 .personal_information img { 13 .personal_information img {
15 width: 60px; 14 width: 60px;
...@@ -56,9 +55,7 @@ ...@@ -56,9 +55,7 @@
56 height: 100%; 55 height: 100%;
57 border: 1px solid #E6E6E6; 56 border: 1px solid #E6E6E6;
58 box-sizing: border-box; 57 box-sizing: border-box;
59 } 58 padding-left: 20px;
60 .business_module li:nth-child(5n+5) a{
61 padding-right: 0;
62 } 59 }
63 .business_module li a:hover { 60 .business_module li a:hover {
64 color: #f46143; 61 color: #f46143;
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
63 </div> 63 </div>
64 <!-- -----------------------------------个人中心模块---------------------------------------------- --> 64 <!-- -----------------------------------个人中心模块---------------------------------------------- -->
65 <div class="personal_center contentBox"> 65 <div class="personal_center contentBox">
66 <div class="personal_information"> 66 <div class="personal_information layui-bg-gray">
67 <img src="../../staticImages/logo-realestate.png" alt="个人中心"> 67 <img src="../../staticImages/logo-realestate.png" alt="个人中心">
68 <ul> 68 <ul>
69 <li> 69 <li>
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
97 </a> 97 </a>
98 </li> 98 </li>
99 <li> 99 <li>
100 <a href=""> 100 <a href="../wdyy/index.html">
101 我的预约 101 我的预约
102 </a> 102 </a>
103 </li> 103 </li>
......
1 .navigation_crumbs {
2 height: 45px;
3 }
1 .perinfo { 4 .perinfo {
2 5 height: 100px;
6 padding: 20px;
7 box-sizing: border-box;
8 }
9 .perinfo_left{
10 float: left;
11 }
12 .perinfo_left img {
13 width: 60px;
14 height: 60px;
15 float: left;
16 }
17 .perinfo_left ul {
18 float: left;
19 margin-left: 20px;
20 margin-top: 5px;
21 }
22 .perinfo_left ul li {
23 margin-bottom: 10px;
24 font-size: 16px;
25 }
26 .perinfo_left ul li p{
27 display: inline-block;
28 }
29 .my_appointment {
30 color: #5FB878;
31 border: 2px solid#5FB878;
32 font-size: 20px;
33 display: inline-block;
34 padding: 5px 10px;
35 border-radius: 5px;
36 margin-left: 20%;
37 margin-top: 10px;
38 }
39 .my_appointment:hover {
40 color: #f46143;
41 border-color: #f46143;
42 }
43 .time {
44 float: right;
45 margin-top: 20px;
3 } 46 }
4 .perinfo_left
...\ No newline at end of file ...\ No newline at end of file
47 /* ----------------预约列表-------------------- */
48 .appointment_list {
49
50 }
...\ No newline at end of file ...\ No newline at end of file
......
1 {
2 "code": 0,
3 "msg": "",
4 "count": 1000,
5 "data": [
6 {
7 "username": "user-0",
8 "sex": "女",
9 "city": "城市-0",
10 "sign": "签名-0",
11 "experience": 255,
12 "logins": 24,
13 "wealth": 82830700,
14 "classify": "作家",
15 "score": 57,
16 "state": 1
17 },
18 {
19 "username": "user-1",
20 "sex": "男",
21 "city": "城市-1",
22 "sign": "签名-1",
23 "experience": 884,
24 "logins": 58,
25 "wealth": 64928690,
26 "classify": "词人",
27 "score": 27,
28 "state": 1
29 },
30 {
31 "username": "user-2",
32 "sex": "女",
33 "city": "城市-2",
34 "sign": "签名-2",
35 "experience": 650,
36 "logins": 77,
37 "wealth": 6298078,
38 "classify": "酱油",
39 "score": 31,
40 "state": 0
41 }
42 ]
43 }
...\ No newline at end of file ...\ No newline at end of file
1 .navigation_crumbs {
2 height: 45px;
3 }
4 .appointment_notice {
5 margin-top: 30px;
6 margin-bottom: 30px;
7 }
8 .app_progress li {
9 padding: 0 30px;
10 line-height: 40px;
11 background: #eee;
12 display: inline-block;
13 color: #fff;
14 position: relative;
15 color: black;
16 }
17 .app_progress li:after{
18 content: '';
19 display: block;
20 border-top: 20px solid #fff;
21 border-bottom: 20px solid #fff;
22 border-left: 12px solid #eee;
23 position: absolute;
24 right:0;
25 top: 0;
26 }
27 .active {
28 background-color: #1E9FFF!important;
29 color: #fff!important;
30 }
31 .app_progress li.active:after {
32 border-left-color: #1E9FFF;
33 }
34 .line {
35 width: 80px;
36 height: 0;
37 display: inline-block;
38 border-bottom: 2px dotted#dddddd;
39 margin-bottom: 4px;
40 }
41 .clause p {
42 line-height: 26px;
43 }
44 .clause .date {
45 overflow: hidden;
46 margin: 20px 0;
47 }
48 .clause .date ul {
49 width: 200px;
50 text-align: center;
51 float: right;
52 }
53 .confim_input {
54 text-align: center;
55 }
56 .next_button {
57 text-align: center;
58 margin: 20px auto;
59 }
...\ No newline at end of file ...\ No newline at end of file