1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .business-info {
- width: 100%;
- padding: 32rpx 0 82rpx;
- .box {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- &.tel {
- margin-top: 46rpx;
- }
- }
- .label {
- width: 112rpx;
- height: 112rpx;
- }
- .business-name-icon {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 112rpx;
- height: 112rpx;
- font-size: 40rpx;
- color: rgb(139, 157, 177);
- }
- .value {
- width: 484rpx;
- margin-right: 62rpx;
- line-height: 42rpx;
- font-size: 28rpx;
- color: rgba(0, 28, 51, 1);
- word-break: break-all;
- word-wrap: break-word;
- }
- .arrow {
- width: 16rpx;
- height: 28rpx;
- }
- }
- .qrcode {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 432rpx;
- height: 428rpx;
- margin: 46rpx auto 0;
- border-radius: 20rpx;
- box-shadow: 0 4rpx 20rpx 0 rgba(0, 0, 0, 0.1);
- .code {
- width: 404rpx;
- height: 400rpx;
- border-radius: 20rpx;
- overflow: hidden;
- }
- }
- .tip {
- margin-top: 28rpx;
- font-size: 24rpx;
- line-height: 30rpx;
- color: rgba(163, 163, 163, 1);
- text-align: center;
- }
|