123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .main {
- width: 100%;
- height: 100vh;
- // background: url('@/assets/projects/bg.png') no-repeat center;
- // background-size: 100% 100%;
- // .titleCon {
- // margin: 0 1.8rem;
- // padding: 2.64rem 0 0.4rem;
- // display: flex;
- // justify-content: space-between;
- // border-bottom: 0.01rem solid #ffffff;
- // .icon {
- // width: 0.54rem;
- // height: 0.54rem;
- // margin-right: 0.1rem;
- // background: url('@/assets/greentech.png') no-repeat center;
- // background-size: 100% 100%;
- // }
- // .titleSelect {
- // font-size: 0.55rem;
- // font-family: Source Han Sans, Source Han Sans;
- // color: #3b3b3b;
- // font-weight: bold;
- // }
- // .titleRight {
- // display: flex;
- // }
- // .titleText {
- // font-size: 0.4rem;
- // font-family: Source Han Sans, Source Han Sans;
- // font-weight: 600;
- // color: #3b3b3b;
- // }
- // }
- }
- .swiper {
- position: relative;
- top: 30%;
- // margin-top: 2rem;
- .pic {
- width: 100%;
- height: 2.26rem;
- border-radius: 0.16rem;
- background-size: 100% 100%;
- }
- .name {
- margin-top: 0.14rem;
- margin-bottom: 0.2rem;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- font-size: 0.35rem;
- line-height: 0.4rem;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: 500;
- color: #0054a7;
- }
- .swiperItem {
- position: relative;
- padding: 0.18rem;
- width: 3.72rem;
- height: 4.96rem;
- background: url('@/assets/projects/item-bg.png') no-repeat center;
- background-size: 100% 100%;
- }
- .shadow {
- width: 3.72rem;
- height: 2.06rem;
- background: url('@/assets/projects/item-bg-down.png') no-repeat center;
- background-size: 100% 100%;
- }
- .line {
- margin-right: 0.14rem;
- height: 100%;
- width: 0.01rem;
- background-color: #0054a7;
- }
- .bottomCon {
- position: absolute;
- bottom: 0.3rem;
- display: flex;
- width: 100%;
- padding-right: 0.4rem;
- // justify-content: space-between;
- .itemCon {
- width: 50%;
- display: flex;
- // &:first-child {
- // margin-right: 0.2rem;
- // }
- }
- }
- .valueCon {
- font-size: 0.16rem;
- font-family: Source Han Sans, Source Han Sans;
- color: #615d5d;
- line-height: 0.24rem;
- letter-spacing: 0.01rem;
- .value {
- font-size: 0.3rem;
- font-family: PangMenZhengDao-3, PangMenZhengDao-3;
- color: #0054a7;
- line-height: 0.25rem;
- letter-spacing: 0.02rem;
- }
- }
- :global {
- .swiper-container {
- margin: auto;
- width: 18.6rem;
- }
- .swiper-slide {
- width: auto;
- }
- }
- }
- .arrowLeft {
- width: 1.86rem;
- height: 1.86rem;
- position: absolute;
- top: 0.93rem;
- left: 0.74rem;
- background: url('@/assets/projects/arrow-01.png') no-repeat center;
- background-size: 100% 100%;
- }
- .arrowRight {
- width: 1.86rem;
- height: 1.86rem;
- position: absolute;
- top: 0.93rem;
- right: 0.74rem;
- background: url('@/assets/projects/arrow-02.png') no-repeat center;
- background-size: 100% 100%;
- }
- .bg {
- position: absolute;
- top: 4.97rem;
- width: 100%;
- height: 3.14rem;
- background: url('@/assets/projects/bg-01.png') no-repeat center;
- background-size: 100% 100%;
- }
|