official.scss 1.15 KB
.official {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 -10rpx 20rpx 0 #efefef;
	height: 120rpx;
	width: 100%;
	padding: 20rpx;
	border-radius: 20rpx 20rpx 0 0;
	position: fixed;
	bottom: 0;
	.official-btn {
		background-color: #E60012;
		color: #fff;
		font-size: 20rpx;
		border-radius: 100rpx;
		padding: 0 50rpx;
		height: 70rpx;
		line-height: 70rpx;
	}
	.official-num {
		color: #E60012;
		font-weight: bold;
	}
}
.page1{
		width: 100%;
		height: 100vh;
		background-color: #f4f4f4;
		.fileName{
			width: 400rpx;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.item {
			display: flex;
			justify-content: space-between;
			align-items: center;
			background-color: #ffffff;
			border-radius: 20rpx;
			height: 80rpx;
			margin-top: 30rpx;
		
			button {
				height: 60rpx;
				text-align: center;
				line-height: 60rpx;
				margin: 0;
				font-size: 20rpx;
				margin-right: 30rpx;
			}
		}
	}
	.top{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		margin-top: 20rpx;
		font-size: 30rpx;
		.nameTitle{
			font-weight: bold;
		}
	}