1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- .shop-item {
- margin-top: 20rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .shop-img {
- width: 750rpx;
- height: 347rpx;
- }
- .shop-name {
- font-size: 28rpx;
- font-family: FZZhunYuan-M02S;
- font-weight: 700;
- color: #1a1a1a;
- margin-top: 22rpx;
- }
- .shop-address {
- margin-top: 17rpx;
- display: flex;
- align-items: center;
- border-bottom: 1px solid #e6e6e6;
- padding-bottom: 27rpx;
- }
- .shop-address .address-word {
- margin-left: 13rpx;
- font-size: 24rpx;
- font-family: FZZhunYuan-M02S;
- font-weight: 400;
- color: #333333;
- }
- .juli {
- font-size: 24rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #999999;
- margin-left: 8rpx;
- }
- .ju-box {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 25rpx;
- margin-bottom: 30rpx;
- }
- .ju-word {
- font-size: 24rpx;
- font-family: FZZhunYuan-M02S;
- font-weight: 400;
- color: #666666;
- padding-right: 30rpx;
- box-sizing: border-box;
- }
- .icons {
- display: flex;
- align-items: center;
- }
- .dingwei-img {
- width: 33rpx;
- height: 33rpx;
- color: #639ffd;
- }
- .icon-phone {
- font-size: 33rpx;
- color: #88bb26;
- }
- .line {
- height: 10rpx;
- background: #f5f5f5;
- }
- .store-box {
- padding: 32rpx 30rpx 0 30rpx;
- box-sizing: border-box;
- }
- .name-box {
- display: inline-block;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #1a1a1a;
- position: relative;
- height: 41rpx;
- }
- .name-box::after {
- display: block;
- content: "";
- position: absolute;
- top: -8rpx;
- right: -10rpx;
- width: 30rpx;
- height: 30rpx;
- background-color: #005eff42;
- border-radius: 50%;
- z-index: 1;
- }
- .content {
- margin-top: 21rpx;
- }
|