12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .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: 12rpx;
- .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;
- margin-top:26rpx;
- .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;
- margin-top: 12rpx;
- .txt{
- font-size: 28rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #333333;
- margin-right: 16rpx;
-
- max-width: 500rpx;
- }
- }
- }
|