index.scss 1.8 KB
.main{
		padding: 7px;
		padding-top: 57px; // 标题栏50px + 间距7px
		background-color: #F8F8F8;
		min-height: 100vh;
		.toptitle{
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			width: 100%;
			background-color: #0052D8;
			display: flex;
			justify-content: center;
			align-items: center;
			height: 50px;
			z-index: 200;
			.toptitle_left{
				position: absolute;
				left: 10px;
				z-index: 1000;
			}
			.toptitle_title{
				color: #fff;
			}
		}
		.title{
			padding: 10px;
			background-color: #fff;
			border-radius: 5px;
			margin-bottom: 10px;
			display: flex;
			align-items: center;
			.l1{
				margin-left: 10px;
				display: flex;align-items: center;
				image{
					margin-right: 3px;
				}
			}
		}
		.box{
			padding: 10px;
			background-color: #fff;
			border-radius: 5px;
			margin-bottom: 10px;
			.top{
				display: flex;
				justify-content: space-between;
				.f1{
					font-size: 18px;
					color: #0052D8;
					font-weight: bold;
				}
				.f2{
					font-size: 15px;
				}
				margin-bottom: 5px;
			}
			.top1{
				display: flex;
				justify-content: space-between;
				.f1{
					font-size: 16px;
				}
				.f2{
					font-size: 14px;
				}
				margin-bottom: 5px;
			}
			.top2{
				display: flex;
				margin-bottom: 10px;
				align-items: center;
				.f4{
					color:#7A797A;
					margin-right: 10px;
					text-align: right;
					display: block;
					font-size: 16px;
				}
				.f5{
					color:#BCBCBC;
					font-size: 16px;
				}
			}
			.xx{
				border-bottom: 1px dashed #BCBCBC;
				margin-bottom: 10px;
			}
			.footer{
				display: flex;
				justify-content: space-between;
				align-items: center;
				color: #686868;
				font-size: 14px;
				.tip{
					border: 1px solid #FF6600;
					border-radius: 100px;
					padding: 5px 10px;
					color: #FF6600;
					font-size: 12px;
				}
			}
		}
	}