123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- ::v-deep button::after{
- border: none!important;
- }
- .page{
- padding-bottom: 208rpx;
-
- }
- .topImg{
- width: 100%;
- height: 850rpx;
- border-radius: 0 0rpx 0 40rpx;
- margin-bottom: 56rpx;
- position: relative;
- .indicatorBox1{
- position: absolute;
- z-index: 3;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 32rpx;
- margin-bottom: 34rpx;
- left: 50%;
- bottom: 20rpx;
- .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;
- }
- }
- }
- }
- .cen{
- position: relative;
- padding-left: 40rpx;
- font-size: 36rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #333333;
- padding-right: 34rpx;
-
- padding-bottom: 48rpx;
-
- .love{
- width: 128rpx;
- height: 128rpx;
- position: absolute;
- right:48rpx;
- top: -115rpx;
- }
- .water{
- width: 714rpx;
- height: 50rpx;
- position: absolute;
- top: -24rpx;
- left: 0;
- }
- .halfC{
- width: 52rpx;
- height: 56rpx;
- position: absolute;
- top: -18rpx;
- left:16rpx;
- }
- .txtBox{
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: flex-end;
- .left{
-
- }
- .right{
- font-size: 24rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #666666;
- padding-right: 30rpx;
- }
- }
- }
- .parmasBox{
- border-top: 2rpx solid #EAEAEA;
- // border-bottom: 2rpx solid #EAEAEA;
- // margin-top: 48rpx;
- width: 100%;
- padding: 64rpx 0;
- .con{
- padding: 0 32rpx;
- background: #FFFFFF;
- // margin-top: 48rpx;
- // padding-bottom: 48rpx;
-
- .title{
- font-size: 32rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #333333;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .title1{
- font-size: 32rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #333333;
- display: flex;
- // justify-content: space-between;
- align-items: center;
- .txt{
- width: 90%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .add{
- width: 22rpx;
- }
-
- }
- .des{
- margin-top: 64rpx;
- .title3{
-
- font-size: 30rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #333333;
- // margin-bottom: 24rpx;
-
- }
- .img{
- margin-top: 24rpx;
- width: 100%;
- height: 800rpx;
- }
- }
- .list{
- display: flex;
- flex-wrap: wrap;
- margin-top: 44rpx;
- .item{
- width: 32%;
- height: 64rpx;
- border-radius: 4rpx;
- font-size: 30rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #333333;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-right: 10rpx;
- // margin-bottom: 20rpx;
- }
- .act{
- color: #FFFEFE;
- background: #333333;
- }
- .item:nth-of-type(3n){
- margin-right: 0;
- }
- }
-
- }
- }
- .bot{
- height: 160rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.16);
- position: fixed;
- width: 100%;
- bottom: 0;
-
- display: flex;
- justify-content: space-between;
- align-items: center;
-
- padding: 0 40rpx;
- .left{
- display: flex;
- align-items: center;
- .price{
- font-size: 42rpx;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #333333;
- }
- image{
- width: 23rpx;
- height: 12rpx;
- margin-left: 16rpx;
- }
- }
- .right{
- width: 282rpx;
- height: 96rpx;
- background: #333333;
- border-radius: 4rpx;
- border: 2rpx solid #333333;
- display: flex;
- justify-content: center;
- align-items: center;
-
- font-size: 32rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #FFFFFF;
- margin-right: 96rpx;
- }
-
- }
- .box{
- padding-left: 32rpx;
- padding-right: 66rpx;
- margin-top: 24rpx;
- box-sizing: border-box;
- .cutDowncard{
- height: 162rpx;
- background: #F6F6F6;
- border-radius: 8rpx;
- padding: 32rpx 24rpx;
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #666666;
- box-sizing: border-box;
- .top{
- display: flex;
- justify-content: space-between;
- box-sizing: border-box;
- .left{
- box-sizing: border-box;
- }
- .right{
- color: #333333;
- box-sizing: border-box;
- }
- }
- .boto{
- display: flex;
- justify-content: space-between;
- margin-top: 22rpx;
- box-sizing: border-box;
- .left{
-
- }
- .right{
- display: flex;
- align-items: center;
- box-sizing: border-box;
- .num{
- width: 48rpx;
- height: 48rpx;
- background: rgba(0, 0, 0, .69);
- border-radius: 4rpx;
- // opacity: 0.69;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- box-sizing: border-box;
- }
- .div{
- width: 12rpx;
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #000000;
- margin-left: 10rpx;
- margin-right: 10rpx;
- box-sizing: border-box;
- }
- }
- }
- }
- }
|