12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .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: #fd75a7;
- }
- .line {
- height: 10rpx;
- background: #f5f5f5;
- }
- .store-box {
- padding: 32rpx 30rpx 0 30rpx;
- box-sizing: border-box;
- }
- .name-box {
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #1a1a1a;
- position: relative;
- height: 41rpx;
- }
- .color-line {
- position: absolute;
- width: 6rpx;
- height: 41rpx;
- background: #ffdd36;
- border-radius: 3rpx;
- top: 0;
- left: 0;
- opacity: 0.5;
- }
- .content {
- margin-top: 21rpx;
- }
|