|
- @import "../../weui.ttss";
- .weui-search-bar{position:relative;padding:8px;display:flex;box-sizing:border-box;background-color:#EDEDED;-webkit-text-size-adjust:100%;align-items:center}.weui-icon-search{margin-right:8px;font-size:14px;vertical-align:top;margin-top:.64em;height:1em;line-height:1em}.weui-icon-search_in-box{position:absolute;left:12px;top:50%;margin-top:-8px}.weui-search-bar__text{display:inline-block;font-size:14px;vertical-align:top}.weui-search-bar__form{position:relative;flex:auto;border-radius:4px;background:#FFFFFF}.weui-search-bar__box{position:relative;padding-left:32px;padding-right:32px;width:100%;box-sizing:border-box;z-index:1}.weui-search-bar__input{height:32px;line-height:32px;font-size:14px;caret-color:#07C160}.weui-icon-clear{position:absolute;top:0;right:0;bottom:0;padding:0 12px;font-size:0}.weui-icon-clear:after{content:"";height:100%;vertical-align:middle;display:inline-block;width:0;overflow:hidden}.weui-search-bar__label{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:4px;text-align:center;color:rgba(0,0,0,0.5);background:#FFFFFF;line-height:32px}.weui-search-bar__cancel-btn{margin-left:8px;line-height:32px;color:#576B95;white-space:nowrap}
- .pickers{
- width:560rpx;
- height: 64rpx;
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- color: transparent;
- }
- .picker{
- position: relative;
- z-index: 10000;
- width:496rpx;
- height: 64rpx;
- overflow: hidden;
- }
-
- .posi {
- position: relative;
- width: 716rpx;
- margin: 0 auto;
- }
-
- .posi>view:nth-child(2) {
- width: 100%;
- display: flex;
- justify-content: space-between;
- box-sizing: border-box;
- }
-
- .posi>view:nth-child(2) text:nth-child(1) {
- font-size: 30rpx;
- color: #a9a9a9;
- }
-
- .posi>view:nth-child(2) text:nth-child(2) {
- font-size: 30rpx;
- color: #a9a9a9;
- }
- .tel {
- position: absolute;
- right: 3%;
- top: 0;
- bottom: 0;
- margin: auto;
- width: 50rpx;
- height: 50rpx;
- }
- .posi_logo {
- position: relative;
- height:176rpx;
- background:rgba(255,255,255,1);
- box-shadow:0px 4rpx 8rpx 0px rgba(0,0,0,0.04);
- border-radius:16rpx;
- margin: 20rpx;
- overflow: hidden;
- }
- .merchants{
- width: 90%;
- display: flex;
- background: #fff;
- padding-right:5%;
- overflow: hidden;
- }
- .merchantName{
- display: block;
- color: #3C3C3C;
- font-size: 32rpx;
- margin-left: 20rpx;
- width: 90%;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .merchants view:nth-child(1) image {
- display: block;
- width: 120rpx;
- height: 120rpx;
- border-radius: 16rpx;
- }
- .position{
- text-align: center;
- margin-top: 100rpx;
- color: #999;
- }
|