Form.less 2.62 KB
.wev-page-extend.wev-tab-title{
	background-color:#fff;
	box-shadow: rgba(0,0,0,.2) 0px 1px 5px 0px;
}
.wev-page-extend.wev-tab-title > ul > li{
	line-height:40px;
	font-size: @font-size-base;
}
.wev-page-extend.wev-tab-title > ul > li:not(:last-child):after{
	content:'';
	display:block;
	position:absolute;
	width:1px;
	height:14px;
	background-color:#e8e8e8;
	top:12px;
	right:0px;
}
.wev-page-frame{
	position: absolute;
	top:0px;
	left:0px;
	border: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	visibility: visible;
}
.wev-form-comment{
	background-color: #fff;
	margin-top:10px;
	padding-bottom: 5px;
}
.wev-form-comment.wev-refreshing .wev-comment-list {
	transform: translate3d(0px, 50px, 0px);
	-webkit-transform: translate3d(0px, 50px, 0px);
	min-height:50px;
	background-color: transparent;
}
.wev-form-comment .wev-comment-header{
	position: relative;
	padding: 5px 10px;
	color:#333;
}
.wev-form-comment .wev-comment-header::after{
	content: '';
    position: absolute;
	width: 3px;
	background-color: var(--themeColor);
	top: 6px;
	bottom: 6px;
    left: 0px;
}
.wev-form-comment .wev-comment-header > span{
	padding-left:3px;
	color: #999;
}
.wev-form-comment .wev-comment-list{
	margin: 5px 10px;
	z-index: 4;
}
.wev-form-comment .wev-comment-list > dl{
	background-color: #f7f7f7;
	border-radius: 5px;
}
.wev-form-comment .wev-comment-list .wev-comment-item{
	padding: 5px 5px 8px 45px;
	position: relative;
}

.wev-form-comment .wev-comment-list .wev-comment-item-avatar .resourceimage{
	position: absolute;
	border-radius: 4px;
    top: 7px;
    left: 5px;
    width: 36px;
	height: 36px;
	line-height: 36px;
}
.wev-form-comment .wev-comment-list .wev-comment-item-header{
	position: relative;
}
.wev-form-comment .wev-comment-list .wev-comment-item-header .left{
	padding-right: 175px;
	color:var(--themeColor);
}
.wev-form-comment .wev-comment-list .wev-comment-item-header .right{
	position: absolute;
	text-align: right;
	width: 175px;
	right: 0;
	top: 0;
	color:#666;
	word-break: break-all;
}
.wev-form-comment .wev-comment-list .wev-comment-item-header .right > span{
	padding-left:5px;
}

.page-footer .wev-form-comment-btns{
	height: 42px;
	line-height: 42px;
	color: #333;
	position: absolute;
	right: 0;
    top: 0;
    text-align: center;
}
.page-footer .wev-form-comment-btns.independent{
	position: relative;
}

.page-footer .wev-form-comment-btns .comment{
	display: inline-block;
	box-sizing: border-box;
	font-size: 14px;
	padding-left: 40px;
	padding-right: 20px;
	background-image: url(/mobilemode/mobile/images/plugin/comment.png);
    background-size: 14px;
    background-repeat: no-repeat;
	background-position: 20px center;
}