123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- a{
- text-decoration: none;
- }
- .headTop {
- background: #ffffff;
- padding: 20px 20px 0px 20px;
- }
- .tableList {
- width: 100%;
- overflow-y: auto;
- padding: 20px;
- background: #ffffff;
- /* box-shadow: 2px 12px 0 rgba(0,0,0,.1); */
- border-radius: 5px;
- }
- .pageination {
- margin-top: 20px;
- }
- .el-tabs__nav-wrap {
- overflow: hidden;
- margin-bottom: -1px;
- position: relative;
- background: white;
- padding: 20px 20px 0 20px;
- margin-bottom: -56px;
- }
- /* .el-submenu__title{
- font-size: 16px !important;
- } */
- .uploaderNone .el-upload{
- display: none !important;
- }
- .w100{
- width: 100px !important;
- }
- .w220{
- width: 220px !important;
- }
- .w150{
- width: 150px !important;
- }
- .ml20{
- margin-left: 20px;
- }
- .mr20{
- margin-right: 20px;
- }
- .f16{
- font-size: 16px;
- }
- .amap-sug-result{
- z-index: 9999999999 !important;
- }
- #cardNotice .w-e-text-container {
- height: 600px;
- }
- .tab_wrap .el-table .cell {
- padding: 0;
- }
- .tab_wrap .el-table::before {
- height: 0;
- }
- #timetable .el-carousel__container {
- height: 100% !important;
- }
- #timetable .el-dialog__body {
- padding-top: 0 !important;
- }
- .el-pagination {
- text-align: center;
- }
- .el-collapse-item__header {
- font-size: 15px !important;
- color: #000 !important;
- /* color: #409eff !important; */
- }
- .el-descriptions-item__container {
- font-size: 15px;
- }
- .w-e-text {
- min-height: 700px;
- }
|