|
- /* 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: linear-gradient(270deg, #DDAB5A, #B8832D);
- 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 {
- 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;
- }
- page .continer .selectShop .shopList .item .img {
- position: relative;
- width: 30%;
- }
- page .continer .selectShop .shopList .item .img image {
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- width: 170rpx;
- height: 170rpx;
- border-radius: 15rpx;
- border: 1px solid #00000018;
- }
- 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: pre-wrap;
- }
- page .continer .selectShop .shopList .item .infoBox .infoItem.distance {
- margin: 20rpx 0;
- }
- page .continer .selectShop .shopList .item .infoBox .infoItem.address {
- font-size: 27rpx;
- }
- page .continer .selectShop .shopList .item .infoBox .infoItem .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;
- }
- 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: pre-wrap;
- }
- page .continer .selectShop .shopList .item .infoBox2 .infoItem.address {
- font-size: 27rpx;
- margin-top: 15rpx;
- }
- 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: linear-gradient(270deg, #DDAB5A, #B8832D);
- 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;
- }
|