/* 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: linear-gradient(270deg, #DDAB5A, #B8832D); border-radius: 15rpx; } } .shopList { width: 100%; background-color: #ffffff; border-radius: 10rpx; padding: 20rpx 0; margin: auto; .item { position: relative; display: flex; justify-content: space-between; width: 95%; margin: auto; color: #000000; margin-bottom: 30rpx; padding: 25rpx 25rpx 25rpx 25rpx; box-sizing: border-box !important; background-color: #fffffff8; border: 1px solid #0000002d; border-radius: 12rpx; // box-shadow: #00000036 0px 1px 2px 2px; .img { position: relative; width: 30%; image { position: absolute; top: 50%; transform: translateY(-50%); width: 170rpx; height: 170rpx; border-radius: 15rpx; border: 1px solid #00000018; } } .infoBox { display: flex; justify-content: space-between; flex-direction: column; width: 65%; margin-left: 20rpx; padding: 8rpx 0; .infoItem { width: 100%; white-space: pre-wrap; &.distance { margin: 20rpx 0; } &.address { font-size: 27rpx; } .mapBtn { position: relative; bottom: 2rpx; display: inline-block; font-size: 22rpx; color: #ffffff; padding: 10rpx; border-radius: 15rpx; background: linear-gradient(270deg, #DDAB5A, #B8832D); margin-left: 20rpx; } } } .infoBox2 { display: flex; justify-content: space-between; flex-direction: column; width: 65%; margin-left: 20rpx; padding: 30rpx 0; .infoItem { width: 100%; white-space: pre-wrap; &.address { font-size: 27rpx; margin-top: 15rpx; } } } } .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: linear-gradient(270deg, #DDAB5A, #B8832D); 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; } } } } }