12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- body {
- margin: 0;
- padding: 0;
- }
- #app {
- height: 100%;
- width: 100%;
- }
- .nav {
- width: 420px;
- margin: 30px auto;
- }
- .tabNav {
- border-radius: 30px;
- }
- .el-table .cell {
- text-align: center
- }
- .el-radio-button__inner {}
- .main {
- margin: -30px 30px;
- }
- .span {
- color: orange;
- display: block;
- margin-top: 10px;
- }
- .el-input__inner {
- height: 30px;
- }
- .el-input__inner:nth:first-child(1) {
- width: 100px;
- }
- .el-input__icon {
- line-height: 30px
- }
- .search {
- display: inline-block;
- background-color: #409EFF;
- color: white;
- border-radius: 2px;
- width: 50px;
- text-align: center;
- padding: 4px;
- cursor: pointer;
- position: absolute;
- right: 30px;
- }
- .el-table,
- .el-table__expanded-cell {
- margin-top: 5px;
- }
- .tab4 .el-table,
- .el-table__expanded-cell {
- margin-top: 20px;
- }
- .el-pagination {
- text-align: right;
- }
- .el-pagination__total {
- position: absolute;
- left: 30px;
- }
- a {
- text-decoration: none;
- }
- .content .el-input__inner{
- width: 150px;
- }
|