123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540 |
- page {
- height: 100%;
- width: 100%;
- background: #f4f4f4;
- }
- .container {
- background: transparent;
- height: auto;
- /* overflow: hidden; */
- width: 100%;
- padding:0 30rpx 40rpx;
- /* filter: blur(5rpx);*/
- }
- .top{
- /* height: 210rpx; */
- /* border-radius: 10rpx; */
- /* position: relative; */
- /* margin:15rpx ; */
- /* background: #09afff; */
- height: 274rpx;
- background: url('https://mall.zhaijieshi.cc/file/wx-dy/top-bg.png') no-repeat center bottom;
- background-size: 750rpx 274rpx;
- }
- .profile-info {
- /*background-color: #ab956d; */
- /* color: #f4f4f4; */
- display: flex;
- align-items: center;
-
- padding: 30rpx 0 0 42rpx;
- font-size: 28rpx;
- /* border-radius: 10rpx;
- margin:15rpx ;*/
- /* position: absolute; */
- /* margin-top: -180rpx; */
- }
- .profile-info-backimg{
- width: 100%;
- height: 180rpx;
- /* z-index: -1; */
- position: absolute;
- }
- .profile-info .avatar {
- height: 108rpx;
- width: 108rpx;
- border-radius: 50%;
- border:2rpx solid #fff
- }
- .profile-info .info {
- flex: 1;
- height: 108rpx;
- padding: 16rpx 0 0 48rpx;
- /* width: 414rpx; */
- color: #fff;
- margin:0 20rpx 0 0;
- }
- .user-name-wrapper{
- height: 36rpx;
- margin:0 0 20rpx 0;
- display: flex;
- align-items: center;
- }
- .profile-info .name {
- /* font-weight: bold; */
- font-size: 34rpx;
- margin-bottom: 5rpx;
- max-width:340rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .profile-info .cert {
- display: flex;
- height: 26rpx;
- line-height: 26rpx;
- font-size: 26rpx;
- /* margin-bottom: 5rpx; */
- }
- .profile-info .plus {
- font-size: 21.5rpx;
- width: 120rpx;
- padding-left: 2rpx;
- padding-right: 2rpx;
- line-height: 40rpx;
- margin:4rpx;
- }
- .profile-info-img-star{
- width: 10rpx;
- height: 10rpx;
- }
- .profile-info .level {
- display: block;
- height: 30rpx;
- line-height: 30rpx;
- margin-bottom: 10rpx;
- color: #7f7f7f;
- font-size: 30rpx;
- }
- .profile-info-qr-image {
- width: 80rpx;
- height: 80rpx;
- margin-top: 30rpx;
- margin-left: 150rpx;
- }
- .process{
- border-radius: 2rpx;
- }
- .user_tool{
- height: 250rpx;
- background: #fff;
- border-radius: 10rpx;
- margin: 15rpx 0;
- }
- .user_tool_row {
- /* border: 1px solid black;
- border-bottom: 1px solid #fafafa;*/
- height: 86rpx;
- line-height: 86rpx;
- }
- .user_tool_row_title{
- height: 86rpx;
- font-weight: 550;
- line-height: 86rpx;
- margin-left: 35rpx;
- font-size: 32rpx;
- color: #000;
- }
- .user_tool_row_title_left{
- float: left;
- }
- .user_tool_column{
- height: 140rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .user_tool_column_item {
- width: 25%;
- height: 100rpx;
- background: #fff;
- text-align: center;
- position: relative;
- margin-top: 5rpx;
- }
- .user_tool_column_item_text {
- /* border: 1px solid black; */
- margin-top: 5rpx;
- font-size: 26rpx;
- color: #555;
- }
- .user_tool_column_item_image {
- width: 50rpx;
- height: 50rpx;
- margin-top: 5rpx;
- }
- .user_area {
- /* border: 1px solid black; */
- width: 100%;
- height: 226rpx;
- /* margin: 0 auto; */
- margin-top: -8rpx;
- background: #fff;
- /* border-top: 1px solid #f4f4f4; */
- }
- .user_row {
- /* border: 1px solid black; */
- height: 86rpx;
- line-height: 86rpx;
- border-bottom: 1px solid #fafafa;
- }
- .user_row_left {
- /* border: 1px solid #757575; */
- float: left;
- height: 86rpx;
- font-weight: 550;
- line-height: 86rpx;
- margin-left: 35rpx;
- font-size: 26rpx;
- letter-spacing: 1rpx;
- color: #000;
- font-size: 32rpx;
- }
- .user_row_right {
- /* border: 1px solid #757575; */
- float: right;
- height: 40rpx;
- width: 40rpx;
- font-weight: 550;
- line-height: 86rpx;
- margin-right: 30rpx;
- margin-top: 24rpx;
- }
- .user_column {
- /* border: 1px solid black; */
- height: 140rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .user_column_item {
- width: 30%;
- height: 140rpx;
- background: #fff;
- text-align: center;
- position: relative;
- }
- .user_column_item_badge {
- height: 30rpx;
- width: 30rpx;
- position: absolute;
- background: #b4282d;
- color: #fff;
- border-radius: 50%;
- margin-top: 20rpx;
- margin-left: 40rpx;
- font-size:20rpx;
- }
- .user_column_item_image {
- width: 50rpx;
- height: 50rpx;
- margin-top: 30rpx;
- }
- .user_column_item_text {
- /* border: 1px solid black; */
- margin-top: 5rpx;
- font-size: 24rpx;
- color: #555;
- /*color: #252a48;*/
- }
- .separate {
- background: #e0e3da;
- width: 100%;
- height: 6rpx;
- }
- .user_column_item_phone {
- width: 30%;
- height: 140rpx;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-wrap: wrap;
- float: left;
- background: #fff;
- border-radius: 0;
- }
- .user_column_item_phone::after {
- border: none;
- border-radius: 0;
- }
- .logout {
- margin-top: 28rpx;
- height: 84rpx;
- width: 100%;
- line-height: 84rpx;
- text-align: center;
- background: #fff;
- font-size: 28rpx;
- border-radius: 10rpx;
- }
- .switchaccount{
- margin-top: 28rpx;
- height: 84rpx;
- width: 100%;
- line-height: 84rpx;
- text-align: center;
- background: #fff;
- font-size: 28rpx;
- color:#09afff;
- border-radius: 10rpx;
- }
- /* 新版页面 */
- .main-module{
- border-radius:10rpx;
- background:#fff;
- height: 106rpx;
- margin:28rpx 0;
- padding:24rpx 40rpx 16rpx;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .coupon-block,.favor-good{
- display: flex;
- flex-direction: column;
- height: 66rpx;
- justify-content: space-between;
- align-items: center;
- flex:1;
- line-height: 24rpx;
- }
- .devide-line{
- height: 80rpx;
- width:2rpx;
- background:#bbb;
- }
- .main-module .num{
- font-weight: bold;
- font-size: 24rpx;
- }
- .main-module .module-text{
- color:#000;
- font-size: 24rpx;
- }
- .order-block{
- height: 180rpx;
- border-radius:14rpx;
- background:#fff;
- margin:-80rpx 0 30rpx;
- width:690rpx;
- }
- .my-order-title{
- height: 28rpx;
- font-size: 26rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin:0 0 40rpx 0;
- }
- .my-order-title>view:first-child{
- font-weight: bold;
- }
- .whole-order{
- color: #85868A;
- font-size: 24rpx;
- display: flex;
- align-items: center;
- }
- .order-module{
- height:180rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding:0 40rpx;
- }
- .order-module .devide-img{
- width:12rpx;
- height:134rpx;
- margin:0 -24rpx 0 -20rpx;
- }
- .tool-module{
- height: 80rpx;
- /* padding:24rpx 22rpx; */
- display: flex;
- justify-content: space-between;
- align-items: center;
- /* margin:28rpx 0; */
- }
- .middle-module-wrapper{
- padding:10rpx 30rpx 8rpx 26rpx;
- border-radius:14rpx;
- background:#fff;
- }
- .middle-module .tool-item{
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-direction: row;
- width:644rpx;
- height:84rpx;
- }
- .middle-module .tool-item:last-child .line-right{
- border: none;
- }
- .line-right{
- flex:1;
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1rpx solid #EFEFEF;
- height: 84rpx;
- }
- .middle-module .tool-img{
- width:28rpx;
- height: 28rpx;
- margin:0 18rpx 0 0;
- }
- .line-right .arrow{
- width:28rpx;
- height:20rpx;
- opacity: 0.8;
- }
- .tool-img{
- width:72rpx;
- height: 58rpx;
- margin-bottom:20rpx;
- }
- .tool-item{
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-direction: column;
- /* flex:1; */
- width:100rpx;
- }
- .tool-item .tool-text{
- font-size: 28rpx;
- line-height: 28rpx;
- color: #1E1E1E;
- }
- .order-block .tool-item .tool-text{
- font-size: 24rpx;
- line-height: 24rpx;
- }
- .middle-module .tool-item .tool-text{
- color: #343333;
- }
- .tool-item .middle-module{
- }
- .tool-module.bottom-module{
- margin:40rpx 0 0;
- }
- .member-crown{
- width:48rpx;
- height:48rpx;
- z-index:999;
- }
- .jz-badge{
- width: 34rpx;
- height: 34rpx;
- background: linear-gradient(0deg, #F1E3C8 0%, #E6C162 100%);
- border-radius: 50%;
- margin:0 0 14rpx 0;
- font-size: 32rpx;
- color: #5D3A11;
- line-height: 32rpx;
- text-align:center;
- margin:0 0 0 14rpx;
- }
- .jz-member-wrappe{
- max-width:210rpx;
- }
- .not-member{
- width: 210rpx;
- height: 42rpx;
- background: linear-gradient(78deg, #F1E3C8, #E6C162);
- border-radius: 22rpx 0 0 22rpx;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- font-size: 24rpx;
- color: #5D3A11;
- }
- .is-member{
- width: 200rpx;
- height: 48rpx;
- display: flex;
- align-items: center;
- font-size: 24rpx;
- color: #5D3A11;
- }
- .is-member .is-member-right{
- background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/member-star1.png') no-repeat center center;
- background-size: 100% 100%;
- height: 48rpx;
- display: flex;
- align-items: center;
- width: 200rpx;
- padding-left: 52rpx;
- }
- .is-member .is-member-right text{
- font-size: 24rpx;
- }
- .recommend-module{
- height: 750rpx;
- height: 148rpx;
- padding:0 28rpx;
- margin:-28rpx 0 0;
- background: #09afff;
- }
- .recommend-main{
- width:696rpx;
- height: 148rpx;
- padding:0 28rpx;
- background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/recommend-bg.png') no-repeat center top;
- background-size: 100% 100%;
- color:#fff;
- }
- .recommend-top{
- height: 84rpx;
- display: flex;
- font-size: 30rpx;
- font-weight: bold;
- align-items: center;
- justify-content: space-between;
- }
- .recommend-top image{
- width:42rpx;
- height: 42rpx;
- margin:0 30rpx 0 0;
- }
- .recommend-top>text{
- flex:1;
- }
- .recomend-center{
- width:168rpx;
- height: 44rpx;
- background: #EFD671;
- border-radius: 22rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 24rpx;
- color: #2A2A2A;
- }
- .adv-text{
- height: 64rpx;
- line-height: 64rpx;
- font-size:24rpx;
- }
|