| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .cartDef{
- display: flex;
- flex-direction: column;
- align-items: center;
- .companyName{
- font-size: 32rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #333333;
- margin-top: 22rpx;
- }
- .connect{
-
- display: flex;
- align-items: center;
- flex-direction: row;
- margin-top: 32rpx;
- .txt{
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #666666;
- display: inline-block;
- margin-left: 8rpx;
- }
- }
-
- .connectDes{
- display: flex;
- align-items: center;
- flex-direction: row;
- margin-top: 12rpx;
- .num{
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #333333;
- margin-right: 24rpx;
- }
- .callBtn{
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #E77817;
- }
- }
-
- .addr{
- display: flex;
- align-items: center;
- flex-direction: row;
- .txt{
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #666666;
- margin-left: 8rpx;
-
- }
- }
-
- .addrInfo{
- display: flex;
- align-items: center;
- flex-direction: row;
- justify-content: center;
- .txt{
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #333333;
- margin-right: 16rpx;
-
- max-width: 500rpx;
- }
- }
- }
|