123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- .skeleton {
- position: fixed;
- left: 0;
- top: 0;
- width: 100vw;
- height: 100vh;
- padding: 20px 30px;
- background-color: #fff;
- z-index: 1000;
- --van-skeleton-paragraph-height: .8rem;
- }
- .detail {
- width: 100vw;
- height: 100vh;
- overflow: hidden;
- --header-height: 62px;
- background: var(--container-background);
- .headHeight {
- position: relative;
- width: 100%;
- height: var(--header-height);
- transition: margin .3s;
- z-index: 10;
- &.headHide {
- margin-top: calc(0Px - var(--header-height));
- }
- }
- .container {
- position: sticky;
- top: 0;
- height: calc(100vh - var(--header-height));
- margin: 0 10px;
- border-radius: 10px;
- transition: height .2s;
- transition: padding-bottom .2s;
- overflow: hidden;
- }
- }
- :global {
- #cursorImg-0 {
- width: 2PX !important;
- min-height: 58PX;
- content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
- margin-top: -14PX;
- border-radius: 4Px;
- background-color: rgba(25, 140, 254, 0.7);
- opacity: var(--corsor-opacity);
- //transform: translateX(10PX);
- }
- .staff {
- #cursorImg-0 {
- width: 14Px;
- transform: translateX(11Px);
- }
- }
- .jianpuTone {
- #cursorImg-0 {
- width: 18Px;
- transform: translateX(6.3Px) !important;
- }
- }
- .eyeProtection {
- #cursorImg-0 {
- background-color: rgb(255, 159, 88);
- }
- }
- #osmdCanvasPage1 {
- padding-bottom: 60px;
- }
- }
- .xiaomi {
- :global {
- #cursorImg-0 {
- height: 58PX !important;
- min-height: auto !important;
- }
- }
- }
- .PC {
- :global {
- #cursorImg-0 {
- margin-top: -18PX;
- min-height: 94Px;
- border-radius: 10Px;
- }
- .staff {
- #cursorImg-0 {
- width: 35Px;
- transform: translateX(21Px) !important;
- }
- }
- .jianpuTone {
- #cursorImg-0 {
- width: 29Px;
- transform: translateX(13Px) !important;
- }
- }
- .headTopBackBtn {
- display: none;
- }
- .pcTitle {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- .van-notice-bar__wrap {
- justify-content: center;
- }
- }
-
- }
- .headHeight.headHide {
- // margin-top: 0 !important;
- }
- }
|