| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 | ax-body{	display: block;	height: 100%;	background: #F6FAFF;}app-navigation{	position: fixed;	left: 0;	right: 0;	bottom: 0;}.page-background{	position: fixed;	top: 0;	left: 0;	right: 0;	z-index: 0;}.page-background image{	display: block;	width: 100%;}.main{	position: relative;	z-index: 1;}/* 用户卡 */.user-card{	padding: 20px 0;	position: relative;}.user-avatar{	display: block;	width: 50px;	height: 50px;	margin-right: 10px;}.user-name{	display: flex;	align-items: center;}.user-name-text{	font-size: 18px;	font-weight: bold;}.user-phone{	font-size: 12px;	margin-top: 5px;}.seting-icon{	position: absolute;	right: 0;	width:100rpx;	height: 100rpx;}.get-phone-number{	display: inline-flex;	height: unset;	border: none;	line-height: normal;	background-color: transparent;	font-size: 12px;	color: #2B303A;	padding: 0;	margin: 0;}.get-phone-number::after{	display: none;}.enterprise-name-card{	margin-left: 10rpx;	padding: 10rpx;	background-color:rgba(62, 182, 248, 0.3);	border-radius: 8rpx;	font-size: 22rpx;	color: #181818;}/* 统计卡 */.sta-card{	flex: 1;	display: flex;	align-items: center;	justify-content: center;	flex-direction: column;	height: 78px;	border-radius: 8px;	background-color: #F2F8FF;	box-shadow: 0 3px 6px rgba(122, 168, 222, 0.3);	position: relative;	overflow: hidden;}.sta-card::before{	content: '';	display: block;	position: absolute;	top: 0;	left: 0;	right: 0;	bottom: 0;	box-shadow: 0 8px 8px #fff inset;	background-color: transparent !important;}.sta-card + .sta-card{	margin-left: 10px;}.sta-card .value{	font-size: 24px;	font-weight: bold;	position: relative;	z-index: 3;}.sta-card .name{	font-size: 12px;	color: #aaa;	position: relative;	z-index: 3;}.sta-card .bg{	position: absolute;	top: 0;	right: 0;	height: 100%;	z-index: 2;}.buy{	display: flex;	align-items: center;	justify-content: center;	height: 50px;	border-radius: 8px;	font-size: 14px;	margin-top: 15px;	background: linear-gradient(to right,#8FF8FB,#47AEFF);}/* 卡片 */.card{	background-color: #fff;	border-radius: 8px;	margin-top: 15px;	box-shadow: 0 1px 8px rgba(122, 168, 222, 0.1);}.card-title{	padding: 10px 20px 0 20px;	font-weight: bold;}.act-wrap{	display: flex;	align-items: flex-end;	width: 100%;	padding: 15px 0px;}.act-item{	display: inline-flex;	align-items: center;	justify-content: space-between;	flex-direction: column;	width: 25%;	height: 50px;}.act-item .icon{	display: block;	width: 30px;	height: 30px;}.act-item .name{	font-size: 12px;}.act-item.about{	height: auto;}.act-item.about .icon{	width: 40px;	height: 40px;}.playbil-box{	position: relative;}.playbil-box .playbil-bg{	width:600rpx;}.enterprise-name{	width: 600rpx;	text-align: center;	font-size: 22rpx;	position: absolute;	top: 610rpx;	color:rgb(33, 111, 247);}.playbil-qrcode{	position: absolute;	left:170rpx;	top: 280rpx;	width: 260rpx;	height: 260rpx;}.enterprise-user{	position: absolute;	width: 600rpx;	text-align: center;	top: 880rpx;	font-size: 22rpx;	color: #fff;}.enterprise-tips{	text-align: center;	font-size: 28rpx;	color: #ff0004;}
 |