You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
965 B
67 lines
965 B
/* pages/service/vipCard/vipCard.wxss */
|
|
|
|
page{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.card{
|
|
/* width:650rpx; */
|
|
width:85%;
|
|
height:350rpx;
|
|
border-radius: 4px;
|
|
margin-top: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.title{
|
|
color:white;
|
|
margin: 30rpx 0 50rpx 40rpx;
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.name{
|
|
color: white;
|
|
margin: 0 0 2rpx 40rpx;
|
|
font-size: 50rpx;
|
|
font-weight: bold;
|
|
z-index: 20;
|
|
}
|
|
|
|
.type{
|
|
color: white;
|
|
margin: 0 0 2rpx 40rpx;
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
z-index: 20;
|
|
}
|
|
|
|
.number{
|
|
color: white;
|
|
margin: 0 0 0 40rpx;
|
|
font-size: 24rpx;
|
|
z-index: 999;
|
|
}
|
|
|
|
.explain-tit{
|
|
width: 85%;
|
|
margin: 20px 0;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.explain{
|
|
width: 85%;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.bg{
|
|
width: 100%;
|
|
height:100%;
|
|
position: absolute;
|
|
z-index: -200;
|
|
}
|