123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558 |
- ion-card-header {
- ion-card-title {
- font-size: 1.5em;
- font-weight: bold;
- }
- }
- ion-thumbnail {
- width: 80px;
- height: 80px;
- border-radius: 50%;
- }
- .fit {
- width: auto;
- }
- h2 {
- font-size: 1.2em;
- margin-bottom: 5px;
- }
- p {
- font-size: 0.9em;
- color: #777;
- margin-bottom: 3px;
- }
- .like-wrapper {
- --gap: 0.5em;
- --radius: 0.35em;
-
- display: flex;
- align-items: center; /* 垂直居中 */
- justify-content: center; /* 按钮靠右 */
- --dot-bg: #212121;
- --dot-color: #313131;
- --dot-size: 1px;
- --dot-space: 11px;
- background: linear-gradient(
- 90deg,
- var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),
- transparent 1%
- )
- center / var(--dot-space) var(--dot-space),
- linear-gradient(
- var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),
- transparent 1%
- )
- center / var(--dot-space) var(--dot-space),
- var(--dot-color);
- border: 0.1em solid #313131;
- padding: 0.5em;
- border-radius: var(--radius);
- box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.1);
- cursor: pointer;
- max-width: 25%; /* 按钮最大宽度为50% */
- margin-left: auto; /* 靠右对齐 */
- }
- .check[type="checkbox"] {
- display: none;
- }
- .container {
- display: flex;
- align-items: center;
- cursor: pointer;
- margin-top: -0.25em;
- margin-bottom: -0.25em;
- }
- .icon {
- width: 1.5em;
- height: 1.5em;
- margin-left: 0.5em;
- fill: white;
- transition: opacity 0.3s ease-in-out;
- }
- .icon.active {
- display: none;
- fill: #f52121;
- }
- .check[type="checkbox"]:checked + .container .icon.active {
- display: inline-block;
- animation: wiggle 0.5s ease-in-out;
- }
- .check[type="checkbox"]:checked + .container .icon.inactive {
- display: none;
- }
- .like-text {
- margin-left: 0.5em;
- padding: 0.5em;
- color: white;
- font-family: Arial, sans-serif;
- font-weight: bolder;
- }
- @keyframes wiggle {
- 0%,
- 100% {
- transform: rotate(0deg);
- }
- 25% {
- transform: rotate(-10deg);
- }
- 50% {
- transform: rotate(10deg);
- }
- 75% {
- transform: rotate(-10deg);
- }
- }
- .searchbar {
- font-size: 14px;
- font-family: arial, sans-serif;
- color: #202124;
- display: flex;
- z-index: 3;
- height: 44px;
- background: white;
- border: 1px solid #dfe1e5;
- box-shadow: none;
- border-radius: 24px;
- margin: 10px auto;
- width: auto;
- max-width: 90%;
- }
- .searchbar:hover {
- box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
- border-color: rgba(223,225,229,0);
- }
- .searchbar-wrapper {
- flex: 1;
- display: flex;
- padding: 5px 8px 0 14px;
- }
- .searchbar-left {
- font-size: 14px;
- font-family: arial, sans-serif;
- color: #202124;
- display: flex;
- align-items: center;
- padding-right: 13px;
- margin-top: -5px;
- }
- .search-icon-wrapper {
- margin: auto;
- }
- .search-icon {
- margin-top: 3px;
- color: #9aa0a6;
- height: 20px;
- line-height: 20px;
- width: 20px;
- }
- .searchbar-icon {
- display: inline-block;
- fill: currentColor;
- height: 24px;
- line-height: 24px;
- position: relative;
- width: 24px;
- }
- .searchbar-center {
- display: flex;
- flex: 1;
- flex-wrap: wrap;
- }
- .searchbar-input-spacer {
- color: transparent;
- flex: 100%;
- white-space: pre;
- height: 34px;
- font-size: 16px;
- }
- .searchbar-input {
- background-color: transparent;
- border: none;
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, .87);
- word-wrap: break-word;
- outline: none;
- display: flex;
- flex: 100%;
- margin-top: -37px;
- height: 34px;
- font-size: 16px;
- max-width: 100%;
- width: 100%;
- }
- .searchbar-right {
- display: flex;
- flex: 0 0 auto;
- margin-top: -5px;
- align-items: stretch;
- flex-direction: row
- }
- .searchbar-clear-icon {
- margin-right: 12px
- }
- .voice-search {
- flex: 1 0 auto;
- display: flex;
- cursor: pointer;
- align-items: center;
- border: 0;
- background: transparent;
- outline: none;
- padding: 0 8px;
- width: 2.8em;
- }
- .card {
- //width: 190px;
- //height: 254px;
- border-radius: 20px;
- padding: 5px;
- box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
- background-image: linear-gradient(144deg,#af40ff76, #5a42f37c 50%,#00dbeb7c);
- }
- .card__content {
- background: rgba(5, 6, 45, 0.125);
- border-radius: 17px;
- width: auto;
- height: auto;
- }
- .card-title {
- color: #333;
- font-size: 1.5em;
- font-weight: 600;
- line-height: 2rem;
- }
- .card1 {
- width: 190px;
- height: 254px;
- background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
- border-radius: 20px;
- transition: all .3s;
- }
-
- .card2 {
- width: 190px;
- height: 254px;
- background-color: #1a1a1a;
- //border-radius:;
- transition: all .2s;
- }
-
- .card2:hover {
- transform: scale(0.98);
- border-radius: 20px;
- }
-
- .card:hover {
- box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
- }
- .price {
- font-size: 2em;
- font-weight: 600;
- line-height: 2rem;
- color: rgb(7, 7, 7)
- }
- .carousel-container {
- width: 100%;
- overflow: hidden;
- }
- .carousel {
- display: flex;
- overflow-x: auto;
- scroll-behavior: smooth;
- scrollbar-width: none; /* 隐藏滚动条 Firefox */
- -ms-overflow-style: none; /* 隐藏滚动条 IE/Edge */
- }
- .carousel::-webkit-scrollbar {
- display: none; /* 隐藏滚动条 Chrome/Safari */
- }
- .card0 {
- flex: 0 0 auto;
- width: 200px;
- height: 200px;
- margin-right: 10px;
- background-color: #ffffff;
- border-radius: 5px;
- //box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
- }
- .card0 img {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .swiper {
- width: 100%;
- padding-top: 50px;
- padding-bottom: 50px;
- }
- .swiper-slide {
- background-position: center;
- background-size: cover;
- width: 300px;
- height: 300px;
- }
- .swiper-slide img {
- display: block;
- width: 100%;
- }
- ion-card {
- margin: 10px;
- }
- ion-card img {
- width: 100%;
- height: 200px;
- object-fit: cover;
- }
- .notification {
- display: flex;
- flex-direction: column;
- isolation: isolate;
- position: relative;
- width: 22rem;
- height: auto;
- background: #29292c;
- border-radius: 1rem;
- //overflow: hidden;
- font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
- font-size: 16px;
- --gradient: linear-gradient(to bottom, #2eadff, #3d83ff, #7e61ff);
- --color: #32a6ff
-
- }
- .notification img {
- width: auto;
- height: auto;
- border-radius: 1rem 1rem 1rem 1rem; /* 保持与.notification相同的圆角效果 */
- position: relative;
- z-index: 10;
- width: 85%;
- height: auto;
- // position: absolute; /* 绝对定位,使图片脱离文档流 */
- // top: 0; /* 从顶部开始定位 */
- left: 1.5rem; /* 从左侧开始定位 */
- margin-bottom: 1.5rem;
- }
- .notification:before {
- position: absolute;
- content: "";
- inset: 0.0625rem;
- border-radius: 0.9375rem;
- background: #18181b;
- z-index: 2
- }
- .notification:after {
- position: absolute;
- content: "";
- width: 0.25rem;
- inset: 0.65rem auto 0.65rem 0.5rem;
- border-radius: 0.125rem;
- background: var(--gradient);
- transition: transform 300ms ease;
- z-index: 4;
- }
- .notification:hover:after {
- transform: translateX(0.15rem)
- }
- .notititle {
- color: var(--color);
- padding: 0.65rem 0.25rem 0.4rem 1.25rem;
- font-weight: 500;
- font-size: 1.1rem;
- transition: transform 300ms ease;
- z-index: 5;
- }
- .notification:hover .notititle {
- transform: translateX(0.15rem)
- }
- .notibody {
- color: #99999d;
- padding: 0 1.25rem;
- transition: transform 300ms ease;
- z-index: 5;
- }
- .notification:hover .notibody {
- transform: translateX(0.25rem)
- }
- .notiglow,
- .notiborderglow {
- position: absolute;
- width: 20rem;
- height: 20rem;
- transform: translate(-50%, -50%);
- background: radial-gradient(circle closest-side at center, white, transparent);
- opacity: 0;
- transition: opacity 300ms ease;
- }
- .notiglow {
- z-index: 3;
- }
- .notiborderglow {
- z-index: 1;
- }
- .notification:hover .notiglow {
- opacity: 0.1
- }
- .notification:hover .notiborderglow {
- opacity: 0.1
- }
- .note {
- color: var(--color);
- position: fixed;
- top: 80%;
- left: 50%;
- transform: translateX(-50%);
- text-align: center;
- font-size: 1.5rem;
- width: 75%;
- }
- .container {
- position: relative;
- margin-top: -100px;
- width: 360px;
- }
- .container > * {
- width: 340px;
- height: 120px;
- border: solid 1px #bebebe;
- background-color: #1f1f1f;
- position: absolute;
- border-radius: 10px;
- padding: 10px;
- color: #fff;
- box-shadow: 0px 8px 20px -10px #bbbbbb;
- text-shadow: 0px 0px 5px #fff;
- letter-spacing: 1px;
- background-image: radial-gradient(circle 160px at 50% 120%, #353535, #1f1f1f);
- }
- .card5 {
- width: 300px;
- margin: -20px 0px 0px 20px;
- }
- .card6 {
- width: 320px;
- margin: -10px 0px 0px 10px;
- }
- .card9 {
- position: relative;
- width: 300px;
- height: 200px;
- background-color: #f2f2f2;
- border-radius: 10px;
- display: flex;
- align-items: center;
- justify-content: center;
- overflow: hidden;
- perspective: 1000px;
- box-shadow: 0 0 0 5px #ffffff80;
- transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
- }
- .card9 svg {
- width: 48px;
- fill: #333;
- transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
- }
- .card9:hover {
- transform: scale(1.05);
- box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
- }
- .card9__content {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- padding: 20px;
- box-sizing: border-box;
- background-color: #f2f2f2;
- transform: rotateX(-90deg);
- transform-origin: bottom;
- transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
- }
- .card9:hover .card9__content {
- transform: rotateX(0deg);
- }
- .card9__title {
- margin: 0;
- font-size: 24px;
- color: #333;
- font-weight: 700;
- }
- .card9:hover svg {
- scale: 0;
- }
- .card9__description {
- margin: 10px 0 0;
- font-size: 14px;
- color: #777;
- line-height: 1.4;
- }
|