@charset "utf-8"; .content { margin-top: 2.5rem; width: 100%; height: 59.06rem; background-image: url("../images/table_bg.png"); background-repeat: no-repeat; background-position: center; background-size: 100%; position: relative; } .select { margin: 2.5rem 0 0 5rem; } .select:after { content: ''; display: block; clear: both; } .nice-select { position: relative; z-index: 100; float: left; width: 10rem; margin-right: 2.5rem; } .nice-select input { display: block; width: 100%; height: 2.5rem; border: 0; outline: 0; background: none; color: #4CCBFF; font-size: 1.13rem; line-height: 2.5rem; text-align: center; background: rgba(0, 0, 0, 0.20); border: 0.06rem solid #4ccbff; background-image: url("../images/icon_select.png"); background-repeat: no-repeat; background-size: 0.63rem 0.5rem; background-position: 8.5rem center; cursor: pointer; } .nice-select ul { width: 100%; display: none; position: absolute; left: 0; top: 2.5rem; overflow: hidden; background: rgba(0, 0, 0, 0.20); border: 0.06rem solid #4ccbff; border-top: none; } .nice-select ul li { overflow: hidden; padding: 0 10px; cursor: pointer; color: #4CCBFF; font-size: 1.13rem; line-height: 2rem; } .nice-select ul li.on { background: #008ec8; color: #fff; } .button { float: left; } .button input { width: 10rem; height: 2.5rem; background: #008ec8; color: #fff; font-size: 1.13rem; line-height: 2.5rem; text-align: center; border: none; cursor: pointer; } .scroll { width: 100%; height: 49.06rem; overflow-y: scroll; overflow-x: hidden; padding: 0 5rem; margin-top: 2.5rem; } .Echarts { width: 100%; /* height: 150px; */ }