member_center.wxss 1.5 KB
/* pages/member_center/member_center.wxss */
page{
 background: #FCFEFF;
}
.center{
 margin: 70rpx 32rpx  18rpx 32rpx;
 padding:40rpx 20rpx 30rpx 20rpx;
 background:linear-gradient(90deg,rgba(245,249,255,1),rgba(249,252,255,1));
box-shadow:0rpx 1rpx 24rpx 0rpx rgba(73,73,73,0.12);
border-radius:10rpx;

}
.center_title{
 color:#333;
 font-size:30rpx;
 font-weight: bold; 
}
.huiyuan_icon{
 margin: 0 12rpx 0 0;
 width:33rpx;
 height:26rpx;
 display: flex;
 align-items: center;
 justify-content: center;
}
.huiyuan_icon image{
 width:100%;
 height: 100%;
 display: block;
}
.huiguan{
 display: flex;
 align-items: center;
 justify-content: center;
 color:#E2C8B1;
 font-weight: bold;
 font-size:24rpx;
}
.center_line{
 position: relative;
 margin: 30rpx 0 30rpx 0;
 height: 4rpx;
 background: #fff;
 border:1rpx solid #f8f8f8;
 border-radius: 2rpx;
 /* overflow: hidden; */
}
.center_line_active{
 position: absolute;
 top:50%;
 height: 3rpx;
 transform: translateY(-50%);
 background: #1C5A97;
 border-radius: 2rpx -2rpx -2rpx 2rpx;
 width:30%;
 left:0;
 z-index:10;
}
.center_item{
 display: flex;
 align-items: center;
 justify-content:space-between;
 padding:33rpx 0;
 margin: 0 32rpx;
 background: #fff;
 border-radius: 8rpx;
 color:#333;
 font-size:30rpx;
 font-weight: bold;
 border-bottom:1rpx solid #E8E8E8;
}
.center_item:last-child{
 border-bottom:none;
}
.membercost{
  color:#333333;
  font-size:24rpx;
}
.membermoney{
  color:#FF8080;
  font-size: 24rpx;
}
.memberlist{
  /* margin-top:20rpx; */
}