| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- ::v-deep .u-swiper__wrapper__item__wrapper__image{
- border-radius: 0!important;
- }
- ::v-deep .u-swiper__wrapper__item{
- z-index: 0!important;
- }
-
- ::v-deep .u-swiper__wrapper__item__wrapper{
- z-index: 0!important;
- }
- .container::-webkit-scrollbar {
- display: none!important;
- }
- .swiperBox{
- position: relative;
- z-index: 0;
-
- }
- .mainContent{
- padding-top: 32rpx;
- padding-right: 32rpx;
- padding-left: 20rpx;
-
- margin-top:-38rpx;
- position: relative;
- z-index: 9;
- background:#CCDBE9;
- min-height:calc(100vh - 450rpx);
- border-radius: 0rpx 56rpx 0rpx 0rpx;
-
- border: 4rpx solid #FFFFFF;
-
- padding-bottom: 180rpx;
- .topBox{
- height: 220rpx;
- background: white;
- border-radius: 32rpx;
- display: flex;
- border: 4rpx solid #FFFFFF;
- .left{
- width: 60%;
- height: 100%;
- display: flex;
- align-items: center;
- flex-wrap: nowrap;
- overflow-x: scroll;
- .item{
- width: 164rpx;
- height: 164rpx;
- border-radius: 32rpx;
- margin-right: 20rpx;
- flex-shrink:0
- }
- .item:last-child{
- margin-right: 32rpx;
- }
- }
-
- .right{
- height: 220rpx;
- width: 42%;
- background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
- border-radius: 0rpx 32rpx 32rpx 0rpx;
-
- padding-left: 32rpx;
- padding-top: 50rpx;
- box-sizing: border-box;
- .t1{
- font-size: 20rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: 500;
- color: #FFFFFF;
- }
- .t2{
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: 800;
- color: #FFFFFF;
- // margin-top: 6rpx;
- }
- .btnBox{
- width: 198rpx;
- height: 54rpx;
- background: linear-gradient(180deg, #90E5FF 0%, #4EDCFF 100%);
- border-radius: 8rpx;
- display: flex;
- align-items: center;
- justify-content: center;
-
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: 500;
- color: #FFFFFF;
- margin-top: 24rpx;
-
- // .txt{
- // width: 100%;
- // }
- .arrIcon{
- width: 28rpx;
- height: 28rpx;
- background: #FFFFFF;
- opacity: 0.19;
- margin-left: 8rpx;
- }
- }
- }
- }
- .botBox{
- .title{
- font-size: 36rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: 800;
- color: #333333;
- .bookIcon{
- width: 35rpx;
- height: 35rpx;
- }
- }
- .list{
- display: flex;
- flex-wrap: wrap;
- justify-content:space-between;
-
- .item{
- width: 48%;
- // height: 408rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,14,83,0.02);
- border-radius: 16rpx;
- margin-bottom: 18rpx;
- .pic{
- width: 100%;
- min-height: 336rpx;
- border-radius: 20rpx;
-
- }
- .des{
- font-size: 24rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- color: #333333;
- height: 72rpx;
- display: flex;
- align-items: center;
- padding-left: 20rpx;
- }
- }
- }
- }
- }
|