/* president/pages/part_call_in/part_call_in.wxss */ @import '../../../templates/loading/loading.wxss'; .theme{ margin: 20rpx; } .theme-hend{ margin: 40rpx 0 60rpx 0; font-size: 34rpx; color: #333; display: flex; justify-content: space-between; align-items: center } .li-right-title{ overflow: hidden; white-space: nowrap; width: 454rpx; } .theme-hend-select{ color: #666666; font-size: 30rpx; } .header { background: #FAFAFA; padding: 24rpx 30rpx; } .header-active { background: #fff; } .li{ display: flex; justify-content: space-between; margin-bottom: 50rpx; } .select { display: flex; justify-content: flex-start; /* align-items: flex-start; */ padding: 0 30rpx 0 30rpx; margin-bottom: 50rpx; background: #fff; border-radius: 18rpx; } .li-center-items{ display:inline-block; margin-left:30rpx; position: relative; top: 30rpx; } .li-col { flex: 1; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .li-title { font-size: 32rpx; color: #333; } .li-row { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 30rpx; } .li-text-blue { color: #00B7FF; font-size: 32rpx; margin-right: 10rpx; } .li-text-yellow { color: #FF6464; font-size: 32rpx; margin-right: 10rpx; } .li-text-red { color: #FF80A8; font-size: 32rpx; } .li-text-gray { font-size: 30rpx; color: #666; } .li-text-black { font-size: 34rpx; color: #333; flex: 1; } .li-icon { width: 30rpx; height: 26rpx; margin-right: 14rpx; } .li-icon-two { width: 26rpx; height: 26rpx; margin-right: 14rpx; } .li-circle { width: 40rpx; height: 40rpx; margin-right: 30rpx; } .li-circle-label { font-size: 30rpx; color: #ccc; margin-right: 30rpx; } .li-center { align-items: center; } .li-items-all{ display: flex; justify-content: flex-start; } .li-img-all{ display: inline-block; width: 178rpx; height: 210rpx; }