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.
23 lines
386 B
23 lines
386 B
/* pages/member/member.wxss */
|
|
page {
|
|
background-color:#f4f5f6;
|
|
}
|
|
.card{
|
|
padding-top: 30rpx;
|
|
/* margin-left: 25rpx;
|
|
display: flex;
|
|
align-items: center; */
|
|
position: relative;
|
|
}
|
|
.card .detail {
|
|
margin-top: 130rpx;
|
|
margin-left: 60rpx;
|
|
font-size: 24rpx;
|
|
position: absolute;
|
|
color: #356386;
|
|
}
|
|
.card .card_bg {
|
|
margin-left: 25rpx;
|
|
width: 700rpx;
|
|
height: 229rpx;
|
|
}
|