123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- .container{
- padding: 0;
- margin: 0;
- color: #333;
- }
- /* 顶部学生信息 */
- .head-view{
- display: flex;
- width: 700rpx;
- margin: 25rpx;
- }
- .head-left{
- display: flex;
- width: 350rpx;
- }
- .head-img-view{
- width: 60rpx;
- margin-right: 10rpx;
- }
- .head-img-view image{
- height: 60rpx;
- width: 60rpx;
- border-radius: 60rpx;
- }
- .section{
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- width: 350rpx;
- }
- .stuHead{
- opacity: 0.2;
- }
- .curStu{
- opacity: 1 !important;
- }
- /* end */
- /* 轮播图 */
- .banner {
- height: 600rpx;
- }
- .banner-box {
- width: 100%;
- }
- .bb-image {
- width: 750rpx;
- height: 563rpx;
- }
- .swiper {
- position: relative;
- }
- /* end */
- /* 课程数据 */
- .class-view{
- width: 700rpx;
- margin: 40rpx 25rpx;
- }
- .class-list{
- display: flex;
- }
- .class-box{
- width: 220rpx;
- height: 110rpx;
- display: flex;
- box-shadow: 0 20rpx 20rpx #ddd;
- margin: 20rpx auto;
- }
- .class-img{
- width: 60rpx;
- height: 60rpx;
- margin-top: 20rpx;
- margin-left: 10rpx;
- }
- .class-img image{
- height: 100%;
- width: 100%;
- }
- .class-detail{
- text-align: center;
- width: 160rpx;
- margin-left: auto;
- }
-
- .class-title{
- color: #999;
- font-size: 24rpx;
- height: 40rpx;
- line-height: 40rpx;
- }
- .class-num{
- color: #cc6031;
- height: 60rpx;
- line-height: 60rpx;
- }
- /* end */
- /* 标题 */
- .title{
- font-size: 36rpx;
- font-weight: 600;
- }
- /* end */
- /* 我的应用 */
- .app-view{
- width: 700rpx;
- margin: 40rpx 25rpx;
- }
- .app-list{
- display: flex;
- flex-wrap: wrap;
- }
- .app-box{
- flex: 0 0 25%;
- width: 150rpx;
- text-align: center;
- margin: 20rpx 0;
- }
- .app-img{
- height: 80rpx;
- width: 80rpx;
- margin: 0 auto;
- }
- .app-img image{
- width: 100%;
- height: 100%;
- }
- .app-title{
- font-size: 28rpx;
- height: 60rpx;
- line-height: 60rpx;
- }
- /* end */
|