123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- @import "../../../public/scss/reset.scss";
- @import "../../../public/scss/unicom.scss";
- html,
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 19.86rem;
- background-image: url("../images/71bg.png");
- // background-repeat: no-repeat;
- background-size: 100% 19.86rem;
- background-origin: content-box;
- .a-color-index {
- color: #0000ee;
- }
- & > .banner-bg {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- & > .title {
- position: absolute;
- top: 0.21rem;
- left: 0.2rem;
- width: 1.36rem;
- height: 0.4rem;
- display: block;
- // margin-bottom: 0.21rem;
- }
- & > .main {
- margin-left: 0.07rem;
- width: 5.66rem;
- height: 2.69rem;
- margin-top: 1.34rem;
- display: block;
- }
- & > .btn {
- width: 5.72rem;
- height: 0.92rem;
- display: block;
- margin: 4.01rem 0 0.16rem 0;
- }
- & > .detail-text {
- width: 4.8rem;
- height: 0.25rem;
- display: block;
- margin-bottom: 0.47rem;
- }
- }
- .border-text {
- // width: 100%;
- margin: 0 auto;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- background-image: url("../images/71text-border.png");
- border-radius: 20px;
- background-repeat: no-repeat;
- background-size: 6.82rem 9.6rem;
- width: 6.82rem;
- height: 9.6rem;
- padding: 0.47rem 10px 0.6rem 0.53rem;
- box-sizing: border-box;
- font-size: 0.21rem;
- color: #F7FFDA;
- }
- .content-text {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- padding-right: 0.33rem;
- overflow-y: scroll;
- .title {
- font-size: 0.36rem;
- margin-top: 0.43rem;
- background-image: url("../images/71text-title.png");
- background-repeat: no-repeat;
- background-size: 2.86rem 0.57rem;
- background-position: center center;
- color: #fff;
- margin-bottom: 0.3rem;
- width: 2.86rem;
- font-weight: 700;
- letter-spacing: 3px;
- height: 0.57rem;
- line-height: .57rem;
- text-align: center;
- }
- .title-1-cell {
- margin-top: 0;
- }
- .text {
- .text-cell {
- line-height: 0.4rem;
- font-size: 0.22rem;
- .b-text {
- font-weight: 700;
- color: #000;
- font-style: normal;
- }
- }
- & :last-child {
- margin-bottom: 0;
- }
- }
- }
- .content-text::-webkit-scrollbar {
- width: 0.13rem;
- }
- .content-text::-webkit-scrollbar-thumb {
- background-color: #b5d171 !important;
- width: 0.23rem;
- height: 1.36rem;
- border-radius: 0.065rem;
- }
- .content-text::-webkit-scrollbar-track {
- padding-right: 2px;
- }
- }
|