/* components/regularCourse/regularCourse.wxss */ @import "../../app.wxss"; .color96 { color: #969696; } .flex_between { display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; } .experienceClass { font-size: 22rpx; line-height: 28rpx; padding: 30rpx 0; background-color: #fff; border-radius: 20rpx; } .imglistright { width: 118rpx; height: 28rpx; display: flex; } .imglistright image { width: 28rpx; height: 28rpx; } /* 头部 */ .titleView, .desc { padding-left: 20rpx; padding-right: 20rpx; } .head { margin: 0 20rpx 0; padding-bottom: 20rpx; border-bottom: 1px solid #e5e5e5; } .tag { margin-left: 24rpx; margin-right: 14rpx; border: 1px solid #969696; border-radius: 6rpx; display: inline-block; padding: 1px 2px; } .type { float: right; color: #fd0201; padding: 6rpx; } .type_end { color: #969696; } .willstart{ color: #53C7B6; border: 0 none; float: right; padding: 6rpx; } .willstart image{ width: 20rpx; height: 20rpx; margin-left: 6rpx; } /* 中部 */ .content { margin: 30rpx 20rpx 30rpx; } .leftImg { flex: 0 0 auto; width: 180rpx; height: 180rpx; } .right { flex: 1; position: relative; min-height: 180rpx; padding-left: 30rpx; } .two { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; margin-top: 10rpx; } .three { position: absolute; z-index: 2; left: 30rpx; right: 0; bottom: 0; } .signUp { width: 176rpx; height: 50rpx; line-height: 50rpx; border-radius: 25rpx; text-align: center; background-image: linear-gradient(to right, #7bf8f0, #00c8c6); color: #fff; } .signUp_dis { background-image: none; background-color: #969696; } /* 底部 */ .bot { border-top: 1px solid #e5e5e5; margin: 0 20rpx 0; padding-top: 20rpx; } /* 组件不用来源对应的样式修改 */ .is_list .name { font-size: 32rpx; line-height: 32rpx; } .jb-icon { width: 25rpx; height: 25rpx; display: inline-block; margin-left: 10rpx; margin-bottom: 5rpx; vertical-align: bottom; }