You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
1.8 KiB
105 lines
1.8 KiB
/* pages/old/index.wxss */
|
|
.bottom {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
height: 175rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: -1px 1px 16rpx 0px rgba(6, 0, 1, 0.1);
|
|
color: #999;
|
|
bottom: 0;
|
|
}
|
|
.bottom-item {
|
|
width: 50%;
|
|
text-align: center;
|
|
}
|
|
.bottom image {
|
|
width: 80rpx;
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.bottom-item.active {
|
|
color: #0B898E;
|
|
}
|
|
.title-header .icon-fanhui1 {
|
|
display: none;
|
|
}
|
|
.topbg {
|
|
height: 340rpx;
|
|
background: url(https://static.ticket.sz-trip.com/xcxImages/user/topbg.png);
|
|
background-size: 100% 100%;
|
|
color: #FFFFFF;
|
|
font-size: 40rpx;
|
|
align-items: flex-start;
|
|
padding-top: 50rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.topbg .avatar {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
margin: 0 30rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.userinfo image {
|
|
width: 53rpx;
|
|
margin-left: 40rpx;
|
|
}
|
|
.topbg .userinfo {
|
|
flex: 1;
|
|
}
|
|
.topbg .userinfo .com-flex {
|
|
font-size: 56rpx;
|
|
line-height: 100rpx;
|
|
font-weight: 500;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.topbg .userinfo .changebox.com-flex {
|
|
line-height: 53rpx;
|
|
background: #C9E5E6;
|
|
border-radius: 27rpx 0 0 27rpx;
|
|
justify-content: center;
|
|
font-size: 27rpx;
|
|
color: #0B898E;
|
|
font-weight: 500;
|
|
width: 232rpx;
|
|
margin-bottom: 0;
|
|
}
|
|
.topbg .userinfo .changebox.com-flex image {
|
|
width: 33rpx;
|
|
margin-left: 0;
|
|
margin-right: 11rpx;
|
|
}
|
|
.list {
|
|
margin: 0 30rpx;
|
|
margin-top: -70rpx;
|
|
color: #333333;
|
|
font-size: 49rpx;
|
|
font-weight: bold;
|
|
position: relative;
|
|
}
|
|
.item {
|
|
padding-left: 100rpx;
|
|
position: relative;
|
|
padding-right: 30rpx;
|
|
border-radius: 20rpx;
|
|
background: white;
|
|
margin-bottom: 30rpx;
|
|
line-height: 240rpx;
|
|
align-items: flex-end;
|
|
justify-content: space-between;
|
|
}
|
|
.item .circle {
|
|
position: absolute;
|
|
left: 83rpx;
|
|
bottom: 70rpx;
|
|
width: 43rpx;
|
|
display: block;
|
|
}
|
|
.item .bgimg {
|
|
width: 231rpx;
|
|
}
|
|
page {
|
|
background: #EDEDED;
|
|
}
|