examTeamApp/unpackage/dist/dev/mp-weixin/pages/business/business.wxss

64 lines
1.2 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.content.data-v-4ead8e86 {
font-size: 32rpx;
padding: 15px;
background-color: #F5F6FA;
min-height: calc(100vh - 30px);
}
.add.data-v-4ead8e86 {
width: 100%;
height: 35px;
line-height: 35px;
font-size: 32rpx;
margin-bottom: 15px;
color: #fff;
border-radius: 15px;
display: flex;
justify-content: center;
background: #fea606;
}
.list.data-v-4ead8e86 {
width: 100%;
}
.list .item.data-v-4ead8e86 {
width: calc(100% - 20px);
padding: 5px 10px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 10px;
background-color: #fff;
margin-bottom: 10px;
}
.list .item .left.data-v-4ead8e86 {
width: 80%;
display: flex;
align-items: center;
}
.list .item .left image.data-v-4ead8e86 {
width: 50px;
height: 50px;
margin-right: 10px;
}
.list .item .left .name.data-v-4ead8e86 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
}
.list .item .left .name text.data-v-4ead8e86 {
width: 100%;
display: block;
text-align: left;
margin-top: 10px;
}
.list .item .bing.data-v-4ead8e86 {
width: auto;
float: right;
background-color: #dfdfdf;
border-radius: 10px;
padding: 5px 10px;
}