/* c:\Users\56817\Desktop\Working Space\3,TikTok-MiniPro\ttc\pages2\shopSelect\shopSelect.ttss */ page { font-size: 30rpx; box-sizing: border-box !important; background-color: #fff; padding-bottom: 0; } page .continer { width: 95%; height: 100%; margin: auto; padding: 30rpx 0; } page .continer .selectShop .nav { display: flex; justify-content: space-between; margin-bottom: 20rpx; padding: 0 20rpx; } page .continer .selectShop .nav .item { color: #ffffff; padding: 8rpx 15rpx; background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%); border-radius: 15rpx; } page .continer .selectShop .shopList { width: 100%; background-color: #ffffff; border-radius: 10rpx; padding: 20rpx 0; margin: auto; } page .continer .selectShop .shopList .item { display: flex; justify-content: space-between; width: 95%; margin: auto; color: #ffffff; margin-bottom: 30rpx; padding: 20rpx 25rpx; box-sizing: border-box !important; background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%); border-radius: 12rpx; } page .continer .selectShop .shopList .item .img { width: 30%; height: 170rpx; border-radius: 15rpx; overflow: hidden; } page .continer .selectShop .shopList .item .img image { width: 100%; height: 100%; } page .continer .selectShop .shopList .item .infoBox { display: flex; justify-content: space-between; flex-direction: column; width: 65%; margin-left: 20rpx; padding: 8rpx 0; } page .continer .selectShop .shopList .item .infoBox .infoItem { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } page .continer .selectShop .shopList .item .infoBox2 { display: flex; justify-content: space-between; flex-direction: column; width: 65%; margin-left: 20rpx; padding: 30rpx 0; } page .continer .selectShop .shopList .item .infoBox2 .infoItem { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } page .continer .selectShop .shopList .takeingPlace { text-align: center; margin-top: 30rpx; } page .continer .selectShop .shopList .takeingPlace .title { font-size: 45rpx; color: #00000075; margin-bottom: 40rpx; } page .continer .selectCity .nav { margin-bottom: 20rpx; padding: 0 20rpx; } page .continer .selectCity .nav .item { width: 10%; color: #ffffff; text-align: center; padding: 8rpx 15rpx; background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%); border-radius: 15rpx; } page .continer .selectCity .notice { font-size: 35rpx; padding: 0 15rpx; margin-bottom: 30rpx; } page .continer .selectCity .indexList { padding: 0 15rpx; box-sizing: border-box; margin-bottom: 25rpx; } page .continer .selectCity .indexList .title { font-size: 35rpx; } page .continer .selectCity .indexList .item { font-size: 30rpx; height: 80rpx; line-height: 80rpx; border-bottom: 1px solid #0000003b; } page .continer .indexBar { position: fixed; top: 5%; right: 3%; font-size: 25rpx; text-align: center; background-color: #00000075; padding-top: 20rpx; padding-bottom: 10rpx; border-radius: 30rpx; } page .continer .indexBar .indexBarItem { position: relative; width: 50rpx; height: 42rpx; color: #ffffff; transition: all 0.3s; } page .continer .indexBar .indexBarItem.active { color: #f92672; } page .continer .indexBar .indexBarItem .tag { position: absolute; left: -210%; top: 0; width: 110rpx; height: 60rpx; text-align: center; transform: scale(1.3); } page .continer .indexBar .indexBarItem .name { position: relative; top: -11rpx; left: 10rpx; display: inline-block; height: 50rpx; line-height: 50rpx; color: #ffffff; background-color: #8a8a8a; border-radius: 15rpx; padding: 0 20rpx; } page .continer .indexBar .indexBarItem .tran { display: inline-block; width: 0; height: 0; border-top: 20rpx solid #ffffff00; border-bottom: 20rpx solid #ffffff00; border-left: 20rpx solid #8a8a8a; border-right: 20rpx solid #ffffff00; }