diff --git a/commons/hengmei.css b/commons/hengmei.css index be64797..69fbb5f 100644 --- a/commons/hengmei.css +++ b/commons/hengmei.css @@ -290,23 +290,19 @@ swiper-item view:last-child .duan-xian{border-bottom: none;} .message-img{width:46rpx;height:56rpx;} .message-status{border-radius: 5rpx;font-size: 24rpx;color: #FFFFFF;padding: 2rpx 8rpx 4rpx 6rpx;transform: scale(.8);} +/* 关于我们 */ +.navigate-to-where {height: 98rpx;line-height: 98rpx;} + + +/* 分销中心 */ +.withdrawal-btn{height: 98rpx;line-height: 98rpx;} +.withdrawal-box{position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0,0,0,.2);} +.withdrawal-box image{position: absolute;right: -36rpx;top: -36rpx; width: 77rpx;height: 77rpx;} + + + + -/* 我的日记 */ -.diary-img{margin-right: 13rpx;width: 32%; height: 212rpx;background-color: #F5F5F5;border-radius: 12rpx;} -.diary-img:nth-child(3n){ - margin-right: 0; -} -.diary-item-img { - width: 32%;height: 168rpx;border-radius: 10rpx; - margin-right: 10rpx; - margin-bottom: 10rpx; -} -.diary-item-img .addImg { - height: 168rpx;width: 100%;border-radius: 10rpx; -} -.diary-item-img:nth-child(3n){ - margin-right: 0; -} @media screen and (height:812px){ .blue-img{height: 500rpx;} } @@ -376,7 +372,30 @@ button:after{content: none!important;} .borbot-df{border: 2rpx solid #DFDFDF;} .borbot-cc{border: 2rpx solid #CCCCCC;} +/* 行高 */ +.line-h30{line-height: 30rpx;} +.line-h32{line-height: 32rpx;} +.line-h34{line-height: 34rpx;} +.line-h36{line-height: 36rpx;} +.line-h38{line-height: 38rpx;} +.line-h40{line-height: 40rpx;} +.line-h42{line-height: 42rpx;} +.line-h44{line-height: 44rpx;} +.line-h46{line-height: 46rpx;} +.line-h48{line-height: 48rpx;} .line-h50{line-height: 50rpx;} +.line-h52{line-height: 52rpx;} +.line-h54{line-height: 54rpx;} +.line-h56{line-height: 56rpx;} +.line-h58{line-height: 58rpx;} +.line-h60{line-height: 60rpx;} +.line-h62{line-height: 62rpx;} +.line-h64{line-height: 64rpx;} +.line-h66{line-height: 66rpx;} +.line-h68{line-height: 60rpx;} +.line-h70{line-height: 70rpx;} +.line-h72{line-height: 72rpx;} +.line-h74{line-height: 74rpx;} .clips1{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break:break-all;} @@ -386,6 +405,7 @@ button:after{content: none!important;} /* 字体大小 */ .fon20{font-size: 20rpx;} +.fon22{font-size: 22rpx;} .fon24{font-size: 24rpx;} .fon25{font-size: 25rpx;} .fon26{font-size: 26rpx;} @@ -397,7 +417,22 @@ button:after{content: none!important;} .fon36{font-size: 36rpx;} .fon38{font-size: 38rpx;} .fon40{font-size: 40rpx;} +.fon42{font-size: 42rpx;} +.fon44{font-size: 44rpx;} +.fon46{font-size: 46rpx;} +.fon48{font-size: 48rpx;} +.fon50{font-size: 50rpx;} +.fon52{font-size: 52rpx;} +.fon54{font-size: 54rpx;} .fon56{font-size: 56rpx;} +.fon58{font-size: 58rpx;} +.fon60{font-size: 60rpx;} +.fon62{font-size: 62rpx;} +.fon64{font-size: 64rpx;} +.fon66{font-size: 66rpx;} +.fon68{font-size: 68rpx;} +.fon70{font-size: 70rpx;} +.fon72{font-size: 72rpx;} /* 字体颜色 */ .colf{color: #FFFFFF;} @@ -416,6 +451,10 @@ button:after{content: none!important;} .colB3{color: #B3B3B3;} .col5b{color: #5B5B5B;} .colpeili{color: #868695;} +/* 佩丽字体颜色 */ +.peili-colorRed{color: #fe2525;} + + /* 字体位置 */ .tc{text-align: center;} .tright{text-align: right;} @@ -442,6 +481,10 @@ button:after{content: none!important;} .bcf8{background: #F85050;} .bacf5{background: #F5F5F5;} .bacf6{background-color: #f6f6f6;} +/* 佩丽商城背景色 */ +.peili-backColor{background-color: #fe2525;} + + /* 圆角 */ .radius10{border-radius: 10rpx;} diff --git a/components/function-list/function-list.vue b/components/function-list/function-list.vue index f19c1a2..374be11 100644 --- a/components/function-list/function-list.vue +++ b/components/function-list/function-list.vue @@ -1,6 +1,6 @@