no message
This commit is contained in:
153
unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss
vendored
Normal file
153
unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss
vendored
Normal file
@@ -0,0 +1,153 @@
|
||||
.mine_header.data-v-7c2ebfa5 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.mine_header_img.data-v-7c2ebfa5 {
|
||||
width: 150rpx;
|
||||
height: 150rpx;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
.mine_header_user.data-v-7c2ebfa5 {
|
||||
flex: 1;
|
||||
}
|
||||
.mine_header_user view.data-v-7c2ebfa5:nth-child(1) {
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
color: #232323;
|
||||
margin-bottom: 15rpx;
|
||||
}
|
||||
.mine_header_user view.data-v-7c2ebfa5:nth-child(2) {
|
||||
font-weight: bold;
|
||||
font-size: 44rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.mine_header_sett.data-v-7c2ebfa5 {
|
||||
width: 42rpx;
|
||||
height: 42rpx;
|
||||
}
|
||||
.mine_money.data-v-7c2ebfa5 {
|
||||
margin-top: 35rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: start;
|
||||
width: 100%;
|
||||
background: linear-gradient(178deg, #9ab6ff 0%, #4879e6 100%);
|
||||
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
||||
padding: 20rpx 0rpx 0;
|
||||
}
|
||||
.mine_money_top.data-v-7c2ebfa5 {
|
||||
padding: 0 150rpx;
|
||||
}
|
||||
.mine_money_bottom.data-v-7c2ebfa5 {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
border-top: 1rpx solid rgba(255, 255, 255, 0.3);
|
||||
margin-top: 20rpx;
|
||||
padding: 15rpx 0;
|
||||
}
|
||||
.mine_money_bottom view.data-v-7c2ebfa5 {
|
||||
width: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 30rpx;
|
||||
color: #fff;
|
||||
}
|
||||
.mine_money_left.data-v-7c2ebfa5 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.mine_money_left view.data-v-7c2ebfa5:nth-child(1) {
|
||||
font-weight: bold;
|
||||
font-size: 48rpx;
|
||||
color: #ffffff;
|
||||
margin-bottom: 5rpx;
|
||||
}
|
||||
.mine_money_left view.data-v-7c2ebfa5:nth-child(2) {
|
||||
font-weight: bold;
|
||||
font-size: 20rpx;
|
||||
color: #ffffff;
|
||||
}
|
||||
.mine_money_right.data-v-7c2ebfa5 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
width: 124rpx;
|
||||
height: 54rpx;
|
||||
background: rgba(255, 255, 255, 0.24);
|
||||
border-radius: 140rpx 140rpx 140rpx 140rpx;
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
color: #ffffff;
|
||||
}
|
||||
.mine_grid.data-v-7c2ebfa5 {
|
||||
width: 100%;
|
||||
padding: 20rpx 30rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 15rpx;
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.mine_grid_tit.data-v-7c2ebfa5 {
|
||||
font-size: 30rpx;
|
||||
color: #333;
|
||||
opacity: 0.8;
|
||||
}
|
||||
.mine_grid_views.data-v-7c2ebfa5 {
|
||||
margin-top: 20rpx;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
}
|
||||
.mine_grid_views_block.data-v-7c2ebfa5 {
|
||||
height: 95rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
font-size: 30rpx;
|
||||
color: #333;
|
||||
}
|
||||
.mine_grid_views_block image.data-v-7c2ebfa5 {
|
||||
width: 45rpx;
|
||||
height: 45rpx;
|
||||
}
|
||||
.mine_fun.data-v-7c2ebfa5 {
|
||||
margin-top: 35rpx;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
||||
padding: 35rpx;
|
||||
}
|
||||
.mine_fun_view.data-v-7c2ebfa5 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 35rpx;
|
||||
}
|
||||
.mine_fun_view_left.data-v-7c2ebfa5 {
|
||||
width: 58rpx;
|
||||
height: 58rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.mine_fun_view_name.data-v-7c2ebfa5 {
|
||||
flex: 1;
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.mine_fun_view_right.data-v-7c2ebfa5 {
|
||||
width: 24rpx;
|
||||
height: 24rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user