|
@@ -78,11 +78,9 @@ ion-content {
|
|
|
/* 表格行的底部间距 */
|
|
|
.plan-table ion-col {
|
|
|
margin-bottom: 1px;
|
|
|
-
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
/* 表格的列 */
|
|
@@ -90,9 +88,9 @@ ion-content {
|
|
|
background-color: #ffffff;
|
|
|
padding: 12px;
|
|
|
text-align: center;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
/* 表格的标题 */
|
|
@@ -146,44 +144,17 @@ ion-content {
|
|
|
}
|
|
|
}
|
|
|
/* 问诊部分的设计 */
|
|
|
-/* 确保图片等大 */
|
|
|
-.consult .ion-text-center ion-img {
|
|
|
- width: 100%;
|
|
|
- height: 200px;
|
|
|
- object-fit: cover;
|
|
|
-}
|
|
|
-.consult ion-item {
|
|
|
- margin-bottom: 12px;
|
|
|
- padding: 12px;
|
|
|
- padding-right: 4px;
|
|
|
- border-radius: 8px;
|
|
|
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-.consult .thumbnail {
|
|
|
- width: 160px;
|
|
|
- height: 160px;
|
|
|
- margin-bottom: 10px;
|
|
|
-}
|
|
|
-.consult ion-thumbnail {
|
|
|
- width: 60px;
|
|
|
- height: 60px;
|
|
|
-}
|
|
|
.consult .lan {
|
|
|
--background: #009b7d;
|
|
|
--background-hover: #9ce0be;
|
|
|
--background-activated: #88f4be;
|
|
|
--background-focused: #88f4be;
|
|
|
-
|
|
|
--color: #ffffff;
|
|
|
-
|
|
|
--border-radius: 10px;
|
|
|
--border-color: #28a169;
|
|
|
--border-style: solid;
|
|
|
--border-width: 1px;
|
|
|
-
|
|
|
--box-shadow: 0 2px 6px 0 rgb(0, 0, 0, 0.25);
|
|
|
-
|
|
|
--ripple-color: deeppink;
|
|
|
--padding-left: 10px;
|
|
|
--padding-right: 10px;
|
|
@@ -191,6 +162,20 @@ ion-content {
|
|
|
--padding-bottom: 3px;
|
|
|
}
|
|
|
|
|
|
+.consult ion-item {
|
|
|
+ margin-bottom: 12px;
|
|
|
+ padding: 12px;
|
|
|
+ padding-right: 4px;
|
|
|
+ border-radius: 8px;
|
|
|
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
|
|
+ background-color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.consult ion-thumbnail {
|
|
|
+ width: 17%;
|
|
|
+ height: 17%;
|
|
|
+}
|
|
|
+
|
|
|
.consult .coach-info {
|
|
|
margin-left: 12px;
|
|
|
display: flex;
|