| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384 | 
							- /* pages/memberCenter/memberCenter.wxss */
 
- page {
 
-   height: 100%;
 
-   width: 100%;
 
- }
 
- .member-index {
 
-   position: relative;
 
- }
 
- /* 会员信息 */
 
- .member-index .member-container {
 
-   position: relative;
 
-   width: 750rpx;
 
-   height: 450rpx;
 
- }
 
- .member-container .m-bg {
 
-   width: 100%;
 
-   position: absolute;
 
-   left: 0;
 
-   top: 0;
 
-   z-index: -1;
 
- }
 
- .small-screen{
 
-   height: 480rpx;
 
- }
 
- .member-info {
 
-   display: flex;
 
-   flex-direction: column;
 
-   justify-content: space-between;
 
-   padding: 15% 8% 5% 8%;
 
-   height: 100%;
 
-   box-sizing: border-box;
 
-   color: #fff;
 
- }
 
- .member-info-top {
 
-   width: 100%;
 
-   display: flex;
 
-   justify-content: space-between;
 
-   align-items: flex-end;
 
-   margin-top: 40rpx;
 
- }
 
- .member-info-bottom{
 
-   padding-bottom: 20rpx;
 
- }
 
- .user-info {
 
-   display: flex;
 
- }
 
- .user-avatar {
 
-   border-radius: 50%;
 
-   margin-right: 20rpx;
 
-   width: 80rpx;
 
-   height: 80rpx;
 
- }
 
- .user-nickname{
 
-   display: flex;
 
-   align-items: center;
 
- }
 
- .user-nickname .nickname {
 
-   font-size: 28rpx;
 
-   font-weight: 600;
 
- }
 
- .user-score {
 
-   margin-top: 10rpx;
 
-   font-size: 26rpx;
 
- }
 
- .user-score .score-img {
 
-   width: 30rpx;
 
-   height: 30rpx;
 
-   display: inline-block;
 
- }
 
- .user-level {
 
-   font-size: 40rpx;
 
-   font-family: FZXiaoBiaoSong-B05S;
 
-   font-weight: 800;
 
- }
 
- .right-arr {
 
-   width: 13rpx;
 
-   height: 20rpx;
 
-   margin-left: 8rpx;
 
- }
 
- .level-img{
 
-   width: 40rpx;
 
-   height: 34rpx;
 
-   margin-left: 10rpx;
 
-   display: inkine-block;
 
-   vertical-align: middle;
 
- }
 
- .vip-level-progress {
 
-   display: flex;
 
-   justify-content: space-between;
 
-   align-items: center;
 
-   font-size: 26rpx;
 
- }
 
- .vip-level-progress .level-tips {
 
-   flex: 6;
 
-   margin-right: 30rpx;
 
-   align-self: center;
 
-   font-size: 24rpx;
 
- }
 
- .vip-level-progress .level-progress {
 
-   margin: 6rpx 0;
 
- }
 
- .vip-level-progress .level-span {
 
-   display: flex;
 
-   justify-content: space-between;
 
-   font-weight: bold;
 
- }
 
- /* 会员信息 end */
 
- .member-growth {
 
-   padding: 30rpx;
 
-   padding-bottom: 0;
 
-   box-sizing: border-box;
 
-   margin-top: 20rpx;
 
- }
 
- .member-tit {
 
-   display: flex;
 
-   align-items: center;
 
-   margin: 20rpx 0;
 
- }
 
- .member-tit .text {
 
-   flex: 1;
 
-   font-size: 32rpx;
 
-   font-weight: 600;
 
-   position: relative;
 
-   padding-left: 16rpx;
 
- }
 
- .member-tit .text::before {
 
-   position: absolute;
 
-   left: 0;
 
-   top: 15%;
 
-   display: block;
 
-   width: 6rpx;
 
-   height: 70%;
 
-   content: " ";
 
-   background: #e43130;
 
-   border-radius: 6rpx;
 
- }
 
- /* 等级表格 */
 
- .growth-value {
 
-   padding: 20rpx 40rpx;
 
-   margin-bottom: 20rpx;
 
- }
 
- .td-left, .td-right {
 
-   display: inline-block;
 
-   line-height: 2.5em;
 
-   font-size: 28rpx;
 
-   text-align: left;
 
-   background: #fcf8f7;
 
-   text-indent: 1.5em;
 
- }
 
- .th {
 
-   background: #ffefe5;
 
-   font-weight: bold;
 
- }
 
- .td-left {
 
-   width: 30%;
 
-   margin-right: 0.8%;
 
- }
 
- .td-right {
 
-   width: 69%;
 
- }
 
