complaint.css 1.74 KB
Newer Older
lanbaoming's avatar
lanbaoming committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
page{
	padding-bottom: 1px;
}
.consult-list{
	width: 90%;
	margin: 160upx auto 0;
	position: relative;
}
.consult-list-it{
	padding: 30upx;
	background-color: var(--c0);
	border-radius: 12upx;
	margin-bottom: 30upx;
	position: relative;
}
.consult-list-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--ceb);
}
.consult-list-top image{
	width: 72upx;
	height: 72upx;
	margin-right: 16upx;
}
.consult-list-top view{
	font-size: var(--f26);
	height: 72upx;
	display: block;
	line-height: 72upx;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.consult-list-top text{
	color: var(--c396);
	height: 72upx;
	display: block;
	line-height: 72upx;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 49%;
}
.consult-list-it .times{
	display: flex;
	padding:20upx 0;
	font-size: var(--f26);
	color: var(--c9);
	justify-content: space-between;
}
.consult-list-it .times text{
	display: block;
	line-height: 72upx;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 49%;
	color: #333333 !important;
}
.consult-list-it .tags{
	font-size: var(--f26);
	color: var(--c6);
}
.consult-list-it .tags2{
	font-size: var(--f26);;
	color: #ffad39;
}
.consult-list-it .tags3{
	font-size: var(--f26);
	color: var(--c396);
}
.bom{
	position: fixed;
	right: 26upx;
	bottom: 2%;
	z-index: 999;
}
.bom view{
	width: 130upx;
	height: 130upx;
	position: relative;
	margin-bottom: 10upx;
}
.bom image{
	width: 100%;
	height: 100%;
	display: block;
}
.bom text{
	position: absolute;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 20upx;
	font-size: 20upx;
	color: var(--c0);
}