|
|
@@ -1,72 +1,74 @@
|
|
|
-page{
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
- background: #f4f4f4;
|
|
|
-}
|
|
|
-.container{
|
|
|
- background: #f4f4f4;
|
|
|
- height: auto;
|
|
|
- overflow: hidden;
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-.profile-info{
|
|
|
- width: 100%;
|
|
|
- height: 280rpx;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- align-items: center;
|
|
|
- justify-content: flex-start;
|
|
|
- padding: 0 30.25rpx;
|
|
|
- background: #333;
|
|
|
-}
|
|
|
-
|
|
|
-.profile-info .avatar{
|
|
|
- height: 148rpx;
|
|
|
- width: 148rpx;
|
|
|
- border-radius: 50%;
|
|
|
-}
|
|
|
-
|
|
|
-.profile-info .info{
|
|
|
- flex: 1;
|
|
|
- height: 85rpx;
|
|
|
- padding-left: 31.25rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.profile-info .name{
|
|
|
- display: block;
|
|
|
- height: 45rpx;
|
|
|
- line-height: 45rpx;
|
|
|
- color: #fff;
|
|
|
- font-size: 37.5rpx;
|
|
|
- margin-bottom: 10rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.profile-info .level{
|
|
|
- display: block;
|
|
|
- height: 30rpx;
|
|
|
- line-height: 30rpx;
|
|
|
- margin-bottom: 10rpx;
|
|
|
- color: #7f7f7f;
|
|
|
- font-size: 30rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.user-menu{
|
|
|
- width: 100%;
|
|
|
- height: auto;
|
|
|
- overflow: hidden;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.user-menu .item{
|
|
|
- float: left;
|
|
|
- width: 33.33333%;
|
|
|
- height: 187.5rpx;
|
|
|
- border-right: 1px solid rgba(0,0,0,.15);
|
|
|
- border-bottom: 1px solid rgba(0,0,0,.15);
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.user-menu .item .a{
|
|
|
+page {
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ background: #f4f4f4;
|
|
|
+}
|
|
|
+
|
|
|
+.container {
|
|
|
+ background: #f4f4f4;
|
|
|
+ height: auto;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.profile-info {
|
|
|
+ width: 100%;
|
|
|
+ height: 280rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: flex-start;
|
|
|
+ padding: 0 30.25rpx;
|
|
|
+ background: #333;
|
|
|
+}
|
|
|
+
|
|
|
+.profile-info .avatar {
|
|
|
+ height: 148rpx;
|
|
|
+ width: 148rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+
|
|
|
+.profile-info .info {
|
|
|
+ flex: 1;
|
|
|
+ height: 85rpx;
|
|
|
+ padding-left: 31.25rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.profile-info .name {
|
|
|
+ display: block;
|
|
|
+ height: 45rpx;
|
|
|
+ line-height: 45rpx;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 37.5rpx;
|
|
|
+ margin-bottom: 10rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.profile-info .level {
|
|
|
+ display: block;
|
|
|
+ height: 30rpx;
|
|
|
+ line-height: 30rpx;
|
|
|
+ margin-bottom: 10rpx;
|
|
|
+ color: #7f7f7f;
|
|
|
+ font-size: 30rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.user-menu {
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+ overflow: hidden;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.user-menu .item {
|
|
|
+ float: left;
|
|
|
+ width: 33.33333%;
|
|
|
+ height: 187.5rpx;
|
|
|
+ border-right: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.user-menu .item .a {
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
@@ -76,82 +78,100 @@ page{
|
|
|
}
|
|
|
|
|
|
.user-menu .item.no-border {
|
|
|
- border-right: 0;
|
|
|
+ border-right: 0;
|
|
|
}
|
|
|
|
|
|
.user-menu .item.item-bottom {
|
|
|
- border-bottom: none;
|
|
|
+ border-bottom: none;
|
|
|
}
|
|
|
|
|
|
-.user-menu .icon{
|
|
|
- margin: 0 auto;
|
|
|
- display: block;
|
|
|
- height: 52.803rpx;
|
|
|
- width: 52.803rpx;
|
|
|
- margin-bottom: 16rpx;
|
|
|
+.user-menu .icon {
|
|
|
+ margin: 0 auto;
|
|
|
+ display: block;
|
|
|
+ height: 52.803rpx;
|
|
|
+ width: 52.803rpx;
|
|
|
+ margin-bottom: 16rpx;
|
|
|
}
|
|
|
|
|
|
-.user-menu .icon.order{
|
|
|
- background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -437.5rpx no-repeat;
|
|
|
- background-size: 52.803rpx;
|
|
|
+.user-menu .icon.order {
|
|
|
+ background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -437.5rpx no-repeat;
|
|
|
+ background-size: 52.803rpx;
|
|
|
}
|
|
|
|
|
|
-.user-menu .icon.coupon{
|
|
|
- background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -62.4997rpx no-repeat;
|
|
|
- background-size: 52.803rpx;
|
|
|
+.user-menu .icon.coupon {
|
|
|
+ background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -62.4997rpx no-repeat;
|
|
|
+ background-size: 52.803rpx;
|
|
|
}
|
|
|
|
|
|
-.user-menu .icon.collect{
|
|
|
- background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -62.4997rpx no-repeat;
|
|
|
- background-size: 52.803rpx;
|
|
|
+.user-menu .icon.phone {
|
|
|
+ display: block;
|
|
|
+ height: 55rpx;
|
|
|
+ width: 55rpx;
|
|
|
+ background-size: 52.803rpx;
|
|
|
}
|
|
|
|
|
|
-.user-menu .icon.gift{
|
|
|
- background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -187.5rpx no-repeat;
|
|
|
- background-size: 52.803rpx;
|
|
|
+.user-menu .icon.gift {
|
|
|
+ background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -187.5rpx no-repeat;
|
|
|
+ background-size: 52.803rpx;
|
|
|
}
|
|
|
|
|
|
-.user-menu .icon.address{
|
|
|
- background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 0 no-repeat;
|
|
|
- background-size: 52.803rpx;
|
|
|
+.user-menu .icon.address {
|
|
|
+ background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 0 no-repeat;
|
|
|
+ background-size: 52.803rpx;
|
|
|
}
|
|
|
|
|
|
-.user-menu .icon.security{
|
|
|
- background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -500rpx no-repeat;
|
|
|
- background-size: 52.803rpx;
|
|
|
+.user-menu .icon.security {
|
|
|
+ background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -500rpx no-repeat;
|
|
|
+ background-size: 52.803rpx;
|
|
|
}
|
|
|
|
|
|
-.user-menu .icon.kefu{
|
|
|
- background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -312.5rpx no-repeat;
|
|
|
- background-size: 52.803rpx;
|
|
|
+.user-menu .icon.kefu {
|
|
|
+ background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -312.5rpx no-repeat;
|
|
|
+ background-size: 52.803rpx;
|
|
|
}
|
|
|
|
|
|
-.user-menu .icon.help{
|
|
|
- background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -250rpx no-repeat;
|
|
|
- background-size: 52.803rpx;
|
|
|
+.user-menu .icon.help {
|
|
|
+ background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -250rpx no-repeat;
|
|
|
+ background-size: 52.803rpx;
|
|
|
+}
|
|
|
+.user-menu .icon.about {
|
|
|
+ /* background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -62.4997rpx no-repeat; */
|
|
|
+ display: block;
|
|
|
+ height: 55rpx;
|
|
|
+ width: 55rpx;
|
|
|
+ background-size: 52.803rpx;
|
|
|
}
|
|
|
|
|
|
-.user-menu .icon.feedback{
|
|
|
- background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -125rpx no-repeat;
|
|
|
- background-size: 52.803rpx;
|
|
|
+.user-menu .icon.feedback {
|
|
|
+ background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -125rpx no-repeat;
|
|
|
+ background-size: 52.803rpx;
|
|
|
}
|
|
|
|
|
|
+.user-menu .txt {
|
|
|
+ display: block;
|
|
|
+ height: 24rpx;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
|
|
|
-.user-menu .txt{
|
|
|
- display: block;
|
|
|
- height: 24rpx;
|
|
|
- width: 100%;
|
|
|
- font-size: 24rpx;
|
|
|
- color:#333;
|
|
|
+.logout {
|
|
|
+ margin-top: 50rpx;
|
|
|
+ height: 101rpx;
|
|
|
+ width: 100%;
|
|
|
+ line-height: 101rpx;
|
|
|
+ text-align: center;
|
|
|
+ background: #fff;
|
|
|
+ color: #333;
|
|
|
+ font-size: 30rpx;
|
|
|
}
|
|
|
|
|
|
-.logout{
|
|
|
- margin-top: 50rpx;
|
|
|
- height: 101rpx;
|
|
|
- width: 100%;
|
|
|
- line-height: 101rpx;
|
|
|
- text-align: center;
|
|
|
- background: #fff;
|
|
|
- color: #333;
|
|
|
- font-size: 30rpx;
|
|
|
+.about {
|
|
|
+ width: 100%;
|
|
|
+ background: url(https://cdn.it120.cc/images/weappshop/arrow-right.png) no-repeat 750rpx center;
|
|
|
+ background-size: 16rpx auto, 750rpx auto;
|
|
|
+ margin: 20rpx 0;
|
|
|
+ height: 80rpx;
|
|
|
+ line-height: 80rpx;
|
|
|
+ padding-left: 100rpx;
|
|
|
}
|