68 lines
1.6 KiB
Plaintext
68 lines
1.6 KiB
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|||
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|||
|
*/
|
|||
|
.my.data-v-0be17cc6 {
|
|||
|
background-color: #f9f9f9;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
flex-direction: column;
|
|||
|
height: calc(100vh - 50px);
|
|||
|
}
|
|||
|
.my .head-Bg.data-v-0be17cc6 {
|
|||
|
height: 500rpx;
|
|||
|
top: 0rpx;
|
|||
|
left: 0rpx;
|
|||
|
z-index: 1;
|
|||
|
width: 100%;
|
|||
|
background-color: #FFFFFF;
|
|||
|
overflow: hidden;
|
|||
|
background: linear-gradient(190deg, #4BACFF 0%, rgba(255, 255, 255, 0.77) 100%);
|
|||
|
border-radius: 0% 0% 50% 50% / 0% 0% 20% 20%;
|
|||
|
}
|
|||
|
.my .my-avatar.data-v-0be17cc6 {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
flex-direction: column;
|
|||
|
margin-top: 30rpx;
|
|||
|
}
|
|||
|
.my .my-avatar text.data-v-0be17cc6 {
|
|||
|
font-size: 28rpx;
|
|||
|
color: #FFFFFF;
|
|||
|
font-weight: 600;
|
|||
|
margin-top: 20rpx;
|
|||
|
}
|
|||
|
.my .my-detail.data-v-0be17cc6 {
|
|||
|
margin-top: -70rpx;
|
|||
|
border-radius: 12rpx;
|
|||
|
z-index: 2;
|
|||
|
width: 85%;
|
|||
|
height: 130rpx;
|
|||
|
color: #000;
|
|||
|
background-color: #fff;
|
|||
|
font-size: 30rpx;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
align-items: center;
|
|||
|
padding: 20rpx;
|
|||
|
box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
|
|||
|
}
|
|||
|
.my .login-out.data-v-0be17cc6 {
|
|||
|
position: absolute;
|
|||
|
box-shadow: 0px 5px 9px 0px rgba(100, 100, 111, 0.2);
|
|||
|
bottom: 60px;
|
|||
|
width: 85%;
|
|||
|
border-radius: 80rpx;
|
|||
|
border: 2rpx solid #ff2e0a;
|
|||
|
height: 90rpx;
|
|||
|
color: #ff2e0a;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
background-color: #fff;
|
|||
|
font-size: 34rpx;
|
|||
|
}
|
|||
|
|