123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371 |
- /* pages/single_subject_detail/single_subject_detail.wxss */
- @import '../../templates/nodata/nodata.wxss';
- page{
- background: #fff;
- }
- .ol{
- padding: 0 24rpx;
- font-weight:600;
- }
- .li{
- background: #F1F3FA;
- border-radius: 16rpx;
- padding: 60rpx 40rpx;
- margin-top: 30rpx;
- }
- .li-title{
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- border-bottom: 2rpx #D0D5E6 solid;
- }
- .li-item{
- display: inline-block;
- align-items: center;
- }
- .li-item-text{
- font-size: 30rpx;
- color: #393939;
- margin-bottom: 18rpx;
- }
- .li-content{
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- }
- .li-content-item{
- display: inline-block;
- width: 100%;
- text-align: center;
- }
- .li-content-img{
- margin-top: 18rpx;
- width: 47rpx;
- height: 52rpx;
- }
- .li-content-times{
- color: #7C819D;
- font-size: 24rpx;
- margin: 14rpx 0;
- }
- .li-content-plan{
- font-size: 20rpx;
- text-align: center;
- position: relative;
- height:34rpx;
- width:152rpx;
- display: inline-block
- }
- .li-content-plan-img{
- height: 34rpx;
- width: 152rpx;
- /* position: absolute;
- top: 0; */
- }
- .li-content-plan-text{
- color: #FF6465;
- position: absolute;
- left: 0;
- top: 0;
- height:34rpx;
- width:152rpx;
- text-align: center;
- vertical-align: center;
- padding-top: 3rpx;
- }
- .li-gay{
- color: #7C819D;
- }
- .dl{
- background: #F1F3FA;
- border-radius: 16rpx;
- margin-top: 20rpx;
- position: relative;
- z-index: 1000;
- }
- .dl-head{
- border-bottom: 1rpx #D0D5E6 solid;
-
- }
- .dl-head-img{
- width: 37rpx;
- height: 37rpx;
- margin: 31rpx 14rpx 20rpx 24rpx;
- }
- .dl-head-title{
- display: inline-block;
- font-size: 30rpx;
- color: #7C819D;
- position: relative;
- bottom: 26rpx
- }
- .dl-comment{
- color: #393939;
- font-size: 30rpx;
- line-height: 50rpx;
- margin: 30rpx 24rpx;
- position: relative;
- z-index: 1000;
- }
- .dl-footer{
- text-align: right;
- margin: 30rpx 24rpx 30rpx 0;
- position: relative;
- /* bottom: 30rpx; */
- z-index: 1000;
- }
- .dl-footer-names{
- color: #7C819D;
- font-size: 24rpx;
- display: inline-block;
- position: relative;
- bottom: 20rpx;
- right: 11rpx;
- }
- .dl-footer-img{
- width:65rpx;
- height:65rpx;
- border-radius: 50%;
- }
- .dl-image{
- width: 78rpx;
- height: 124rpx;
- position: absolute;
- bottom: 0;
- left: 24rpx;
- z-index: 10;
- margin-bottom: 30rpx
- }
- .table{
- margin: 68rpx 0;
- padding: 0 50rpx;
- }
- .table-title{
- text-align: center;
- color: #393939;
- font-size: 34rpx;
- margin-bottom: 66rpx;
- }
- .table-list{
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- }
- .table-list-item{
- display: inline-block;
- text-align: center;
- }
- .table-list-item-plan{
- color: #7C819D;
- font-size: 24rpx;
- }
- .table-list-item-dendrogram{
- display: inline-block;
- width: 23rpx;
- height: 215rpx;
- background: #F1F3FA;
- margin: 15rpx 0 10rpx 0;
- transform:rotate(180deg);
- }
- .table-notGood{
- height: 33.3%;
- background: linear-gradient(to top,#FF6465,#EDEDF1);
- }
- .table-notBad{
- height: 66.7%;
- background: linear-gradient(to top,#7C819D,#EDEDF1);
- }
- .table-good{
- height: 100%;
- background: linear-gradient(to top,#46C390,#EDEDF1);
- }
- .tag{
- padding: 0;
- margin: 0;
- font-weight:600;
- }
- .tag-guide{
- background:#FFFFFF;
- border-radius:44rpx;
- box-shadow:6rpx 1rpx 30rpx rgba(81,108,227,0.15);
- line-height: 88rpx;
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- display: inline-block;
- }
- .tag-subject{
- text-align: center;
- padding: 0 24rpx;
- }
- .tag-btn{
- border-radius:44rpx;
- line-height: 76rpr;
- font-size: 30rpx;
- display: inline-block;
- color: #FF6465;
- padding: 0rpx 35rpx;
- margin: 6rpx;
- }
- .tag-btn-active{
- background:rgba(255,100,101,1);
- color: #fff;
- }
- .tag-img{
- margin-top: 40rpx
- }
- .tag-img-head{
- margin-bottom: 20rpx;
- }
- .tag-img-head-span{
- width:10rpx;
- height:31rpx;
- background:#FF6465;
- border-radius:4rpx;
- margin: 0 8rpx;
- display: inline-block;
- position: relative;
- top: 5rpx;
- }
- .tag-img-head-txt{
- font-size: 34rpx;
- color: #393939;
- display: inline-block;
- }
- .tag-img-list{
- width:220rpx;
- height:220rpx;
- border-radius: 20rpx;
- position: relative;
- }
- .scroll-view-mohu{
- width: 145rpx;
- height: 145rpx;
- position: absolute;
- top: -3rpx;
- right: -3rpx;
- }
- .tag-scroll-view{
- padding: 0 24rpx;
- }
- .mistake{
- margin: 30rpx 24rpx 0 24rpx;
- background:rgba(241,243,250,1);
- border-radius:16rpx;
- }
- .mistake-head{
- border-bottom: 1px #D0D5E6 solid;
- }
- .mistake-head-img{
- width: 28rpx;
- height: 37rpx;
- margin: 30rpx 18rpx 20rpx 24rpx;
- }
- .mistake-head-noImg{
- width: 35rpx;
- height: 32rpx;
- margin: 30rpx 18rpx 20rpx 24rpx;
- }
- .mistake-head-txt{
- color: #7C819D;
- font-size: 30rpx;
- display: inline-block;
- position: relative;
- top: 9rpx;
- }
- .mistake-content{
- margin: 30rpx 24rpx 0 24rpx;
- padding-bottom: 40rpx
- }
- .mistake-content-title{
- margin-top: 20rpx;
- }
- .mistake-content-title-head{
- color: #7C819D;
- font-size: 24rpx;
- display: inline-block;
- margin-right: 8rpx;
- }
- .mistake-content-title-tag{
- color: #FF6465;
- font-size: 20rpx;
- display: inline-block;
- background:rgba(255,100,101,0.2);
- /* opacity:0.2; */
- border-radius:10rpx;
- padding: 5rpx 10rpx;
- }
- .mistake-content-item{
- color: #393939;
- font-size: 30rpx;
- margin-top: 15rpx;
-
- }
- .scroll-view{
- display: flex;
- }
- .total{
- padding: 0 24rpx;
- margin-bottom: 30rpx;
- font-weight:600;
- }
- .li-two{
- margin-top: 60rpx;
- }
- .mistake-noData{
- text-align: center;
- color: #393939;
- font-size: 30rpx;
- /* padding: 150rpx 0;
- background: #F1F3FA; */
- border-radius:24rpx;
- margin: 50rpx 24rpx 0 24rpx;
- }
- .mistake-noData-img{
- width: 702rpx;
- height: 421rpx;
- }
- .mistake-content-title-head{
- color: #7C819D;
- font-size: 24rpx;
- display: inline-block;
- margin-right: 8rpx;
- }
- .add-points{
- position: relative;
- margin-left: 17rpx;
- }
- .add-points::after{
- content: "";
- width: 10rpx;
- height: 10rpx;
- border-radius: 50%;
- background: #7C819D;
- position: absolute;
- top: 19rpx;
- left: -13rpx;
- }
- .error-new{
- margin: 30rpx 24rpx 0 24rpx;
- background:rgba(241,243,250,1);
- border-radius:16rpx;
- }
- .tag-img-homeworkTime{
- color: #7C819D;
- font-size: 24rpx;
- margin-left: 17rpx;
- }
- .img-style{
- display: inline-block;
- width: 33%;
- padding: 0 12rpx;
- margin-bottom: 21rpx;
- }
- .img-style-list{
- width:220rpx;
- height:220rpx;
- margin:0 11rpx;
- border-radius:20rpx;
- position:relative;
- }
|