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.
30 lines
620 B
30 lines
620 B
/* pages/home/index.wxss */
|
|
|
|
.header-bg {
|
|
margin-top: 0px;
|
|
width: 100%;
|
|
height: 80px;
|
|
background:linear-gradient(314deg,rgba(50,107,250,1) 0%,rgba(0,138,255,1) 100%);
|
|
border-bottom-left-radius: 64rpx;
|
|
border-bottom-right-radius: 64rpx;
|
|
}
|
|
|
|
.content-box {
|
|
margin-top: -70px;
|
|
}
|
|
|
|
.header-box {
|
|
width: 100%;
|
|
background: rgba(255, 255, 255, 1);
|
|
box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.32);
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.userinfo-avatar {
|
|
overflow:hidden;
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 12rpx;
|
|
border: 2px solid #fff;
|
|
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
|
|
}
|