| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 | 
							- 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;
 
- }
 
- .user-avatar{
 
- 	display: block;
 
- 	width: 50px;
 
- 	height: 50px;
 
- 	margin-right: 10px;
 
- }
 
- .user-name{
 
- 	font-size: 18px;
 
- 	font-weight: bold;
 
- }
 
- .user-phone{
 
- 	font-size: 12px;
 
- 	margin-top: 5px;
 
- }
 
- .seting-icon{
 
- 	width: 24px;
 
- 	height: 24px;
 
- }
 
- .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;
 
- }
 
- /* 统计卡 */
 
- .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;
 
- }
 
 
  |