123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- // ::v-deep .u-loading-page{
- // position: relative!important;
- // z-index: 999999999!important;
- // // background: red;
- // }
- // ::v-deep .u-loading-page__warpper__loading-icon__img{
- // width: 150rpx!important;
- // height: 150rpx!important;
- // }
- view {
- box-sizing: border-box;
- }
-
- ::v-deep .u-safe-bottom{
- height: 0!important;
- }
- ::v-deep button::after{
- border: none!important;
- }
-
- .content{
- background:#F4F4F4 ;
- .top{
- padding: 0 32rpx;
- padding-top: 24rpx;
-
- background: linear-gradient(to bottom,#FEF9ED,#fff);
- padding-bottom: 40rpx;
- min-height: 240rpx;
- position: relative;
- .myW{
- width: 298rpx;
- height: 280rpx;
- position: absolute;
- z-index: 0;
- right: 0;
- bottom: 0rpx;
- }
- .userInfo{
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: relative;
- z-index: 1;
- .left{
- display: flex;
- align-items: center;
- .avatarBox{
- border-radius: 60rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border: none;
- margin: 0;
- padding: 0;
- .avatar{
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- }
- }
- .btn{
- font-size: 36rpx;
- font-family: PingFang-SC-Heavy, PingFang-SC;
- font-weight: 800;
- color: #333333;
- margin-left: 24rpx;
- }
-
- .lMember{
- margin-left: 24rpx;
- padding-right: 30rpx;
- .btn1{
- font-size: 36rpx;
- font-family: PingFang-SC-Heavy, PingFang-SC;
- font-weight: 800;
- color: #333333;
- // margin-left: 24rpx;
- }
- .botDes{
- margin-top: 8rpx;
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #333333;
- }
- }
- }
- }
-
- .invite{
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 88rpx;
- background: #34291F;
- box-shadow: 0rpx 4rpx 28rpx -14rpx rgba(0,0,0,0.46);
- border-radius: 8rpx 24rpx 8rpx 24rpx;
- // padding: 0 32rpx;
- padding-left: 32rpx;
- margin-top: 48rpx;
- position: relative;
- z-index: 1;
- .left{
- display: flex;
- align-items: center;
- image{
-
- }
- text{
- font-size: 28rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #FFFFFF;
- margin-left: 16rpx;
- }
- }
- .right{
- margin-right: 32rpx;
- position: relative;
- z-index: 1;
- // height: 100%;
- .price{
- font-size: 28rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #F7BF0C;
- }
- .ar{
- width: 12rpx;
- height: 20rpx;
- color: #F7BF0C;
- margin-left: 8rpx;
- }
- }
-
- }
- }
-
- .serList{
- background: #FFFFFF;
- margin-top: 16rpx;
- padding: 0 32rpx;
- .item{
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 124rpx;
- border-bottom: 2rpx solid #E6E6E6;
- .left{
- display: flex;
- align-items: center;
- text{
- margin-left: 20rpx;
- }
- }
- .right{
- .num{
- margin-right: 24rpx;
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #333333;
- }
- }
- }
- }
- }
-
|