- .member-rights {
 
-   justify-content: space-between;
 
-   padding-top: 0;
 
-   margin: 60rpx 0 40rpx 0;
 
- }
 
- .more-rights {
 
-   font-size: 24rpx;
 
-   color: #999;
 
- }
 
- .rights-container {
 
-   display: flex;
 
-   flex-wrap: wrap;
 
-   justify-content: space-between;
 
- }
 
- .right-item {
 
-   display: flex;
 
-   width: 340rpx;
 
-   height: 160rpx;
 
-   justify-content: center;
 
-   align-items: center;
 
-   background: #f8f8f8;
 
-   margin-bottom: 10rpx;
 
-   padding: 20rpx;
 
-   box-sizing: border-box;
 
- }
 
- .right-lf {
 
-   display: flex;
 
-   align-items: center;
 
-   width: 90rpx;
 
-   height: 90rpx;
 
-   border-radius: 50%;
 
-   overflow: hidden;
 
- }
 
- .right-rt {
 
-   margin-left: 20rpx;
 
-   flex: 1;
 
- }
 
- .right-rt .right-tit {
 
-   font-size: 28rpx;
 
-   margin-bottom: 10rpx;
 
- }
 
- .right-rt .right-desc {
 
-   font-size: 22rpx;
 
-   color: #999;
 
- }
 
- /* swiper弹窗 */
 
- .swiperPop {
 
-   position: relative;
 
-   width: 100%;
 
-   height: 100%;
 
-   background: #eee;
 
- }
 
- .swiperPop .mask {
 
-   position: fixed;
 
-   top: 0;
 
-   left: 0;
 
-   background: rgba(0, 0, 0, 0.5);
 
-   z-index: 999;
 
-   width: 100%;
 
-   height: 100%;
 
- }
 
- .swiperPop swiper {
 
-   position: fixed;
 
-   top: 20%;
 
-   width: 100%;
 
-   height: 78%;
 
-   z-index: 1000;
 
- }
 
- .swiperPop .close {
 
-   width: 40rpx;
 
-   height: 40rpx;
 
-   position: absolute;
 
-   top: 16%;
 
-   right: 8%;
 
- }
 
- .close >image {
 
-   width: 100%;
 
-   height: 100%;
 
-   display: block;
 
- }
 
- .swiperPop .swiper-box {
 
-   width: 95%;
 
-   display: flex;
 
- }
 
- .top-bg {
 
-   width: 100%;
 
-   height: 180rpx;
 
- }
 
- .top-bg .member-bg {
 
-   width: 100%;
 
-   height: 100%;
 
-   position: relative;
 
-   border-radius: 14rpx;
 
-   display: block;
 
- }
 
- .top-con {
 
-   position: absolute;
 
-   left: 0;
 
-   top: 0;
 
-   color: #fff;
 
-   padding: 40rpx;
 
-   box-sizing: border-box;
 
-   font-size: 26rpx;
 
- }
 
- .top-con .member-title {
 
-   margin-bottom: 10rpx;
 
-   font-size: 32rpx;
 
-   font-weight: 600;
 
- }
 
- .top-bg .member-level {
 
-   position: absolute;
 
-   top: 10rpx;
 
-   right: -20rpx;
 
-   width: 50%;
 
-   opacity: 0.2;
 
- }
 
- .rights-item-con {
 
-   width: 95%;
 
-   height: 75%;
 
-   max-height: 75%;
 
-   overflow: scroll;
 
-   background-color: #fff;
 
-   position: absolute;
 
-   top: 160rpx;
 
-   left: 0;
 
-   border-radius: 14rpx;
 
-   display: flex;
 
-   justify-content: space-between;
 
-   align-items: flex-start;
 
-   flex-wrap: wrap;
 
-   padding: 40rpx;
 
-   box-sizing: border-box;
 
- }
 
- .rights-item-con::after {
 
-   content: '';
 
-   width: 30%;
 
-   padding: 0 15rpx;
 
-   box-sizing: border-box;
 
- }
 
- .rights-item {
 
-   width: 30% !important;
 
-   display: flex;
 
-   flex-direction: column;
 
-   align-items: center;
 
-   margin-bottom: 40rpx;
 
- }
 
- .rights-img {
 
-   width: 100rpx;
 
-   height: 100rpx;
 
-   border-radius: 50%;
 
-   overflow: hidden;
 
- }
 
- .rights-img image {
 
-   width: 100%;
 
-   height: 100%;
 
-   display: block;
 
- }
 
- .rights-tit {
 
-   font-size: 28rpx;
 
-   margin: 25rpx 0 15rpx 0;
 
- }
 
- .rights-desc {
 
-   font-size: 22rpx;
 
-   color: #999;
 
-   text-align: center;
 
- }
 
 
  |