123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- // 自定义指示器样式
- ::v-deep .u-swiper{
- border-radius: 0!important;
- }
- ::v-deep .u-line{
- width: 56rpx!important;
- }
-
- ::v-deep .u-loading-page{
- position: relative!important;
- z-index: 99999999999999999999999!important;
- // background: red;
- }
- ::v-deep .u-loading-page__warpper__loading-icon__img{
- width: 150rpx!important;
- height: 150rpx!important;
- }
-
- .container{
- padding-bottom: 62rpx;
-
- overflow-x: hidden;
-
- // background: red;
- }
- .swiperAndBook{
- position: relative;
- .tab{
- position: absolute;
- z-index: 9;
- height: 92rpx;
- display: flex;
- align-items: center;
- color: #D8D6D4;
- padding-left: 40rpx;
- background: rgba(0, 0, 0,.19);
- width: 100%;
- .item{
- margin-right: 52rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- }
- .itemA{
- font-size: 36rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- }
-
- .bottomBtn{
- .bookingAndIndicator{
- background: black;
- height: 228rpx;
- display: flex;
- justify-content: center;
- flex-direction: column;
- align-items: center;
- padding-top: 92rpx;
- box-sizing: border-box;
- .btn{
- width: 362rpx;
- height: 76rpx;
- border-radius: 38rpx;
- border: 2rpx solid #FFFFFF;
-
- display: flex;
- align-items: center;
- justify-content: center;
-
- .btnTxt{
- width: 112rpx;
- height: 28rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 28rpx;
- margin-right: 12rpx;
- }
- }
-
- .indicatorBox{
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 32rpx;
- margin-bottom: 34rpx;
- .indicator {
- @include flex(row);
- justify-content: center;
- position: absolute;
- top: 10rpx;
- &__dot {
- width: 81rpx;
- height: 2rpx;
- margin: 0 8rpx;
- transition: background-color 0.3s;
- width: 24rpx;
- height: 4rpx;
- background: #6A6A6A;
- border-radius: 10rpx;
- &--active {
- background-color:#ECECEC;
- width: 60rpx;
- }
- }
- }
- .indicator-num {
- padding: 2px 0;
- background-color: rgba(0, 0, 0, 0.35);
- border-radius: 100px;
- width: 35px;
- @include flex;
- justify-content: center;
-
- &__text {
- color: #FFFFFF;
- font-size: 12px;
- }
- }
- }
- }
- }
- }
- .bg{
- background-size: 100% 100%;
- .controlPart{
- padding: 0 32rpx;
- .top{
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 112rpx;
- .left{
- display: flex;
- justify-content: flex-start;
- align-items: flex-start;
- flex-direction: column;
- image{
- margin-bottom: -10rpx;
- margin-left: -20rpx;
- }
- .title{
- font-size: 36rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #333333;
- }
- }
- image{
-
- }
- }
- .con{
- width: 100%;
- image{
- width: 100%;
- height: 452rpx;
- border-radius: 0 25rpx 0 25rpx;
- }
- }
- }
-
- .productLead{
- padding-left: 30rpx;
- .top{
- display: flex;
- align-items: flex-end;
- justify-content: space-between;
- height: 184rpx;
- padding-right: 32rpx;
- padding-bottom: 42rpx;
- box-sizing: border-box;
- .left{
- position: relative;
- .bottomEng{
- font-size: 44rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color:#E4E0DE;
- position: absolute;
- z-index: 1;
- min-width: 568rpx;
- top:-30rpx;
- }
- .bt{
- display: flex;
- align-items: center;
- position: relative;
- z-index: 2;
- .title{
- font-size: 32rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #333333;
- margin-right: 6rpx;
- }
- }
-
- }
- }
- .con{
- // width: calc(100% - 30rpx);
- width:100%;
- display: flex;
- overflow-x: scroll;
- .item{
- width: 336rpx;
- // height: 368rpx;
- // background: #FFFFFF;
- border-radius: 24rpx;
- border: 2rpx solid #F1F1F1;
- margin-right: 16rpx;
- // box-sizing: content-box;
- display: flex;
- flex-direction: column;
- // background: red;
- image{
- width: 336rpx;
- height: 292rpx;
- // border-radius: 30rpx 30rpx 0 0;
- border-radius: 24rpx 24rpx 0 0;
- }
- .bottom{
- display: flex;
- justify-content: center;
- align-items: center;
- height: 76rpx;
- background: #FFFFFF;
- border-radius: 0 0 24rpx 24rpx;
- }
- }
- }
-
- .conLast{
- margin-bottom: 90rpx;
-
- .indicatorBox1{
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 32rpx;
- margin-bottom: 34rpx;
- .indicator1 {
- @include flex(row);
- justify-content: center;
- position: absolute;
- top: 10rpx;
- &__dot1 {
- width: 24rpx;
- height: 8rpx;
- border-radius: 4rpx;
- margin: 0 8rpx;
- transition: background-color 0.3s;
- background: #D4D4D4;
- // border-radius: 10rpx;
- &--active1 {
- background-color:#E77817;
- width: 60rpx;
- }
- }
- }
- .indicator-num1 {
- padding: 2px 0;
- background-color: blue;
- border-radius: 100px;
- width: 35px;
- @include flex;
- justify-content: center;
-
- &__text1 {
- color: red;
- font-size: 12px;
- }
- }
- }
- }
- }
- }
- .swiperImg{
- width: 100%;
- height: 996rpx;
- }
|