123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486 |
- @charset "UTF-8";
- /**
- *
- * @authors Your Name (you@example.org)
- * @date 2017-07-22 20:09:01
- * @version $Id$
- */
- * {
- margin: 0;
- padding: 0;
- font-family: "PingFang SC", "STXihei", "Microsoft YaHei";
- }
- html {
- font-size: 625%;
- }
- .m-museum {
- width: 100%;
- height: 100vh;
- background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%8D%9A%E7%89%A9%E9%A6%86/review_bg.jpg') no-repeat center center;
- background-size: cover;
- font-size: 0;
- }
- .museum-wrap {
- width: 72%;
- height: 90vh;
- padding: 10vh 8% 0 20%;
- // margin-bottom: 10vh;
- overflow: scroll;
- // background-color: rgba(166,166,166,0.1);
- -webkit-mask: -webkit-gradient(linear, left 75%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
- }
- .section-row {
- display: inline-block;
- width: 33.3%;
- vertical-align: top;
- }
- // .section-wrap {
- // display: inline-block;
- // width: 35%;
- // height: 65vh;
- // text-align: left;
- // color: #e0e0e0;
- // position: relative;
- // padding-right: 0.6rem;
- // margin: 15vh 1rem 20vh 0;
- // vertical-align: top;
- // }
- .section-text {
- position: relative;
- top: 0.8rem;
- }
- .section-date {
- font-size: 14px;
- margin: 0.3rem 0;
- position: absolute;
- top: -0.8rem;
- left: 0;
- }
- .section-date-sub {
- font-size: 0.2rem;
- }
- .section-title {
- color: #dab379;
- font-size: 0.3rem;
- margin: 0.2rem 0;
- }
- .section-content {
- font-size: 0.24rem;
- margin: 0.2rem 0;
- font-weight: 300;
- // padding-right: 1.4rem;
- line-height: 24px;
- }
- .section-img img{
- width: 100%;
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
- transition: transform 0.3s;
- // position: absolute;
- top: 2.4rem;
- cursor: pointer;
- }
- .section-content img{
- max-width: 100%;
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
- transition: transform 0.3s;
- cursor: pointer;
- }
- .section-wrap {
- display: inline-block;
- color: #e0e0e0;
- position: relative;
- vertical-align: top;
- // width: 30%;
- width: 90%;
- height: auto;
- // background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%8D%9A%E7%89%A9%E9%A6%86/mb_museum_item_bg.jpg');
- background-position: center center;
- background-color: rgba(60,60,60,0.7);
- background-size: cover;
- margin: 5vh 3.3% 0 0;
- padding: 0;
- box-shadow: 0 0 20px 0 #111;
- // -webkit-transition: width 0.6s;
- // transition: width 0.6s;
- }
- .section-wrap:hover {
- background-color: rgba(100,100,100,0.7);
- }
- .section-wrap:hover .section-img {
- background-color: rgb(100,100,100);
- opacity: 0.7;
- }
- .section-block {
- display: block;
- width: 25%;
- }
- .section-block .section-date {
- display: none;
- }
- .section-img {
- // display: none;
- position: relative;
- top: 0;
- width: 100%;
- margin: 0;
- }
- .section-text {
- width: 100%;
- position: relative;
- margin: 0;
- text-align: center;
- top: 0;
- }
- .section-date {
- font-size: 11px;
- margin: 5px 5%;
- font-weight: 300;
- line-height: 0.4rem;
- text-align: right;
- color: #888;
- position: relative;
- top: 0;
- }
- .section-title:after {
- content: '';
- display: block;
- clear: both;
- }
- .section-title {
- font-size: 0.18rem;
- line-height: 0.4rem;
- padding: 5px 5%;
- margin: 0;
- text-align: left;
- }
- .section-content {
- font-size: 12px;
- margin: 0;
- padding: 0 5%;
- opacity: 0.8;
- text-align: left;
- color: #fff;
- line-height: 0.26rem;
- }
- .section-content img {
- margin: 0 auto;
- }
- .btn-play {
- display: none;
- background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%8D%9A%E7%89%A9%E9%A6%86/btn_play.png') no-repeat center center;
- background-size: contain;
- width: 0.5rem;
- height: 0.5rem;
- position: absolute;
- top: 5rem;
- left: 50%;
- margin: -0.25rem 0 0 -0.25rem;
- }
- .btn-details-show {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- cursor: pointer;
- }
- .btn-details-hide {
- display: none;
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- cursor: pointer;
- }
- .details-section {
- display: none;
- width: 50%;
- height: 100vh;
- background-color: rgba(20,20,20,0.95);
- position: absolute;
- top: 0;
- right: 0;
- text-align: center;
- overflow: scroll;
- padding: 0 5%;
- }
- .details-section::-webkit-scrollbar{
- width:0px
- }
- .details-title {
- color: #e1e1e1;
- font-size: 0.4rem;
- margin: 1.5rem 0 0.2rem 0;
- }
- .details-message {
- color: #e1e1e1;
- font-size: 12px;
- }
- .details-content {
- margin-top: 0.3rem;
- font-size: 0.2rem;
- color: #aeac9c;
- line-height: 0.36rem;
- text-align: left;
- }
- .details-content img {
- width: 100%;
- }
- .video-wrap {
- }
- .video-section {
- z-index: 1;
- display: none;
- width: 100%;
- height: 100vh;
- background-color: rgba(20,20,20,0.6);
- position: fixed;
- top: 0;
- right: 0;
- text-align: left;
- }
- .video-item {
- width: auto;
- height: 80vh;
- // margin: 10vh auto;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- }
- .btn-close {
- cursor: pointer;
- font-size: 0.72rem;
- position: fixed;
- top: 0.4rem;
- right: 0.4rem;
- color: #fff;
- text-align: center;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .alpha-layer {
- display: none;
- }
- .details-wrap .btn-close {
- // display: none;
- }
- .section-videoplay {
- width: 90%;
- height: auto;
- background-color: #000;
- position: relative;
- cursor: pointer;
- margin: auto;
- margin-bottom: 7%;
- }
- .section-videoplay:hover {
- background-color: #111;
- }
- .section-videoplay:hover > .btn-videoplay{
- opacity: 1;
- }
- .section-videoplay img {
- width: 100%;
- height: auto;
- }
- .btn-videoplay {
- width: 0;
- height: 0;
- border: 20px solid transparent;
- border-left: 30px solid #fff;
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -20px 0 0 -15px;
- opacity: 0.5;
- }
- @media (min-width: 959px) {
- html {
- font-size: 385%;
- }
- }
- @media (min-width: 1279px) {
- html {
- font-size: 465%;
- }
- }
- @media (min-width: 1599px) {
- html {
- font-size: 545%;
- }
- }
- @media (min-width: 1919px) {
- html {
- font-size: 625%;
- }
- }
- @media (max-device-width: 1081px) {
- html {
- font-size: 585%;
- }
- .museum-wrap {
- width: 100%;
- height: calc(100vh - 1rem);
- padding: 0;
- padding-top: 1rem;
- background-color: rgba(166,166,166,0.3);
- }
- .section-row {
- width: 100%;
- }
- .section-wrap {
- width: 90%;
- height: auto;
- // background: url('../../static/review_img_01.jpg');
- background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%8D%9A%E7%89%A9%E9%A6%86/mb_museum_item_bg.jpg');
- background-position: center center;
- background-color: #000;
- background-size: cover;
- margin: 5%;
- padding: 12% 0 0 0;
- box-shadow: 5px 5px 20px 0px #222;
- }
- .alpha-layer {
- display: none;
- width: 100%;
- height: 100%;
- background-color: rgba(0,0,0,0.6);
- position: absolute;
- top: 0;
- left: 0;
- }
- .section-img {
- // display: none;
- position: relative;
- // top: 12%;
- width: 90%;
- margin: 0 auto;
- }
- .section-text {
- width: 86%;
- position: relative;
- margin: 0 7%;
- text-align: center;
- top: 0;
- }
- .section-date {
- font-size: 0.2rem;
- margin: 0.2rem 5% 0.5rem;
- position: relative;
- font-weight: 300;
- text-align: right;
- top: 0;
- }
- .section-title {
- font-size: 0.34rem;
- margin: 0.8rem 0 0.3rem;
- }
- .section-content {
- font-size: 14px;
- padding: 0 5%;
- opacity: 0.8;
- text-align: left;
- }
- .section-content img {
- margin: 0 auto;
- }
- .details-section {
- width: 80%;
- padding: 0 10%;
- margin: 0;
- z-index: 103;
- }
- .details-wrap .btn-close {
- display: block;
- }
- .btn-details-hide {
- display: none;
- }
- .video-wrap video{
- width: 100%;
- height: auto;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- }
- .mb-display-toggle {
- display: none;
- }
- .section-videoplay {
- position: relative;
- background-color: rgba(100,100,100,0.8);
- margin: 0 5% 0.5rem 5%;
- }
- .btn-videoplay {
- border-left: 30px solid #ddd;
- }
- .mb-video-section {
- height: auto;
- }
- }
- @media (max-device-width: 720px) {
- html {
- font-size: 465%;
- }
- }
- @media (max-device-width: 660px) {
- html {
- font-size: 445%;
- }
- }
- @media (max-device-width: 600px) {
- html {
- font-size: 425%;
- }
- }
- @media (max-device-width: 540px) {
- html {
- font-size: 405%;
- }
- }
- @media (max-device-width: 480px) {
- html {
- font-size: 385%;
- }
- }
- @media (max-device-width: 420px) {
- html {
- font-size: 365%;
- }
- }
- @media (max-device-width: 360px) {
- html {
- font-size: 345%;
- }
- }
- @media (max-device-width: 240px) {
- html {
- font-size: 305%;
- }
- }
|