From d83a75062dc3c8502e3ffc1030b75dd4577417ae Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Thu, 28 Apr 2022 14:28:26 +0100 Subject: [PATCH] improve --- .../gabinete-digital.page.html | 59 +++++++++++--- .../gabinete-digital.page.scss | 79 ++++++++++++++++++- 2 files changed, 125 insertions(+), 13 deletions(-) diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.html b/src/app/pages/gabinete-digital/gabinete-digital.page.html index b2596bdea..09b58317b 100644 --- a/src/app/pages/gabinete-digital/gabinete-digital.page.html +++ b/src/app/pages/gabinete-digital/gabinete-digital.page.html @@ -35,7 +35,8 @@
- + +
+ + + + + +
+ +

+

+
+
+ + +
+ +

+

+
+
+ + +
+ +

+

+
+
+ + +
+ +

+

+
+
+
@@ -251,7 +292,7 @@ + class="item-skeleton width-100 d-flex ion-no-border ion-no-margin ion-no-padding">
@@ -260,7 +301,7 @@
+ class="item-skeleton width-100 d-flex ion-no-border ion-no-margin ion-no-padding">
@@ -269,7 +310,7 @@
+ class="item-skeleton width-100 d-flex ion-no-border ion-no-margin ion-no-padding">
@@ -278,7 +319,7 @@
+ class="item-skeleton width-100 d-flex ion-no-border ion-no-margin ion-no-padding">
@@ -289,7 +330,7 @@ + class="item-skeleton width-100 d-flex ion-no-border ion-no-margin ion-no-padding">
@@ -298,7 +339,7 @@
+ class="item-skeleton width-100 d-flex ion-no-border ion-no-margin ion-no-padding">
@@ -307,7 +348,7 @@
+ class="item-skeleton width-100 d-flex ion-no-border ion-no-margin ion-no-padding">
@@ -316,7 +357,7 @@
+ class="item-skeleton width-100 d-flex ion-no-border ion-no-margin ion-no-padding">
diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.scss b/src/app/pages/gabinete-digital/gabinete-digital.page.scss index feb9324d8..589c85d6e 100644 --- a/src/app/pages/gabinete-digital/gabinete-digital.page.scss +++ b/src/app/pages/gabinete-digital/gabinete-digital.page.scss @@ -62,7 +62,7 @@ ion-content{ border-radius: 20px; } ion-item{ - --ion-background-color:#dae3f3; + --ion-background-color:#ffffff; margin-bottom: 10px; border-radius: 5px; } @@ -156,7 +156,7 @@ ion-content{ background: white; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07); width: 360px; - margin: 7px 20px; + margin: 7px; border-radius: 15px; padding: 7px; border:1px solid white; @@ -440,7 +440,7 @@ ion-content{ } .exp-card-long{ //display: none; - width: 100% !important; + width: 93% !important; cursor: pointer; user-select: none; background: white; @@ -600,4 +600,75 @@ ion-content{ color: white !important; fill: red !important; } - \ No newline at end of file + + +.item-skeleton{ + width: 100% !important; + padding: 0px 20px 0 20px !important; + border-bottom: 1px solid #ebebeb; + align-items: center; + justify-content: space-between; + flex-direction: row; + background-color: transparent; + overflow: auto; + + .item-icon{ + //margin-top: 28px; + width: 45px; + float: left; + font-size: 40px; + + .item-icon ion-icon{ + color: #061b52; + } + } + .item-icon2{ + //margin-top: 23px; + width: 45px; + float: left; + font-size: 40px; + } + + .item-content{ + width: 100%; + padding: 15px 0 15px 10px; + overflow: auto; + margin-right: 5px; + + p{ + white-space: nowrap; + overflow: hidden !important; + text-overflow: ellipsis !important; + } + + .item-content-date{ + color: #797979; + font-size: 13px; + margin: 0 !important; + padding: 0 !important; + } + .item-content-title{ + color: var(--title-text-color); + font-size: 15px; + margin: 0 !important; + padding: 0 !important; + } + .item-content-detail{ + color: #000000; + font-size: 13px; + margin: 0 !important; + padding: 0 !important; + } + .item-options{ + color: var(--box-hover-background-color); + width: 25px; + font-size: 20px; + } + .item-content-date-active, .item-content-title-active, .item-content-detail-active{ + color: #fff; + } + } + .item-options-active{ + display: none !important; + } +} \ No newline at end of file