123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- .store-cabinet-block{
- background: #F1F3F4;
- box-shadow: 0rpx -2rpx 0rpx 0rpx #FFFFFF;
- padding: 16rpx 24rpx;
- text-align: center;
- z-index: 1000; /* 确保元素在其他内容之上 */
- }
- .block-p{
- width: 46rpx;
- height: 8rpx;
- background: #E0E5EC;
- border-radius: 4rpx;
- }
- .align-center{
- align-items: center;
- }
- .store-type{
- margin-right: 20rpx;
- width: 200rpx;
- }
- .store-type,
- .cabinet-type{
- width: 136rpx;
- height: 56rpx;
- line-height: 56rpx;
- text-align: center;
- border-radius: 30rpx;
- font-weight: 600;
- font-size: 28rpx;
- border: 3rpx solid transparent;
- }
- .store-type-i,
- .cabinet-type-i{
- background: #060809;
- color: #FFF;
- }
- .store-type-s,
- .cabinet-type-s{
- background: #F1F3F4;
- color: #060809;
- border: 3rpx solid #060809;
- }
- .seach-img{
- margin-right: 32rpx;
- }
- .seach-img img,
- .screen-img img{
- width: 48rpx;
- height: 48rpx;
- }
- .mark {
- z-index: 999;
- font-size: 8px;
- width: 12px;
- height: 12px;
- line-height: 12px;
- border-radius: 50%;
- text-align: center;
- background-color: red;
- color: #ffffff;
- border: 4rpx solid #ffffff;
- }
- .blue_bg {
- background-color: #ffffff;
- font-family: DIN;
- font-weight: bold;
- font-size: 24rpx;
- color: #0074FF;
- }
- .search-btn{
- width: 144rpx;
- height: 88rpx;
- line-height: 88rpx;
- background: #060809;
- border-radius: 24rpx;
- opacity: 0.2;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #FFFFFF;
- text-align: center;
- margin-left: 24rpx;
- }
- .search-btn-i{
- opacity: 1;
- }
- .search-icon{
- width: 32rpx;
- height: 32rpx;
- position: absolute;
- top: 32rpx;
- left: 20rpx;
- }
- .search-close-icon{
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- top: 32rpx;
- right: 20rpx;
- }
- .input-placeholder{
- font-weight: 400;
- font-size: 32rpx;
- color: #B8BFCC;
- text-align: left;
- }
- .search-input{
- margin-right: 50rpx;
- width: 100%;
- background: #FFFFFF;
- border-radius: 24rpx;
- text-align: left;
- font-weight: 500;
- padding-left: 10rpx;
- font-size: 32rpx;
- color: #060809;
- }
- .search-input-view{
- padding: 28rpx 20rpx 28rpx 68rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- display: flex;
- flex-grow: 1;
- position: relative;
- }
- .search-view{
- margin-bottom: 24rpx;
- align-items: center;
- }
- .control-icon-view{
- position: absolute;
- top:43vh ;
- padding: 0 24rpx;
- width: 95%;
- }
- .seach-return-img{
- width: 40rpx;
- height: 40rpx;
- }
- .current-location-icon{
- width: 48rpx;
- height: 48rpx;
- }
- .seach-return-view{
- width: 104rpx;
- height: 72rpx;
- line-height: 72rpx;
- text-align: center;
- background: #060809;
- border-radius: 36rpx;
- }
- .current-location-view{
- width: 72rpx;
- height: 72rpx;
- line-height: 72rpx;
- text-align: center;
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(197,208,219,0.8);
- border-radius: 16rpx;
- }
- .seach-return-view,
- .current-location-view{
- justify-content: center;
- align-items: center;
- }
|