50 lines
909 B
SCSS
50 lines
909 B
SCSS
.my {
|
|
.myContent {
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
.myHeader {
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #f4ffb8;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.mylist {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.wechat {
|
|
padding-left: 35px;
|
|
padding-right: 35px;
|
|
// background-color: yellow;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
// justify-content: center;
|
|
.wecahtBtn {
|
|
width: 100%;
|
|
// background-color: aqua;
|
|
.van-button__text {
|
|
position: relative;
|
|
left: -245px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.tabbbarDiv {
|
|
width: 100%;
|
|
height: 140px;
|
|
// background-color: red;
|
|
}
|
|
|
|
.tabbbar {
|
|
position: fixed;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
}
|
|
}
|