| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- .container {
- background-color: #f0f0f0;
- justify-content: flex-start;
- color: #1e1e1e;
- font-weight: 500;
- }
- .contact {
- padding-left: 0;
- padding-right: 0;
- background-color: #f0f0f0;
- }
- .contact::after {
- border: 0px;
- }
- .text1 {
- font-size: 24rpx;
- font-weight: 400;
- width: 690rpx;
- text-align: left;
- justify-content: flex-start;
- }
- .text2 {
- margin-top: 50rpx;
- }
- .text1 .red {
- color: #a20602;
- font-weight: 500;
- text-decoration: underline;
- }
- .text3 {
- font-size: 32rpx;
- width: 690rpx;
- text-align: left;
- margin-top: 40rpx;
- }
- .text4 {
- font-size: 56rpx;
- width: 690rpx;
- text-align: left;
- font-weight: 400;
- }
- .panel1 {
- width: 100%;
- margin-top: 40rpx;
- background-color: #fff;
- }
- .item {
- width: 100%;
- justify-content: space-between;
- height: 132rpx;
- border-bottom: 1rpx solid #f0f0f0;
- }
- .left {
- margin-left: 30rpx;
- }
- .right {
- margin-right: 30rpx;
- font-size: 32rpx;
- }
- .title1 {
- font-size: 28rpx;
- text-align: left;
- }
- .title2 {
- font-size: 24rpx;
- text-align: left;
- color: #787878;
- font-weight: 400;
- }
- .title0 {
- font-size: 36rpx;
- color: #787878;
- margin-top: 522rpx;
- }
|