123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- *{
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- .floor-switch {
- top: 45% !important;
- }
- .carList {
- position: fixed;
- bottom: 64px;
- left: -10px;
- z-index: 100;
- transition: all 0.3s;
- display: none;
- }
- .carList .carList1 {
- display: flex;
- align-items: center;
- position: relative;
- }
- .carList .carList1 .carList1_1 {
- width: 95px;
- }
- .carList .carList1 .carList1_2 {
- cursor: pointer;
- width: 110px;
- }
- .carList .carList2 {
- display: none;
- position: relative;
- }
- .carList .carList2 .carList2_1 {
- width: 95px;
- }
- .carList .carList2 .carList2_2Back {
- position: absolute;
- z-index: 10;
- bottom: 70px;
- left: 86px;
- width: 22px;
- /* height: 66px; */
- cursor: pointer;
- }
- .carList .carList2 .carList2_2Bac {
- position: absolute;
- left: 104px;
- bottom: 33px;
- width: 15px;
- height: 240px;
- z-index: 8;
- background-image: url('../myJs/img/txtBac.png');
- background-size: 100% 100%;
- }
- .carList .carList2 .carList2_2 {
- position: absolute;
- left: 119px;
- bottom: 33px;
- width: 202px;
- height: 240px;
- padding-right: 30px;
- overflow-y: auto;
- background-color: rgba(255, 255, 255, 0.5);
- -webkit-backdrop-filter: blur(4px);
- backdrop-filter: blur(4px);
- border-radius: 0 8px 8px 0;
- }
- .carList .carList2 .carList2_2::-webkit-scrollbar {
- /*滚动条整体样式*/
- width: 3px;
- /*高宽分别对应横竖滚动条的尺寸*/
- height: 1px;
- }
- .carList .carList2 .carList2_2::-webkit-scrollbar-thumb {
- /*滚动条里面小方块*/
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 5px transparent;
- background: #1864ff;
- }
- .carList .carList2 .carList2_2::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px transparent;
- border-radius: 10px;
- background: transparent;
- }
- .carList .carList2 .carList2_2 .carList2_2Main {
- width: 100%;
- /* height: 100%; */
- padding: 10px 0 10px 16px;
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box {
- width: 100%;
- margin-bottom: 20px;
- background-color: rgba(217, 217, 217, 0.6);
- border-radius: 6px 6px 6px 6px;
- padding: 10px 10px 15px 10px;
- -webkit-backdrop-filter: blur(10px);
- backdrop-filter: blur(10px);
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTit {
- color: #fff;
- font-weight: 700;
- font-size: 16px;
- padding-bottom: 5px;
- position: relative;
- text-shadow: 1px 1px 1px black;
- margin-bottom: 10px;
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTit::before {
- content: '';
- width: 100%;
- height: 1px;
- position: absolute;
- bottom: 0;
- left: 0;
- background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.2));
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTit::after {
- content: '';
- position: absolute;
- top: -10px;
- left: -20px;
- width: 100px;
- height: 36px;
- z-index: 10;
- background-image: url('../myJs/img/txtTit.png');
- background-size: 100% 100%;
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTxt {
- cursor: pointer;
- position: relative;
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTxt > p {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- height: 27px;
- line-height: 24px;
- font-size: 14px;
- padding: 0 5px 0 10px;
- position: relative;
- z-index: 11;
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTxt::before {
- content: '';
- opacity: 0;
- z-index: 10;
- width: calc(100% + 30px);
- height: 100%;
- position: absolute;
- left: 0px;
- top: 0;
- background-image: url('../myJs/img/txtAc.png');
- background-size: 100% 100%;
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTxt:hover > p {
- color: #fff;
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTxt:hover::before {
- opacity: 1;
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTxtAc {
- pointer-events: none;
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTxtAc > p {
- color: #fff;
- }
- .carList .carList2 .carList2_2 .carList2_2Main .c_box .c_boxTxtAc::before {
- opacity: 1;
- }
|