| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363 |
- .bituni-mobile{
- min-width: auto;
- width: auto;
- .bituni-header-bg{
- background-size: auto 100%;
- bottom: 0 ;
- background-position: center center;
- height: auto;
- }
- .page-main{
- width:auto;
- }
- .page-bituni-header{
- display:flex;
- flex-direction: column;
- align-items: center;
- padding-top: 80px;
- }
- .page-bituni-intro{
- flex-direction: column;
- }
- .page-bituni-header{
- height: auto;
- position: relative;
- }
- .page-bituni-item{
- width: auto;
- margin-left: 30px;
- margin-right: 30px;
- margin-bottom: 20px;
- }
- .page-bituni-h1{
- text-align: center;
- }
- .page-bituni-case-list{
- margin-left: 10px;
- margin-right: 10px;
- display: block;
- }
- .page-bituni-case-item{
- width:auto;
- }
- }
- .page-container2 {
- // max-width: 1440px;
- width:100%;
- margin-left: auto;
- margin-right: auto;
- position: relative;
- }
- .bituni-header-bg{
- position: absolute;
- z-index: -1;
- height:597px;
- top: 0;
- left:0;
- right: 0;
- background:url("~@/assets/img/bituni/bituni-bg.jpg") no-repeat center top;
- background-size: 100% auto;
- }
- .page-main {
- width: 1100px;
- margin-left: auto;
- margin-right: auto;
- }
- .page-bituni-header {
- height: 597px;
- }
- .page-bituni-header {
- padding-top: 128px;
- }
- .page-bituni-h1 {
- font-size: 38px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #ffffff;
- line-height: 57px;
- }
- .page-bituni-apply {
- display: block;
- margin-top: 40px;
- width: 160px;
- height: 50px;
- background: #ff7640;
- border-radius: 2px;
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #ffffff;
- text-align: center;
- line-height: 50px;
- cursor: pointer;
- }
- .page-bituni-rule {
- width:fit-content;
- margin-top: 10px;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #ebeced;
- line-height: 20px;
- border-bottom: 1px solid #FFFFFF;
- cursor: pointer;
- ;
- }
- .page-bituni-intro {
- margin-top: 70px;
- display: flex;
- justify-content: space-between;
- }
- .page-bituni-item {
- width: 258px;
- height: 152px;
- background: rgba(255, 255, 255, 0.1);
- border-radius: 16px;
- border: 1px solid rgba(235, 236, 237, 0.2);
- backdrop-filter: blur(10px);
- box-sizing: border-box;
- padding: 22px 20px;
- h2 {
- font-size: 20px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #ffffff;
- line-height: 28px;
- }
- p {
- margin-top: 10px;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(255, 255, 255, 0.8);
- line-height: 20px;
- }
- }
- .page-bituni-tit {
- font-size: 24px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #0b121a;
- line-height: 33px;
- margin-top: 60px;
- text-align: center;
- }
- .page-bituni-case-list {
- margin-top: 60px;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .page-bituni-case-item {
- display: block;
- width: 535px;
- height: 233px;
- background: #ffffff;
- border-radius: 16px;
- border: 1px solid #ebeced;
- box-sizing: border-box;
- padding: 28px 24px;
- margin-bottom: 30px;
- }
- .bituni-case-item-top {
- display: flex;
- }
- .page-bituni-case-img {
- width: 68px;
- height: 68px;
- margin-right: 10px;
- // border-radius:50%;
- background-repeat: no-repeat;
- background-position: center center;
- background-size: contain;
- &.logo1{
- background-image: url("~@/assets/img/bituni/logo_1.png");
- }
- &.logo2{
- background-image: url("~@/assets/img/bituni/jone.png");
- }
- &.logo3{
- background-image: url("~@/assets/img/bituni/logo_3.png");
- }
- &.logo4{
- background-image: url("~@/assets/img/bituni/logo_6.png");
- }
- &.logo5{
- background-image: url("~@/assets/img/bituni/logo_5.png");
- }
- img{
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- }
- .page-bituni-case-info {
- flex: 1;
- margin-right: 20px;
- }
- .page-bituni-case {
- &-name {
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #0b121a;
- line-height: 22px;
- margin-bottom: 4px;
- }
- &-content {
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #828c99;
- line-height: 20px;
- margin-bottom: 6px;
- }
- &-link {
- font-size: 12px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #828c99;
- line-height: 17px;
- }
- }
- .page-bituni-case-apply {
- display: block;
- width: 90px;
- height: 28px;
- background: #e6f1ff;
- border-radius: 2px;
- text-align: center;
- line-height: 28px;
- font-size: 13px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #308eff;
- cursor: pointer;
- }
- .page-bituni-case-tips {
- margin-top: 24px;
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #4b5d73;
- line-height: 21px;
- }
- .word-modal{
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0,0,0,0.7);
- z-index: 1900;
- opacity: 1;
- }
- .word-modal-main{
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- width: 388px;
- /* height: 216px; */
- background: #FFFFFF;
- border-radius: 8px;
- }
- .word-modal-title{
- font-size: 18px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #0B121A;
- line-height: 27px;
- text-align: center;
- padding-top: 20px;
- margin: 0;
- }
- .word-modal-content{
- margin:6px 16px 30px;
- p{
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #0B121A;
- line-height: 21px;
- margin-bottom: 6px;
- }
- }
- .word-modal-p{
- overflow: hidden;
- margin-bottom: 6px;
- }
- .word-modal-p span{
- font-size: 14px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #323233;
- line-height: 21px;
- }
- .word-modal-label{
- float: left;
- }
- .word-modal-value{
- float: right
- }
- .word-modal-result{
- margin-top: 23px;
- margin-bottom: 20px;
- }
- .word-modal-btn{
- border-top: 1px solid #E8E8E8;
- line-height: 51px;
- text-align: center;
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #308EFF;
- cursor: pointer;
- }
- .fade2-enter-active, .fade2-leave-active {
- transition: opacity .5s;
- }
- .fade2-enter, .fade2-leave-to /* .fade-leave-active below version 2.1.8 */ {
- opacity: 0;
- }
- .bituni-icon{
- display: inline-block;
- width: 15px;
- height: 15px;
- background: url("https://stacdn.proginn.com/image/header/new/jishuin@2x.png") no-repeat center center;
- background-size: cover;
- transform: translateY(2px);
- margin-left: 5px;
- }
|