|
- /* 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;
-
- .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;
- }
-
- .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;
- }
- }
- }
- }
- }
-
- .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;
- }
- }
- }
-
- .indexBar {
- position: fixed;
- top: 10%;
- right: 3%;
- font-size: 25rpx;
- text-align: center;
- background-color: #00000075;
- padding-top: 20rpx;
- padding-bottom: 10rpx;
- border-radius: 30rpx;
-
- .indexBarItem {
- width: 50rpx;
- color: #ffffff;
- margin-bottom: 10rpx;
- transition: all 0.3s;
-
- &.active {
- color: #f92672;
- }
- }
- }
- }
- }
|