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

64 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-08-05 10:01:06 +08:00
@charset "UTF-8";
/* 主题色 */
.content.data-v-4ead8e86 {
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-08-05 10:01:06 +08:00
padding: 15px;
background-color: #F5F6FA;
min-height: calc(100vh - 30px);
}
.add.data-v-4ead8e86 {
width: 100%;
height: 35px;
line-height: 35px;
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-08-05 10:01:06 +08:00
margin-bottom: 15px;
color: #fff;
border-radius: 15px;
display: flex;
justify-content: center;
2024-10-04 13:36:52 +08:00
background: #fea606;
2024-08-05 10:01:06 +08:00
}
.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;
}