/* 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; .continer { width: 95%; height: 100%; margin: auto; padding: 30rpx 0; .selectShop { .nav { display: flex; justify-content: space-between; margin-bottom: 20rpx; padding: 0 20rpx; .item { color: #ffffff; padding: 8rpx 15rpx; background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%); border-radius: 15rpx; } } .shopList { width: 100%; background-color: #ffffff; border-radius: 10rpx; padding: 20rpx 0; margin: auto; .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; .img { width: 30%; height: 170rpx; border-radius: 15rpx; overflow: hidden; image { width: 100%; height: 100%; } } .infoBox { display: flex; justify-content: space-between; flex-direction: column; width: 65%; margin-left: 20rpx; padding: 8rpx 0; .infoItem { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } .infoBox2 { display: flex; justify-content: space-between; flex-direction: column; width: 65%; margin-left: 20rpx; padding: 30rpx 0; .infoItem { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } } .takeingPlace { text-align: center; margin-top: 30rpx; .title { font-size: 45rpx; color: #00000075; margin-bottom: 40rpx; } } } } .selectCity { .nav { margin-bottom: 20rpx; padding: 0 20rpx; .item { width: 10%; color: #ffffff; text-align: center; padding: 8rpx 15rpx; background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%); border-radius: 15rpx; } } .notice { font-size: 35rpx; padding: 0 15rpx; margin-bottom: 30rpx; } .indexList { padding: 0 15rpx; box-sizing: border-box; margin-bottom: 25rpx; .title { font-size: 35rpx; } .item { font-size: 30rpx; height: 80rpx; line-height: 80rpx; border-bottom: 1px solid #0000003b; } } } .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; .indexBarItem { position: relative; width: 50rpx; height: 42rpx; color: #ffffff; transition: all 0.3s; &.active { color: #f92672; } .tag { position: absolute; left: -210%; top: 0; width: 110rpx; height: 60rpx; text-align: center; transform: scale(1.3); } .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; } .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; } } } } }