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.
|
|
|
/* package/basic/basic.wxss */
|
|
|
|
|
|
|
|
page {
|
|
|
|
background-color: #F7F7FA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
padding: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-item-container {
|
|
|
|
width: 100%;
|
|
|
|
height: 180rpx;
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
border-radius: 10rpx;
|
|
|
|
flex-direction: row;
|
|
|
|
display: flex;
|
|
|
|
justify-content: start;
|
|
|
|
align-items: center;
|
|
|
|
box-shadow: 0rpx 0rpx 16rpx #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 120rpx;
|
|
|
|
height: 120rpx;
|
|
|
|
padding: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userName {
|
|
|
|
font-size: 36rpx;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list {
|
|
|
|
color: #6C6C6C;
|
|
|
|
background: #fff;
|
|
|
|
padding: 40rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
margin: 40rpx auto;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
box-shadow: 0rpx 0rpx 16rpx #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 20rpx auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.value {
|
|
|
|
float: left;
|
|
|
|
margin-left: 80rpx;
|
|
|
|
width: 400rpx;
|
|
|
|
word-break: break-word;
|
|
|
|
}
|