examTeamApp/unpackage/dist/dev/mp-weixin/pages/my/about.wxss

64 lines
1.2 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.content.data-v-8d3ca43a {
min-height: calc(100vh - 30px);
padding: 15px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-between;
background-color: #f7f7f7;
}
.info.data-v-8d3ca43a {
width: 100%;
}
.logo.data-v-8d3ca43a {
width: 100%;
text-align: center;
font-size: 40rpx;
line-height: 30px;
}
.logo image.data-v-8d3ca43a {
width: 60px;
height: 60px;
border-radius: 5px;
}
.logo text.data-v-8d3ca43a {
display: block;
font-size: 32rpx;
color: #999;
}
.list.data-v-8d3ca43a {
width: calc(100% - 20px);
margin: 50px 0;
}
.list .item.data-v-8d3ca43a {
width: 100%;
height: 50px;
line-height: 50px;
margin-bottom: 15px;
display: flex;
background-color: #fff;
border-radius: 10px;
padding: 0 10px;
justify-content: space-between;
}
.list .item .new.data-v-8d3ca43a {
color: #fff;
background-color: red;
font-size: 32rpx;
border-radius: 10px;
padding: 3px 5px;
}
.list .item .href.data-v-8d3ca43a {
display: flex;
width: 100%;
color: #000;
text-decoration: none;
justify-content: space-between;
}
.xieyi.data-v-8d3ca43a {
color: #477EFF;
}