123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- .container {
- width: 100%;
- height: 100%;
- background-color: #F7F7F7;
- }
- .container .shop-info,
- .container .product-desc,
- .container .order-time,
- .container .product-mobile {
- width: 93%;
- margin: 15rpx auto;
- background-color: #fff;
- }
- .container .shop-info {
- position: relative;
- height: 180rpx;
- width: 93%;
- margin: 10rpx auto;
- background-color: #fff;
- }
- .container .shop-info .address-icon {
- width: 70rpx;
- height: 70rpx;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- left: 70rpx;
- }
- .container .shop-info .shop {
- height: 180rpx;
- text-align: left;
- margin-left: 180rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .container .shop-info .shop .shop-name {
- font-size: 32rpx;
- color: #000;
- font-weight: 400;
- letter-spacing: 2rpx;
- }
- .container .shop-info .shop .address {
- font-size: 13px;
- color: #999;
- font-weight: 400;
- margin-top: 20rpx;
- letter-spacing: 1rpx;
- }
- .container .product-desc {
- display: flex;
- flex-direction: column;
- }
- .container .product-desc .product {
- display: flex;
- justify-content: flex-start;
- height: 200rpx;
- padding: 20rpx;
- border-bottom: 1rpx solid #ECECEC;
- }
- .container .product-desc .product .product-img {
- width: 270rpx;
- }
- .container .product-desc .product .product-img image {
- width: 100%;
- height: 100%;
- }
- .container .product-desc .product .product-name {
- margin-left: 20rpx;
- position: relative;
- padding-top: 10rpx;
- }
- .container .product-desc .product .product-name .title {
- font-size: 31rpx;
- font-weight: 400;
- }
- .container .product-desc .product .product-name .price {
- font-size: 18px;
- position: absolute;
- bottom: 0;
- left: 0;
- display: flex;
- justify-content: flex-start;
- }
- .container .product-desc .product .product-name .price :first-child {
- font-size: 12px;
- color: #424242;
- padding-top: 17rpx;
- margin-right: 10rpx;
- }
- .container .people-num {
- display: flex;
- justify-content: space-between;
- height: 90rpx;
- background-color: #fff;
- line-height: 90rpx;
- align-items: center;
- margin-bottom: 10rpx;
- padding-left: 20rpx;
- }
- .container .people-num .num-box {
- width: 250rpx;
- display: flex;
- justify-content: space-around;
- }
- .container .people-num .num-box > view {
- width: 40rpx;
- height: 40rpx;
- margin: 5rpx 0;
- background-color: #fff;
- }
- .container .people-num .num-box > view > image {
- width: 30rpx;
- height: 30rpx;
- margin-left: 10rpx;
- }
- .container .people-num .num-box .num-text {
- width: 50rpx;
- height: 90rpx;
- line-height: 90rpx;
- text-align: center;
- }
- .container .desc-title {
- width: 100%;
- text-align: center;
- color: #646464;
- line-height: 100rpx;
- letter-spacing: 4rpx;
- }
- .container .order-time {
- background-color: #fff;
- margin-bottom: 20rpx;
- display: flex;
- justify-content: flex-start;
- position: relative;
- }
- .container .order-time .weui-tabs {
- width: 100%;
- }
- .container .order-time .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content {
- height: 95rpx;
- line-height: 94rpx;
- white-space: nowrap;
- display: flex;
- justify-content: space-around;
- border-bottom: 1rpx solid #ECECEC;
- }
- .container .order-time .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content .weui-tabs-bar__item {
- width: 14.2857%;
- }
- .container .order-time .weui-tabs .weui-tabs-bar__wrp .weui-tabs-bar__content .weui-tabs-bar__item .weui-tabs-bar__title {
- width: 100rpx;
- text-align: center;
- border-bottom-width: 6rpx;
- font-size: 13px;
- }
- .container .order-time .weui-tabs .weui-tabs-swiper {
- height: 800rpx;
- }
- .container .order-time .tab-content .orders {
- display: flex;
- flex-wrap: wrap;
- background-color: #fff;
- margin-top: 15rpx;
- }
- .container .order-time .tab-content .orders .time-info {
- width: 166rpx;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #F5F5F5;
- margin: 5rpx 5rpx;
- text-align: center;
- }
- .container .order-time .tab-content .orders .select-time {
- background-color: #BA9D6E;
- color: #fff;
- }
- .container .order-time .tab-content .orders .out-time {
- color: #acacac;
- }
- .container .product-mobile {
- height: 200rpx;
- position: relative;
- margin-bottom: 50rpx;
- display: flex;
- flex-direction: column;
- }
- .container .product-mobile button {
- background-color: transparent;
- color: #202020;
- font-weight: 400;
- height: 100rpx;
- line-height: 100rpx;
- padding: 0;
- /* margin: 0; */
- position: absolute;
- left: 60rpx;
- top: 0;
- }
- .container .product-mobile .phone {
- display: flex;
- position: relative;
- height: 100rpx;
- line-height: 100rpx;
- }
- .container .product-mobile .phone .phone-icon {
- position: absolute;
- width: 40rpx;
- height:35rpx;
- top: 50%;
- transform: translateY(-50%);
- left: 40rpx;
- }
- .container .product-mobile .phone .desc-text {
- margin-left: 120rpx;
- letter-spacing: 4rpx;
- font-size: 27rpx;
- }
- .container .product-mobile :first-child {
- border-bottom: 1px solid #ECECEC;
- }
- .container .appointment {
- width: 100%;
- height: 100rpx;
- display: flex;
- justify-content: flex-start;
- /* padding-bottom: 20rpx; */
- }
- .container .appointment .price {
- flex: 1;
- background-color: #222224;
- color: #fff;
- padding-left: 36rpx;
- line-height: 100rpx;
- font-weight: 300;
- letter-spacing: 2rpx;
- }
- .container .appointment .btn {
- width: 300rpx;
- background-color: #BA9D6E;
- text-align: center;
- line-height: 100rpx;
- }
|