_checkrecord.css 1.25 KB
Newer Older
xinzhedeai's avatar
xinzhedeai 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
html,
body {
	letter-spacing: .01rem;
	background: #F5F6FA;
}

.wrapper {}

.header {
	background-color: #fff;
}

.header .title {
	font-weight: bold;
	font-size: 0.32rem;
	color: #000000;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0.2rem;
	padding: 0.3rem 0.3rem;
}

.header .title img {
	width: 0.51rem;
	height: 0.52rem;
}

.detail {
	width: 6.5rem;
	background: #F5F6FA;
	border-radius: 0.01rem;
	margin: 0 auto;
	padding: 0.2rem;
	margin-bottom: 0.2rem;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: space-around;
}

.detail .van-col {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 0.28rem;
	color: #737373;
}

.detail span {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 0.28rem;
	color: #737373;
}

/* 添加以下样式 */
.van-tabs__line {
	background-color: #1989fa;
}

.blue-text {
	color: #1989fa;
	font-weight: 500;
}

.van-list {
	background: #F5F6FA;
	border-radius: 8px;
	margin: 0.2rem 0.2rem;
}

.van-list .van-cell {
	margin-bottom: .2rem;
}

.van-tab {
	color: #000;
}

.van-tab__text {
	font-weight: bold;
	font-size: 0.3rem;
	/* color: #000; */
}

.van-tab--active {
	color: #1081E3;
}

.van-field__label {
	font-weight: bold;
}

.van-field__control {
	color: #737373;
}