@charset "UTF-8"; /* 颜色变量 */ /* 行为相关颜色 */ /* 基本颜色 */ .boxwarp.data-v-4c64392c { background: #fff; width: 100%; padding-bottom: 50rpx; } .apptitle.data-v-4c64392c { padding: 24rpx; font-size: 32rpx; color: #999; } .approbox.data-v-4c64392c { padding: 0 24rpx; } .approbox .appli.data-v-4c64392c { padding-left: 24rpx; position: relative; } .approbox .appli.data-v-4c64392c::after { content: ""; width: 14rpx; height: 14rpx; border-radius: 50%; background: #5cbdb2; position: absolute; left: 0; top: 10rpx; } .approbox .appli:last-child .xian.data-v-4c64392c { display: none; } .approbox .appli .xian.data-v-4c64392c { width: 2rpx; height: calc(100% - 8rpx); background: #5cbdb2; position: absolute; top: 20rpx; left: 5rpx; } .approbox .appli .title.data-v-4c64392c { font-size: 28rpx; color: #666; } .approbox .appli .stafflist.data-v-4c64392c { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 24rpx; } .approbox .appli .stafflist .staffli.data-v-4c64392c { display: flex; flex-direction: column; align-items: center; margin-right: 24rpx; margin-bottom: 24rpx; } .approbox .appli .stafflist .staffli .staffimg.data-v-4c64392c { width: 60rpx; height: 60rpx; border-radius: 50%; margin-bottom: 10rpx; } .approbox .appli .stafflist .staffli .staffname.data-v-4c64392c { font-size: 26rpx; color: #999; }