@charset "UTF-8"; /* 主题色 */ .content.data-v-24df8cbf { font-size: 32rpx; padding: 15px; background-color: #F5F6FA; min-height: calc(100vh - 30px); } .add.data-v-24df8cbf { 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-24df8cbf { width: 100%; } .list .item.data-v-24df8cbf { 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-24df8cbf { width: 80%; display: flex; align-items: center; } .list .item .left image.data-v-24df8cbf { width: 50px; height: 50px; margin-right: 10px; } .list .item .left .name.data-v-24df8cbf { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; } .list .item .left .name text.data-v-24df8cbf { width: 100%; display: block; text-align: left; margin-top: 10px; } .list .item .bing.data-v-24df8cbf { width: auto; float: right; background-color: #dfdfdf; border-radius: 10px; padding: 5px 10px; }