Skip to content

etax by zcq100

Details

Authorzcq100

LicenseNo License

Categorychongqing.chinatax.gov.cn

Created

Updated

Size2.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

调整界面布局

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           chongqing.chinatax.gov.cn - 2023年11月
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("chongqing.chinatax.gov.cn") {
	/* 在此插入代码... */
	body {
		min-width: 480px;
		width: 100%;
	}
	@media (max-width: 767px) {
		body {
			padding: 0px;
		}
	}
	@media (max-width: 1200px){
		.header_search{
			display: none;
		}
	}
	@media (max-width: 1000px){
		.header_user a:first-child{
			display: none;
		}
	}

	/**top**/
	.index_head {
		background-color: #246776;
		background-image: none;
/* 		display: flex; */
	}
/* 	.index_head img,div{
		float: none;
		position:relative !important;
	} */
	.header_user{
		width: auto;
	}

	.index_head_bg_pic {
		display: none;
	}

	.slider_l_nav_title,.index_nav {
		background-color: #5792a0;
	}

	.slider_l,
	.index_container_top,
	.index_container_bt,
	.slider_l_nav {
		border-radius: 10px;
	}
	.slider_l {
		display: flex;
		flex-direction: column;
	}
	.slider_l {
		border: 0px;
		background: none;
	}
	.slider_l_nav {
		margin-bottom: 20px;
		border: 1px solid #ccc;
		background: #fff;
	}


	.row.mt_20 {
		display: flex;
		align-content: start;
		float: none !important;
	}
	.index_container {
		padding: 0px 20px;
		width: 100%;
	}

	.index_container_top {
		height: auto !important;
	}
	
	/**图标box**/
	.index_nav{
		padding-left: 0px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.index_nav li a{
		color: #fff;
	}
	


	/*图标*/
	.wybs_line {
		display: flex;
		flex-flow: wrap;
		align-items: center;
	}
	.wybs_list {
		border-radius: 20px;
		float: none;
		width: 100px;
		margin: 0px 5px;
		display: flex;
		flex-direction: column;
		align-content: center;
	}

	.wybs_list span {
		margin: 0px;
	}

	/*常用功能 图标*/
	#wybs .wybs_list:nth-child(19) {
		background: #fcedd5;
	}

	.wybs_list:hover {
		background: #ffe3b5;
		box-shadow: 3px 4px 4px #907133;
	}

	/*悬浮窗口*/
	.tc_xxbg {
		background: #fbf7ef;
		border-radius: 20px;
		border: 1px solid #444;
		box-shadow: 2px 3px 3px #666;
	}

	

	/*内容导航*/
	#myTab {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	#myTab li {
		float: none;
		width: 100px;
	}
	
	/*最后一个栏目*/
	.gzfw_cont{
		display: flex;
	}
	
	.gzfw_cont .gzfw_cont_left{
		left: 0px;
	}
	
	/*更多*/
	.moreDbrwOrFwtx{
		display: none;
	}
	.foot{
		background: none;
	}
	.foot .dzjg{
		display: none;
	}

	@media (max-width: 800px) {
		.slider_l {
			display: none;
		}
		.index_container{
			padding: 0px 0px;
		}
		
	}
	
	/*业务页面  图标菜单*/
	.second_menu_list {
		width: 100%;
		display: flex;
		align-content: flex-start;
	}
	.second_menu_list .p2Root,.p2NotRoot{
		width: 120px !important;
		float: none;
	}
	ul.second_menu_list{
		width: 100%;
		height: auto;
		display: flex !important;
		flex-wrap: wrap;
	}
	

}

Reviews

No reviews yet.