123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- .container {
- margin: 0;
- padding: 0;
- overflow: hidden;
- width: 100%;
- height: 100%;
- .header {
- position: absolute;
- z-index: 555;
- margin-bottom: 20px;
- height: 70px;
- width: 100%;
- top: 10px;
- img {
- width: 100%;
- height: 100%;
- }
- }
- }
- .el-container {
- height: 938px;
- overflow: hidden;
- }
- // 点击模型弹出框
- .modelInfo {
- position: absolute;
- // background: rgba(255, 255, 255, 0.17);
- background-color: #ffffff00;
- border-radius: 10px;
- backdrop-filter: blur(30.5px);
- z-index: 2007;
- .model-detail2{
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- height: 155px;
- overflow: hidden;
- .listbox2 {
- width: 180px;
- text-align: center;
- height: 30px;
- line-height: 30px;
- font-size: 12px;
- color: #fff;
- background-color: rgba(255, 255, 255, 0.31);
- font-size: 12px;
- font-family: Microsoft YaHei UI;
- font-weight: 700;
-
- .listtitlebox{
-
-
- background-color: rgba(255, 255, 255, 0.18);
- padding-bottom: 20px;
- }
- }
-
- .listtitle{
-
- width: 100%;
-
- display: flex;
- align-items: center;
- .name {
- color: #fff;
- margin-left: 5px;
- font-weight: 700;
- padding-left: 8px;
- font-size: 12px;
- }
- .value {
- font-size: 12px;
- font-family: 400;
- margin-left: 5px;
- color: #ffffffeb;
- }
- }
- }
- .model-detail {
- // background-color: #fff;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- overflow: hidden;
- .listbox {
- background-color: rgba(142, 142, 142, 0.18);
- padding-bottom: 8px;
- }
- .list {
- width: 202px;
- text-align: center;
- height: 30px;
- line-height: 30px;
- font-size: 12px;
- color: #fff;
- background-color: rgba(255, 255, 255, 0.31);
- font-size: 12px;
- font-family: Microsoft YaHei UI;
- font-weight: 700;
- }
- .listtitle {
- width: 100%;
-
- display: flex;
- align-items: center;
- .name {
- color: #fff;
- margin-left: 5px;
- font-weight: 700;
- padding-left: 8px;
- font-size: 12px;
- }
- .value {
- font-size: 12px;
- font-family: 400;
- margin-left: 5px;
- color: #ffffffeb;
- }
- }
- }
- // .model-detail {
- // position: absolute;
- // // border: 2px dashed #00CF78;
- // display: none;
- // display: flex;
- // justify-content: space-between;
- // flex-direction: column;
- // // flex-wrap: wrap;
- // // padding: 10px;
- // span {
- // font-size: 16px;
- // width: 100%;
- // font-family: Microsoft YaHei UI;
- // // border: 1px solid red;
- // // margin: 6px;
- // margin: 6px 0;
- // font-weight: 400;
- // .title {
- // color: #333;
- // font-weight: 700;
- // }
- // .green {
- // color: #00C767;
- // }
- // .red {
- // color: #DB4A36;
- // }
- // }
- // }
- }
- // .asd .list:first-child {
- // /* Your styles here */
- // // border-radius: 10px;
- // border-top-left-radius: 10px;
- // border-top-right-radius: 10px;
- // // background-color: aqua;
- // }
|