12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .content {
- text-align: center;
- height: 400rpx;
- }
- .page-section {
- z-index: 0;
- }
- .store-tips {
- width: 600rpx;
- height: 100rpx;
- margin: 10rpx auto;
- border-radius: 10rpx;
- position: absolute;
- top: 10rpx;
- left: 50%;
- transform: translate(-50%, 0);
- z-index: 2;
- overflow: hidden;
- .store-des-box {
- background: #fff;
- }
- .store-img {
- width: 80rpx;
- height: 80rpx;
- border-radius: 10rpx;
- margin: 10rpx;
- float: left;
- }
- .store-des {
- padding-top: 8rpx;
- float: left;
- line-height: 1;
- font-size: 22rpx;
- color: #666;
- padding-left: 20rpx;
- .store-name {
- font-weight: 600;
- color: deeppink;
- }
- }
- .store-clear {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- top: 7rpx;
- right: 7rpx;
- margin: 30rpx;
- }
- }
- .address-icon {
- width: 38rpx;
- height: 40rpx;
- position: absolute;
- top: 22%;
- left: 50%;
- z-index: 2;
- margin-bottom: -20rpx;
- margin-left: -20rpx;
- }
- .near-num {
- padding: 10rpx 20rpx;
- border-radius: 10rpx;
- position: absolute;
- top: 17%;
- left: 50%;
- z-index: 2;
- font-size: 24rpx;
- background: #fff;
- transform: translate(-50%, 0);
- }
|