/* mycomponent/ConnectCustomerService/DConnectCustomerService.wxss */ .d-connect-service { padding: 50rpx 0; } .connect-methods { display: flex; justify-content: center; flex-wrap: wrap; row-gap: 80rpx; } .connect-method_item { flex-basis: 48%; flex-shrink: 0; flex-grow: 1; display: flex; flex-direction: column; align-items: center; } .connect-method_item:nth-child(odd) { position: relative; } .connect-method_item:nth-child(odd)::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; width: 2rpx; height: 52rpx; background-color: #999; } .connect-method_item:nth-child(odd):last-child::after { display: none; } .connect-method_item::after { border: none; } .connect-method_icon { display: block; margin-bottom: 8rpx; width: 84rpx; height: 84rpx; object-fit: cover; } .connect-method-content { padding: 0 20rpx; } .connect-qrcode { padding: 0 20rpx; margin-top: 40rpx; text-align: center; } .connect-method-empty { text-align: center; } .connect-methods button { width: 100%; height: 100%; line-height: 1.5; font-size: 14px; background-color: transparent; } .connect-methods button::after { border: none; }