123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- @import '@css/mixin.scss';
- .page-gray-all {
- filter: grayscale(100%);
- }
- .at-tab-bar {
- height: 140px;
- background: #fff;
- }
- .l-box {
- box-sizing: border-box;
- &.has-footer {
- padding-bottom: 140px;
- }
- .g-icon-share {
- position: fixed;
- right: 30px;
- bottom: 180px;
- width: 120px;
- height: 120px;
- z-index: 99;
- overflow: hidden;
- &.b2 {
- bottom: 300px;
- }
- &.t2 {
- bottom: auto;
- top: 400px;
- }
- .img {
- width: 120px;
- height: 120px;
- }
- }
- .g-u-btn {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 99999;
- opacity: 0;
- outline: none;
- -webkit-appearance: none;
- border-radius: 0;
- &.t2 {
- position: absolute;
- }
- }
- .g-go-home {
- position: fixed;
- bottom: 180px;
- width: 128px;
- height: 128px;
- right: 20px;
- z-index: 9;
- border-radius: 50%;
- overflow: hidden;
- &.t2 {
- bottom: 300px;
- }
- }
- .scoped-fix-q2 {
- position: fixed;
- bottom: 200px;
- right: 50px;
- z-index: 99;
- width: 156px;
- height: 166px;
- &.t2 {
- bottom: 320px;
- right: 20px;
- }
- .img {
- width: 156px;
- height: 166px;
- }
- }
- }
- View {
- // font-family: 'pf';
- font-family: 'Microsoft YaHei';
- }
- .l-area-box {
- @include itemBox(0 20px 20px);
- position: relative;
- background: #fff;
- .lab-title {
- height: 34px;
- line-height: 34px;
- border-left: 10px solid $mainColor;
- padding-left: 20px;
- font-size: 32px;
- color: #333;
- position: relative;
- }
- .lab-title-right {
- position: absolute;
- top: 0;
- right: 0;
- color: #999;
- font-size: 28px;
- &.t2 {
- color: $mainColor;
- text-decoration: underline;
- }
- }
- .lab-chart {
- height: 400px;
- }
- }
- pendant {
- position: fixed;
- z-index: 9999999999999999999;
- bottom: 300px;
- left: 50px;
- width: 10px;
- height: 10px;
- }
- .g-view-btn {
- padding: 0;
- margin: 0;
- border: none;
- outline: none;
- background: transparent;
- border-radius: 0;
- box-shadow: none;
- display: inline-block;
- }
- .g-fixed-top-left {
- position: fixed;
- top: 90px;
- left: 20px;
- width: 64px;
- height: 64px;
- z-index: 9999999;
- .img {
- width: 64px;
- height: 64px;
- }
- }
|