| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .content {
- line-height: 1;
- }
- .content .top {
- width: 750rpx;
- height: 450rpx;
- background-color: #FF727E;
- }
- .content .top-box {
- width: 690rpx;
- height: 360rpx;
- background: #FFFFFF;
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
- border-radius: 12rpx;
- margin: -240rpx auto 0;
- }
- .content .top-box .user-box {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- padding: 40rpx 40rpx 0;
- }
- .content .top-box .user-box .avatar {
- width: 110rpx;
- height: 110rpx;
- margin-right: 30rpx;
- }
- .content .top-box .user-box .avatar .avatar-img {
- width: 110rpx;
- height: 110rpx;
- border-radius: 50%;
- }
- .content .top-box .user-box .user-right {
- padding-top: 20rpx;
- }
- .content .top-box .user-box .user-right .nickname {
- font-size: 32rpx;
- font-weight: 500;
- color: #030303;
- margin-bottom: 20rpx;
- }
- .content .top-box .user-box .user-right .xin-box {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .content .top-box .user-box .user-right .xin-box .xin-img {
- width: 37rpx;
- height: 32rpx;
- margin-right: 6rpx;
- }
- .content .top-box .list-box {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- padding-top: 70rpx;
- }
- .content .top-box .list-box .item-box {
- width: 375rpx;
- text-align: center;
- }
- .content .top-box .list-box .item-box .box-top {
- font-size: 56rpx;
- font-weight: 500;
- color: #222222;
- margin-bottom: 20rpx;
- }
- .content .top-box .list-box .item-box .box-foot {
- font-size: 24rpx;
- font-weight: 500;
- color: #666666;
- }
- .content .menu-box {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- padding: 80rpx 0rpx 0;
- }
- .content .menu-box .menu {
- text-align: center;
- width: 250rpx;
- margin-bottom: 70rpx;
- }
- .content .menu-box .menu .menu-top {
- margin: 0 auto;
- }
- .content .menu-box .menu .menu-foot {
- font-size: 24rpx;
- font-weight: 500;
- color: #222222;
- margin-top: 25rpx;
- }
- .jifen-box {
- background: #FFFFFF;
- padding: 70rpx 50rpx 80rpx;
- border-radius: 12rpx;
- }
- .jifen-box .now-vip .top-vip {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- line-height: 1;
- }
- .jifen-box .now-vip .top-num {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #222222;
- line-height: 1;
- margin-top: 22rpx;
- }
- .jifen-box .now-vip .top-num .num-dj {
- visibility: hidden;
- }
- .jifen-box .now-vip .line-progress {
- padding: 30rpx 10rpx 24rpx;
- }
- .jifen-box .now-vip .vip-icon {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- .jifen-box .cztx-box {
- margin-top: 90rpx;
- }
- .jifen-box .cztx-box .cztx-tit {
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: end;
- -webkit-align-items: flex-end;
- align-items: flex-end;
- -webkit-justify-content: space-around;
- justify-content: space-around;
- padding: 14rpx 0 0;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper-text {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #222222;
- margin-bottom: 30rpx;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper1 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper1 .line-exper1 {
- width: 14rpx;
- height: 26rpx;
- background: #E62129;
- border-radius: 7rpx 7rpx 0px 0px;
- margin-bottom: 24rpx;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper1 .exper1-img {
- width: 30rpx;
- height: 26rpx;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper2 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper2 .line-exper2 {
- width: 14rpx;
- height: 104rpx;
- background: #EDEDED;
- border-radius: 7rpx 7rpx 0px 0px;
- margin-bottom: 24rpx;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper2 .exper2-img {
- width: 50rpx;
- height: 32rpx;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper3 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper3 .line-exper3 {
- width: 14rpx;
- height: 182rpx;
- background: #EDEDED;
- border-radius: 7rpx 7rpx 0px 0px;
- margin-bottom: 24rpx;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper3 .exper3-img {
- width: 68rpx;
- height: 32rpx;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper4 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper4 .line-exper4 {
- width: 14rpx;
- height: 260rpx;
- background: #EDEDED;
- border-radius: 7rpx 7rpx 0px 0px;
- margin-bottom: 24rpx;
- }
- .jifen-box .cztx-box .cztx-vip-box .experience-box .exper4 .exper4-img {
- width: 87rpx;
- height: 32rpx;
- }
- .jifen-box .cztx-box .cztx-vip-box .cztx-experience {
- margin-top: 50rpx;
- text-align: center;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #222222;
- }
|