uniapp-ZHSQ/pages/user/index.css

150 lines
2.3 KiB
CSS

.conatiner {
height: 100%;
background: linear-gradient(to bottom, #FFE7E1, #FFFFFF);
background-attachment: fixed;
background-size: cover;
padding-top: 20rpx;
padding-bottom: 20%;
}
/* 头部 */
.header {
display: flex;
align-items: center;
margin-left: 25rpx;
/* margin-top: 83rpx; */
margin-bottom: 30rpx;
pointer-events: none;
}
/* 头像 */
.avatar-container {
display: flex;
width: 120rpx;
height: 120rpx;
border-radius: 50%;
overflow: hidden;
background-color: #FF7354;
margin-right: 30rpx;
justify-content: center;
align-items: center;
pointer-events: auto;
}
/* 头像图片 */
.avatar {
/* width: 100%;
height: 100%; */
width: 73rpx;
height: 69rpx;
/* margin-bottom: 20rpx; */
pointer-events: auto;
border-radius: 50%;
overflow: hidden;
}
/* 登录/注册 */
.login-btn {
font-size: 36rpx;
pointer-events: auto;
}
.section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-left: 20rpx;
margin-right: 20rpx;
margin-bottom: 21rpx;
}
.order {
margin-top: 24rpx;
}
.nav_icon {
width: 50rpx;
height: 50rpx;
margin-bottom: 20rpx;
}
.grid-text {
font-size: 24rpx;
}
.item {
display: flex;
width: 48%;
height: 150rpx;
background-color: #FFFFFF;
border-radius: 30rpx;
justify-content: left;
align-items: center;
/* padding-left: 28rpx; */
}
.item1 {
display: flex;
justify-content: space-around;
width: 100%;
height: 220rpx;
background-color: #FFFFFF;
align-items: center;
border-radius: 30rpx;
}
.item-owner {
margin:0 116rpx 0 116rpx;
}
.item-icon {
width: 150rpx;
height: 98rpx;
margin-left: 30rpx;
}
.item-icon1 {
width: 150rpx;
height: 120rpx;
margin-left: 30rpx;
}
.icon-img {
display: flex;
width: 72rpx;
height: 72rpx;
flex-direction: column;
margin-bottom: 28rpx;
margin-left: 17%;
}
.item-content {
display: flex;
flex-direction: column;
padding-left: 28rpx;
}
.title-item {
font-size: 26rpx;
}
.item-title {
font-size: 28rpx;
color: #333;
font-weight: bold;
margin-bottom: 5rpx;
}
.item-subtitle {
font-size: 20rpx;
color: #666;
}
.navigation {
margin-top: 29rpx;
margin-left: 22rpx;
font-size: 32rpx;
font-weight: bold;
}
.uicon-volume {
font-size: 28rpx !important;
}
.u-grid-item {
margin-bottom: 43rpx;
}