| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- @import "../style/main";
- .nav{
- background:rgba(255,255,255,1);
- box-shadow:0px 4px 30px 0px rgba(8,5,6,0.08);
- //padding: 0 10%;
- }
- .search-nav,.square-tab {
- margin: 0 auto !important;
- /deep/ .el-col {
- padding: 0 !important;
- }
- }
- .logo-img{
- width: 45px;
- height: 45px;
- margin: 2px 30px;
- display: inline-block;
- vertical-align: middle;
- }
- .logo-title{
- width: 100px;
- display: inline-block;
- text-align: center;
- height: 50px;
- line-height: 50px;
- color: $__color-primary;
- font-width: 500;
- font-size: 18px;
- cursor: pointer;
- }
- .nav .el-tabs__header{
- margin: 0 !important;
- }
- .nav .el-tabs--card>.el-tabs__header{
- border-bottom: none !important;
- }
- .nav .el-tabs__nav-wrap::after{
- width: 0;
- height: 0;
- }
- .search-button{
- background-color: $--color-primary !important;
- border: none;
- border-radius: initial;
- padding: -1px;
- color: white !important;
- height: 39px;
- margin-right: -100px;
- }
- .search-block{
- width: 500px;
- }
- .releaseBtn{
- margin-top: 35px !important;
- }
- .tab-menu1 {
- border: 1px solid #ccc;
- width: 1px;
- }
- .to-mooctest-ranking {
- //background-image: url("~@/assets/image/ranking-bcg.png");
- background-size: 100% 100%;
- width: 160px;
- height: 50px;
- padding-top: 14px;
- box-sizing: border-box;
- margin-top: 20px;
- cursor: pointer;
- }
- .search-nav-input {
- width: 600px;
- margin: 0 auto;
- }
|