/* packageCourse/pages/course/index.wxss */
|
.custom-css {
|
--td-button-default-disabled-bg: #ccc;
|
--td-button-default-bg-color: #67c23a;
|
--td-button-default-border-color: #67c23a;
|
}
|
|
.custom-tabs {
|
--td-tab-item-active-color: #ff6d00;
|
--td-tab-track-color: #ff6d00;
|
}
|
|
.demo-section__content {
|
margin-top: 32rpx;
|
margin-bottom: 48rpx;
|
}
|
|
.contentBox {
|
width: 100%;
|
height: 100%;
|
background-color: #fff;
|
font-size: 28rpx;
|
}
|
|
.refresh-container {
|
display: block;
|
width: 100vw;
|
}
|
|
.loading {
|
display: block;
|
width: 100%;
|
height: 180rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.bottom-loading {
|
width: 100vw;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
height: 100rpx;
|
padding-bottom: env(safe-area-inset-bottom);
|
}
|
|
.header {
|
width: 100%;
|
height: 55px;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
padding: 20rpx;
|
box-sizing: border-box;
|
border-top: 1rpx solid #eee;
|
border-bottom: 1rpx solid #eee;
|
background-color: #fff;
|
}
|
|
.tabComtyent {
|
width: 100%;
|
}
|
|
.tabComtyent .t-tabs__item--active {
|
color: #ff6d00 !important;
|
}
|
|
.header .t-search__input-box {
|
height: 70rpx !important;
|
font-size: 28rpx;
|
}
|
|
.contentList {
|
width: 100%;
|
height: calc(100% - 55px - 48px - 48px);
|
background-color: #fff;
|
}
|
|
.content {
|
height: 100%;
|
}
|
|
.userList {
|
padding: 20rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
box-sizing: border-box;
|
border-bottom: 1rpx solid #eee;
|
}
|
|
.userInfo {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.user {
|
margin-left: 20rpx;
|
}
|
|
.block--select {
|
width: 85vw;
|
height: 180px;
|
border-radius: 10rpx;
|
position: relative;
|
}
|
|
.block-select-title {
|
font-size: 30rpx;
|
padding: 20rpx;
|
box-sizing: border-box;
|
border-bottom: 1px solid #eee;
|
}
|
|
.block-select-radio .groupRadio {
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
padding: 50rpx 20rpx;
|
box-sizing: border-box;
|
}
|
|
.block-select-radio .radioItem {
|
margin: 0 20rpx;
|
}
|
|
.block-select-confirm {
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
min-height: 120rpx;
|
padding: 0rpx 20rpx;
|
box-sizing: border-box;
|
position: absolute;
|
bottom: 0;
|
right: 0;
|
}
|
|
.navBottom {
|
width: 100%;
|
height: 46px;
|
background-color: #fff;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
border-top: 1rpx solid #eee;
|
padding: 0 10px;
|
box-sizing: border-box;
|
}
|
|
|
/* gujia */
|
.group {
|
display: flex;
|
align-items: center;
|
margin-top: 32rpx;
|
margin-bottom: 30rpx;
|
}
|
|
.group-avatar {
|
margin-right: 24rpx;
|
}
|
|
.group-content {
|
width: 566rpx;
|
}
|