studyplus/pages/user/xinxi/xinxi.wxss
2018-10-03 13:05:05 +08:00

114 lines
1.8 KiB
Plaintext

/* pages/user/xinxi/xinxi.wxss */
/* pages/user/user.wxss */
.allPage {
display: flex;
flex-direction: column;
}
.PNQ {
display: flex;
flex-direction: row;
align-items: center;
background-color: #003b97;
}
.UP {
height: 150rpx;
width: 150rpx;
border-radius: 50%;
margin: 30rpx;
overflow: hidden;
}
.NQ {
display: flex;
flex-direction: column;
}
.UN {
color: #fff;
font-weight: bold;
font-size: 130%;
}
page {
background-color: #eee;
}
.category-item {
width: 100%;
margin: 20rpx 0;
border-top: 1rpx solid #d9d9d9;
border-bottom: 1rpx solid #d9d9d9;
background-color: #fff;
}
.detail-item {
display: flex;
margin-left: 30rpx;
border-bottom: 1px solid RGBA(217, 217, 217, 0.4);
height: 85rpx;
align-items: center;
}
.detail-item:last-child {
border-bottom: none;
}
.detail-item image {
height: 40rpx;
width: 40rpx;
}
.detail-item text {
color: #7f8389;
font-size: 24rpx;
flex: 1;
margin-left: 30rpx;
}
.detail-item .detail-item-btn {
width: 50rpx;
color: #d9d9d9;
height: 40rpx;
margin-right: 20rpx;
text-align: center;
}
.detail-item .detail-item-btn::after {
display: inline-block;
content: '';
width: 16rpx;
height: 16rpx;
color: #d9d9d9;
margin-top: 8rpx;
border: 3rpx #d9d9d9 solid;
border-top-color: transparent;
border-left-color: transparent;
transform: rotate(-45deg);
}
.btn-area {
margin-top: 60rpx;
box-sizing: border-box;
width: 100%;
padding: 0 30rpx;
}
.kongbai {
margin-bottom: 200rpx;
}
.foot {
font-size: 25rpx;
color: #003b97;
text-align: center;
height: 50rpx;
line-height: 50rpx;
position: fixed;
bottom: 15px;
width: 100%;
}