leave-unused/unpackage/dist/dev/mp-weixin/pages/my/my.wxss

54 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

.my-herder.data-v-0be17cc6{
width: 100%;
padding-bottom: 40rpx;
background-image: linear-gradient(to top,rgba(25,129,255,.5),rgba(25,129,255,1));
}
.my-portrait.data-v-0be17cc6{
width: 180rpx;
height: 180rpx;
overflow: hidden;
margin: 0 auto;
}
.my-portrait>image.data-v-0be17cc6{
width: 100%;
}
.my-nickname.data-v-0be17cc6{
justify-content: center;
width: 100%;
}
.my-content.data-v-0be17cc6{
width: calc(100% - 40rpx);
margin: 20rpx auto;
padding: 20rpx;
box-shadow: 0 0 15rpx rgba(0,0,0,.1);
}
.my-content .item.data-v-0be17cc6{
justify-content: space-between;
align-items: center;
height: 80rpx;
border-bottom: 2rpx solid #f4f5f6;
position: relative;
}
.my-content .item.data-v-0be17cc6:last-child{
border: 0;
}
.my-content .item .get-phone-btn.data-v-0be17cc6{
opacity: 0;
width: 100%;
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
}
.my-content .item>.title.data-v-0be17cc6{
align-items: center;
}
.my-content .item>.title .img.data-v-0be17cc6{
width: 46rpx;
}