123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- @import "../../../../public/scss/unicom.scss";
- html, body {
- height: 100%;
- }
- body {
- background: url(../images/bg.png) no-repeat;
- background-size: 100% 27.94rem;
- height: 27.94rem;
- }
- .main {
- box-sizing: border-box;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- background: url(../images/bowen.png) no-repeat bottom;
- background-size: 100% auto;
- .unicom {
- margin: 0.27rem 0.29rem;
- width: 1.02rem;
- height: 0.56rem;
- position: absolute;
- img {
- width: 100%;
- }
- }
- }
- .section-order {
- background: url(../images/btn-order.png) no-repeat;
- background-size: 100% 100%;
- width: 5.54rem;
- height: 1.13rem;
- margin: 7.85rem auto 0;
- padding: unset;
- .btn {
- font-size: 0.36rem;
- width: 100%;
- height: 100%;
- background: none;
- padding: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: -0.1em 0 0;
- }
- }
- .btn-tip {
- color: #F1A500;
- font-size: 0.28rem;
- text-align: center;
- border-bottom: 0.02rem solid #F1A500;
- width: 2.3rem;
- padding-bottom: 0.1em;
- margin: 0.24rem auto;
- word-break: keep-all;
- }
- .banner {
- height: 3.93rem;
- width: 6.07rem;
- margin: 0 auto 0;
- }
- .overlay {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 9990;
- background-color: rgba(0,0,0,0.5);
- min-height: 6.5rem;
- }
- .close {
- width: 0.4rem;
- top: .55rem;
- right: .55rem;
- position: absolute;
- }
- .section-agr {
- .title {
- height: 0.45rem;
- margin: 0.55rem auto 0 0;
- font-weight: bold;
- font-size: 0.36rem;
- color: rgb(54, 154, 222);
- text-align: center;
- }
- .main-title {
- height: 0.74rem;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 2.89rem;
- margin: 0.55rem auto 0;
- span {
- color: white;
- width: 0.74rem;
- height: 0.74rem;
- margin: 0 auto;
- background: url(../images/redlatrn.png);
- background-size: 100% 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- font-weight: normal;
- }
- }
- .container {
- height: 16rem;
- overflow: scroll;
- padding: 0.37rem 0.5rem 0;
- font-size: 0.24rem;
- text-align: justify;
- .title {
- color: #F1251E;
- font-size: 0.28rem;
- width: 100%;
- text-align: left;
- margin: 0.3rem 0 0rem 0;
- }
- .first-title {
- margin-top: 0;
- }
- .content {
- font-size: 0.24rem
- }
- }
- }
- .logos {
- margin: 0 0.7rem 0;
- }
- .duration {
- color: rgb(83,102,90);
- font-size: 0.3rem;
- margin: 0.32rem auto;
- text-align: center;
- }
- .section-agr {
- width: 6.5rem;
- height: 17.92rem;
- overflow: scroll;
- font-size: 0.25rem;
- background: url(../images/bg-agr.png) no-repeat;
- background-size: 100% 100%;
- color: #666666;
- margin: 0.35rem auto 0;
- text-align: justify;
- }
- .theme {
- color: #005BD7;
- font-size: 0.28rem;
- display: flex;
- height: 1rem;
- align-items: center;
- justify-content: center;
- margin: 0 auto;
- .star {
- width: 0.6rem;
- height: 0.18rem;
- }
- span {
- margin: 0rem 0.1rem;
- line-height: 0.28rem;
- word-break: keep-all;
- }
- }
- #jh p {
- color: #222222;
- font-size: 0.3rem;
- text-align: center;
- margin: 0.2rem 0 0.3rem;
- a {
- text-decoration: underline;
- }
- }
|