.cy-view-top { width: 100%; height: 75rpx; background-color: white; overflow: hidden; } .cy-location { position: relative; margin-left: 40rpx; margin-top: 15rpx; width: 670rpx; height: 40rpx; font-size: 28rpx; color: #333; } .cy-location-right { position: absolute; right: 0rpx; margin-left: 80rpx; width: 14rpx; height: 20rpx; } .cy-search { margin-top: 15rpx; margin-left: 30rpx; width: 690rpx; height: 60rpx; border-radius: 30rpx; background: rgba(244, 244, 244, 1); } .cy-search-icon { width: 35rpx; height: 35rpx; margin-left: 25rpx; } .cy-search-input { margin-left: 10rpx; width: 580rpx; height: 60rpx; font-size: 12px; } .cy-content-list { margin: 25rpx 30rpx 18rpx; height: auto; overflow: hidden; } .cy-list-item { padding: 10rpx 30rpx; height: auto; border-radius: 6rpx; background-color: white; margin-bottom: 20rpx; } .cy-list-item-content { width: 460rpx; height: 100%; } .cy-item-row { position: relative; margin-top: 5rpx; width: 690rpx; height: 65rpx; } .cy-store-name { font-size: 30rpx; font-weight: bold; width: 500rpx; height: auto; } .cy-item-icon { width: 30rpx; height: 30rpx; margin-right: 15rpx; } .cy-item-other { position: relative; width: 660rpx; height: 56rpx; font-size: 28rpx; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .cy-item-other text { color: black; } .cy-link-store { position: absolute; right: 0rpx; } .cy-item-des { width: 160rpx; height: 100%; } .cy-font-size { font-size: 26rpx; } .cy-tel-back { margin-top: 15rpx; border-top: 1rpx solid rgba(224, 224, 224, 1); width: 660rpx; height: 100rpx; } .cy-handle-view { width: 360rpx; right: 20rpx; display: flex; justify-content:flex-end; } .cy-text-view { width: 110rpx; height: 56rpx; margin-right: 20rpx; border-radius: 4rpx; box-sizing: border-box; font-size: 26rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(102, 102, 102, 1); } .cy-default-border { border: 1rpx solid rgba(153, 153, 153, 1); background: white; } .cy-order-border { /* border: 1rpx solid #ffc639; background: #ffc639; */ font-family: PingFang SC; font-weight: 500; color: rgba(51, 51, 51, 1); } .cy-tel-line { width: 660rpx; height: 1rpx; background: rgba(224, 224, 224, 1); box-sizing: border-box; } .cy-once-load { margin-top: 350rpx; width: 100%; height: 100rpx; text-align: center; } .cy-once-load button { width: auto; height: auto; color: #c9c9c9; background: #f3f3f3; border-radius: 100rpx; font-size: 16px; } .cy-iphone-image { margin-left: 25rpx; width: 45rpx; height: 45rpx; } .cy-open-status { position: absolute; right: 40rpx; padding: 0px 20rpx; border-radius: 50rpx; color: #333; font-size: 30rpx; } button { margin: 0px; padding: 0px; border-radius: 0px; color: white; } button::after { border: none; } .cy_not_business { background: rgba(102, 102, 102, 1); color: rgba(255, 255, 255, 1); }