123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362 |
- .container {
- padding: 0 0 200rpx 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;
- }
- .headName{
- background: #005033;
- color: #FFF;
- text-align: center;
- border-radius: 100%;
- height: 60rpx;
- width: 60rpx;
- line-height: 60rpx;
- font-size: 36rpx;
- }
- .section {
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- width: 350rpx;
- font-size: 28rpx;
- }
- .stuHead {
- opacity: 0.2;
- }
- .curStu {
- opacity: 1 !important;
- }
- .toDown{
- width: 32rpx;
- height: 32rpx;
- margin-left: 30rpx;
- position: absolute;
- right: 0;
- top: 8rpx;
- display: inline-block;
- }
- .toDown image{
- width: 100%;
- height: 100%;
- }
- .picker{
- position: relative;
- }
- /* 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: 32rpx;
- 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: 60rpx;
- width: 60rpx;
- margin: 0 auto;
- }
- .app-img image {
- width: 100%;
- height: 100%;
- }
- .app-title {
- font-size: 28rpx;
- height: 60rpx;
- line-height: 60rpx;
- }
- /* end */
- /* 学生秀.老师秀 */
- .show-view{
- width: 700rpx;
- margin: 40rpx 25rpx;
- }
- .title-view{
- display: flex;
- }
- .more{
- margin-left: auto;
- color: #999;
- font-size: 24rpx;
- }
- .reset-btn{
- width: 120rpx;
- padding: 10rpx;
- height: 40rpx;
- line-height: 40rpx;
- color: #999;
- text-align: center;
- margin: 20rpx auto;
- border: 1px solid #999;
- border-radius: 40rpx;
- }
- .none-more{
- text-align: center;
- color: #999;
- }
- .quan-bg {
- position: fixed;
- top: 0;
- width: 100%;
- height: 100%;
- background: #333;
- opacity: 0.3;
- z-index: 9999998;
- }
-
- .quan-tip {
- position: fixed;
- text-align: center;
- z-index: 9999999;
- width: 750rpx;
- height: 1050rpx;
- top: 50%;
- margin-top: -525rpx;
- }
-
- .quan-tip image {
- width: 750rpx;
- height: 808rpx;
- position: relative;
- z-index: 2;
- }
-
- .quan-tip-content {
- background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #EFCC61), color-stop(100%, #FFA423));
- width: 600rpx;
- height: 800rpx;
- position: absolute;
- left: 75rpx;
- color: #FFF;
- border-radius: 10rpx;
- top: 40rpx;
- }
-
- .quan-tip-list {
- position: relative;
- z-index: 3;
- height: 648rpx;
- overflow-y: auto;
- }
-
- .quan-tip-title {
- font-size: 56rpx;
- letter-spacing: 6rpx;
- height: 100rpx;
- line-height: 100rpx;
- }
-
- .quan-tip-list-box {
- background: #FFF;
- width: 450rpx;
- margin: 30rpx 75rpx;
- display: flex;
- flex-wrap: wrap;
- padding: 5rpx;
- position: relative;
- border-radius: 10rpx;
- }
-
- .quan-tip-list-title {
- color: red;
- font-size: 30rpx;
- line-height: 84rpx;
- min-width: 250rpx;
- text-align: left;
- }
-
- .quan-tip-list-price {
- color: red;
- margin-left: auto;
- font-size: 36rpx;
- height: 84rpx;
- line-height: 84rpx;
- }
-
- .quan-tip-list-price text {
- font-size: 28rpx;
- }
-
- .quan-tip-list-date {
- color: #333;
- font-size: 24rpx;
- line-height: 38rpx;
- width: 100%;
- text-align: left;
- }
-
- .quan-tip-list-code {
- color: #333;
- font-size: 24rpx;
- margin-left: auto;
- line-height: 38rpx;
- }
-
- .tip-font {
- color: #9B9B9B;
- position: relative;
- top: 20rpx;
- font-size: 24rpx;
- }
-
- .quan-tip-btn {
- color: red;
- background: linear-gradient(to bottom, #EFCC61 0%, #FFA423 100%);
- font-size: 42rpx;
- height: 100rpx;
- line-height: 100rpx;
- border-radius: 100rpx;
- width: 500rpx;
- margin: 50rpx 50rpx 0;
- }
-
- .close-tip {
- width: 50rpx;
- height: 50rpx;
- color: #FFF;
- border: 4rpx solid #FFF;
- border-radius: 50rpx;
- font-weight: 600;
- line-height: 50rpx;
- margin: 0 350rpx 0;
- position: absolute;
- bottom: -30px;
- }
-
- .quan-tip-bottom {
- width: 600rpx;
- background: #FFF;
- height: 232rpx;
- position: absolute;
- }
-
- /* #EFCC61 */
- /* #FFA423 */
- /* end */
|