123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- .C1Architec {
- background-size: 100% 100%;
- position: relative;
- overflow: hidden;
- :global {
- .C1bs {
- position: absolute;
- z-index: 3;
- left: 40px;
- top: 40%;
- transform: translateY(-50%);
- background-image: url('../../assets/img/tab3//btn_cunluo.png');
- background-size: 100% 100%;
- width: 80px;
- min-height: 200px;
- text-align: center;
- padding: 24px 20px;
- &>img {
- cursor: pointer;
- display: inline-block;
- padding: 10px 0;
- }
- .C1noneImg {
- opacity: .5;
- pointer-events: none;
- }
- &>div {
- height: calc(100% - 120px);
- display: flex;
- flex-direction: column;
- font-size: 20px;
- color: var(--themeColor2);
- text-shadow: 1px 1px black;
- padding: 0 10px;
- }
- }
- .C1main {
- pointer-events: none;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 2;
- overflow-x: auto;
- &::-webkit-scrollbar {
- width: 0px;
- height: 0px;
- }
- .C1mainBox {
- height: 100%;
- width: auto;
- white-space: nowrap;
- display: inline-block;
- .C1row {
- opacity: 0;
- transition: all .3s;
- display: inline-block;
- min-width: 400px;
- width: 25vw;
- height: 100%;
- background: linear-gradient(rgba(45, 40, 37, 0), rgba(45, 40, 37, 1));
- padding-top: 160px;
- position: relative;
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 1px;
- height: 100%;
- background: linear-gradient(rgba(252, 233, 172, 0), rgba(252, 233, 172, 1), rgba(252, 233, 172, 0));
- }
- &::after {
- content: '';
- position: absolute;
- top: 0;
- right: 0;
- width: 1px;
- height: 100%;
- background: linear-gradient(rgba(252, 233, 172, 0), rgba(252, 233, 172, 1), rgba(252, 233, 172, 0));
- }
- &>h1 {
- font-weight: 400;
- text-align: center;
- font-size: 22px;
- letter-spacing: 2px;
- color: var(--themeColor2);
- }
- .C1line {
- width: 80%;
- margin: 6px auto;
- height: 16px;
- background-image: url('../../assets/img/line.png');
- background-size: 100% 100%;
- }
- &>img {
- width: 100%;
- height: calc(100% - 240px);
- pointer-events: none;
- object-fit: contain;
- }
- &>P {
- width: 100%;
- padding: 6px 10px;
- margin-top: 20px;
- height: 150px;
- text-indent: 2em;
- color: #fff;
- white-space: normal;
- letter-spacing: 2px;
- line-height: 20px;
- }
- }
- .C1rowShow{
- opacity: 1;
- }
- }
- }
- .C1cent {
- position: absolute;
- bottom: 0;
- height: 100%;
- width: 100%;
- overflow-y: auto;
- &::-webkit-scrollbar {
- width: 0px;
- height: 0px;
- }
- .C1cent1 {
- background-color: #655b54;
- position: absolute;
- bottom: 180px;
- height: 400px;
- width: auto;
- white-space: nowrap;
- display: inline-block;
- .C1crow {
- cursor: pointer;
- position: relative;
- display: inline-block;
- min-width: 400px;
- width: 25vw;
- height: 100%;
- transition: all .3s;
- &>img {
- width: 100%;
- height: 100%;
- object-fit: contain;
- }
- &>p {
- z-index: 10;
- position: absolute;
- bottom: -40px;
- left: 50%;
- transform: translateX(-50%);
- font-size: 20px;
- color: var(--themeColor);
- letter-spacing: 2px;
- }
- }
- .C1crowNone{
- opacity: 0;
- }
- }
- }
- }
- }
|