123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- @import "../../../public/scss/reset.scss";
- @import "../../../public/scss/unicom.scss";
- html,
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 22rem;
- background-image: url("../images/bg.png");
- // background-repeat: no-repeat;
- background-size: 100% 22rem;
- background-origin: content-box;
- .a-color-index{
- color: #0000EE;
- }
- & > .banner-bg {
- margin-top: 0.18rem;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- & > .title {
- width: 7.5rem;
- height: 5.75rem;
- display: block;
- // margin-bottom: 0.21rem;
- }
- & > .main {
- margin-left: 0.07rem;
- width: 6.69rem;
- height: 5.35rem;
- margin-top: -0.57rem;
- display: block;
- }
- & > .btn {
- width: 6.64rem;
- height: 1.28rem;
- display: block;
- margin-top: 0.05rem;
- }
- }
- .border-text {
- // width: 100%;
- margin: 0 auto;
- margin-top: 0.44rem;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- // background-image: url("../images/bg-border.png");
- background-color: #f8ebe7;
- border-radius: 20px;
- background-repeat: no-repeat;
- background-size: contain;
- width: 6.5rem;
- height: 9.16rem;
- padding: 0.47rem 0 0.6rem 0.53rem;
- box-sizing: border-box;
- font-size: 0.2708rem;
- padding-right: 2px;
- }
- .content-text {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- padding-right: 0.43rem;
- overflow-y: scroll;
- .title {
- font-size: 0.32rem;
- margin-top: 0.43rem;
- background-image: url("../images/title_img.png");
- background-repeat: no-repeat;
- background-size: 2.71rem 0.24rem;
- background-position: center center;
- color: #FF5E96;
- margin-bottom: 0.3rem;
- width: 2.71rem;
- font-weight: 700;
- letter-spacing: 3px;
- // height: 0.24rem;
- text-align: center;
- }
- .title-1-cell {
- margin-top: 0;
- }
- // .title::after {
- // content: "";
- // display: block;
- // width: 2rem;
- // height: 0.18rem;
- // // background-color: #81abff;
- // position: absolute;
- // bottom: -0.02rem;
- // z-index: -1;
- // left: -0.25rem;
- // }
- .text {
- .text-cell {
- letter-spacing: 1px;
- line-height: .4rem;
- // margin-bottom: 0.6rem;
- font-size: .27rem;
- .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: #fdb9cf !important;
- width: 0.13rem;
- height: 1.82rem;
- border-radius: 0.065rem;
- }
- .content-text::-webkit-scrollbar-track {
- padding-right: 2px;
- }
- }
|