泛微oa流程表单之流程表单美化代码

1<style>
.fonta{
    
    
	font-family:"微软雅黑";
	font-size:16px;
	line-height:30px;
	margin-bottom:10px;
	margin-right:5px;
	height:30px;
	border:1px solid #90BADD;
	border-radius:30px 10px;
        background-color:#e7f3fc;
        text-indent:2em;
} 

.fontb{
    
    
	font-family:"微软雅黑";
	font-size:16px;
	border-left:1px dashed #90BADD;
	BORDER-RIGHT:0px;
	BORDER-TOP:0px;
	BORDER-BOTTOM:1px dashed #90BADD;
	border-bottom-right-radius:0px;
	line-height:30px;
	margin-bottom:10px;
	margin-right:5px;
	height:30px;
	border-radius:30px 0px 0px 10px;
        text-indent:2em;
	} 	
</style>

2、在自定义属性里添加class属性(fonta or fontb)

<style>
.fonta{
    
    
	font-family:"微软雅黑";
	font-size:16px;
	line-height:30px;
	margin-bottom:10px;
	margin-right:5px;
	height:30px;
	border:1px solid #90BADD;
	border-radius:30px 10px;
        background-color:#e7f3fc;
        padding-left:2em;
} 

.fontb{
    
    
	font-family:"微软雅黑";
	font-size:16px;
	border-left:1px dashed #90BADD;
	BORDER-RIGHT:0px;
	BORDER-TOP:0px;
	BORDER-BOTTOM:1px dashed #90BADD;
	border-bottom-right-radius:0px;
	line-height:30px;
	margin-bottom:10px;
	margin-right:5px;
	height:30px;
	border-radius:30px 0px 0px 10px;
        padding-left:2em;//字符缩进
	}
.fontb div,.e8_showNameClass{
    
    border:0;background:none}//隐藏浏览框背景及边框
</style>

请在评论区留言,共同探讨~~~

如有需要,请联系微信:hdygzh2019 同时请说明来意,共同进步!!!

猜你喜欢

转载自blog.csdn.net/Y_6155/article/details/109018327