12345678910111213141516171819202122232425262728293031323334353637383940 |
- /* pages/index/moreshop/moreshop.wxss */
- .trafficList{
- padding: 40rpx 32rpx;
- box-sizing: border-box;
- position: relative;
- }
- .traffic-list {
- height: 200rpx;
- box-shadow: 0px 0px 7px 0px rgba(186, 186, 186, 0.5);
- border-radius: 20rpx;
- padding-left: 40rpx;
- position: relative;
- margin-bottom: 32rpx;
- }
- .traffic-list .name {
- margin: 0 0 16rpx;
- padding-top: 56rpx;
- font-size: 36rpx;
- line-height: 36rpx;
- color: #000000;
- font-weight: 500;
- }
- .traffic-list .address {
- color: #BABABA;
- line-height: 28rpx;
- width: 60%;
- }
- .traffic-list .weizhi_icon {
- position: absolute;
- top: 54rpx;
- right: 88rpx;
- }
- .traffic-list .weizhi_icon image {
- width: 96rpx;
- height: 96rpx;
- }
|