123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- @import '@css/mixin.scss';
- @import '@css/modal.scss';
- .l-box {
- padding-bottom: 140px;
- }
- .scoped-header {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9;
- width: 750px;
- height: 190px;
- box-shadow: 0 6px 6px #eee;
- background: #fff;
- .sh-nav {
- height: 88px;
- }
- }
- .scoped-top {
- width: 750px;
- height: 100px;
- position: relative;
- background-color: #369af7;
- .bg {
- position: absolute;
- width: 750px;
- height: 100px;
- top: 0;
- left: 0;
- z-index: 1;
- }
- .st-wrap {
- position: absolute;
- width: 750px;
- height: 100px;
- top: 0;
- left: 0;
- z-index: 2;
- box-sizing: border-box;
- padding: 20px;
- color: #fff;
- }
- .scoped-qrcode {
- position: absolute;
- right: 20px;
- top: 120px;
- width: 200px;
- height: 200px;
- }
- .st-header {
- height: 80px;
- position: relative;
- padding: 10px 0 0 20px;
- box-sizing: border-box;
- border-bottom: 1PX solid #59a1e3;
- margin-bottom: 20px;
- .i {
- display: inline-block;
- vertical-align: top;
- width: 30px;
- height: 30px;
- margin-right: 10px;
- }
- .t {
- display: inline-block;
- vertical-align: top;
- font-size: 30px;
- font-weight: bold;
- }
- .r {
- position: absolute;
- top: 10px;
- right: 0;
- width: 180px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- font-size: 24px;
- color: $mainColor;
- border-radius: 20px;
- background: #fff;
- }
- }
- .st-p1 {
- width: 480px;
- display: flex;
- margin-bottom: 20px;
- .t2 {
- display: inline-block;
- vertical-align: top;
- flex: 1;
- line-height: 30px;
- color: #fff;
- font-size: 24px;
- }
- .t {
- display: inline-block;
- vertical-align: top;
- flex: 1;
- line-height: 30px;
- color: #fff;
- font-size: 28px;
- font-weight: bold;
- }
- .i {
- display: inline-block;
- vertical-align: top;
- width: 30px;
- height: 30px;
- margin-right: 10px;
- }
- }
- .st-p2 {
- display: flex;
- flex-wrap: wrap;
- width: 480px;
- .op1 {
- width: 176px;
- height: 46px;
- margin-right: 20px;
- margin-bottom: 10px;
- }
- .op2 {
- width: 198px;
- height: 46px;
- margin-right: 20px;
- margin-bottom: 10px;
- }
- .op3 {
- width: 158px;
- height: 46px;
- margin-right: 20px;
- }
- .op4 {
- width: 238px;
- height: 46px;
- }
- }
- }
- .scoped-room-price {
- padding-top: 190px;
- .srp-row {
- display: flex;
- }
- .srp-col {
- flex: 1;
- background: #fff8eb;
- border-bottom: 1PX solid #fff;
- border-right: 1PX solid #fff;
- text-align: center;
- box-sizing: border-box;
- &.num2 {
- width: 340px;
- }
- &.num3 {
- width: 226px;
- }
- &.num1 {
- width: 680px;
- }
- &:nth-child(1) {
- width: 70px!important;
- flex: none;
- background: #eceff6;
- box-sizing: border-box;
- padding: 70px 20px 0;
- font-size: 24px;
- color: #9b9b9b;
- }
- }
- .srp-ht {
- padding: 10px 0;
- .p1 {
- font-size: 24px;
- font-weight: bold;
- color: #313131;
- }
- .p2 {
- font-size: 20px;
- color: $mainColor;
- }
- }
- .srp-img {
- display: inline-block;
- width: 120px;
- height: 120px;
- text-align: center;
- position: relative;
- .img {
- width: 100px;
- height: 100px;
- }
- .tips {
- position: absolute;
- bottom: 0;
- left: 0;
- height: 40px;
- width: 100%;
- .bg {
- position: absolute;
- width: 100%;
- height: 40px;
- left: 0;
- bottom: 0;
- background: #000;
- opacity: .2;
- z-index: 1;
- }
- .t {
- position: absolute;
- width: 100%;
- height: 40px;
- line-height: 40px;
- left: 0;
- bottom: 0;
- color: #fff;
- z-index: 1;
- font-size: 20px;
- }
- }
- }
- .srp-room {
- padding: 20px 0 10px;
- .srpr-p1 {
- display: block;
- font-size: 30px;
- font-weight: bold;
- color: #313131;
- padding-bottom: 10px;
- .s {
- display: inline-block;
- vertical-align: top;
- font-size: 20px;
- text-decoration: underline;
- color: #999;
- margin-left: -8px;
- padding-top: 6px;
- }
- }
- .srpr-p2 {
- display: block;
- font-size: 22px;
- color: #e94141;
- padding-bottom: 6px;
- }
- }
- }
- .scoped-dtl {
- position: relative;
- width: 700px;
- height: 720px;
- background: #fff;
- text-align: center;
- box-sizing: border-box;
- padding: 20px;
- border-radius: 20px;
- .sd-img {
- display: inline-block;
- border: 1PX solid #f2f2f2;
- width: 400px;
- height: 200px;
- text-align: center;
- position: relative;
- overflow: hidden;
- .img {
- width: 400px;
- height: 400px;
- }
- .tips {
- position: absolute;
- bottom: 0;
- left: 0;
- height: 40px;
- width: 100%;
- .bg {
- position: absolute;
- width: 100%;
- height: 40px;
- left: 0;
- bottom: 0;
- background: #000;
- opacity: .2;
- z-index: 1;
- }
- .t {
- position: absolute;
- width: 100%;
- height: 40px;
- line-height: 40px;
- left: 0;
- bottom: 0;
- color: #fff;
- z-index: 1;
- font-size: 20px;
- }
- }
- }
- .sd-p {
- margin: 20px auto;
- width: 600px;
- display: flex;
- flex-wrap: wrap;
- .p {
- width: 100%;
- font-size: 24px;
- }
- .p2 {
- width: 50%;
- font-size: 24px;
- padding: 10px 0;
- border-bottom: 1PX solid #f2f2f2;
- border-right: 1PX solid #f2f2f2;
- box-sizing: border-box;
- &:nth-child(2n) {
- border-right: 0;
- }
- }
- }
- }
|