123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- /*page {*/
- /* font-size: 100px; */
- /*font-family: "PingFangSC-Regular, 微软雅黑, sans-serif";*/
- /*}*/
- .pd64 {
- background: #fff;
- border-top: 1rpx solid #E5E5E5;
- padding-bottom: 46px;
- text-align: center;
- }
- .phone_number{
- display: block;
- margin-top: 12px;
- font-size: 18px;
- color: #333;
- text-align: center;
- }
- /* .phone_number text{
- font-size: 18px;
- color: #333;
- text-align: center;
- } */
- .logo_img {
- width: 68px;
- height: 88px;
- display: block;
- margin: auto;
- margin-top: 32px;
- }
- .details {
- display: block;
- height: 84px;
- width: 100%;
- background: #fff;
- font-size: 14px;
- margin: auto;
- text-align: center;
- line-height: 84px;
- margin-top: 10px;
- color: #8c8c8c;
- }
- .details text {
- color: #db3232;
- }
- .getIt .contact-btn{
- /*position: fixed;*/
- /*left: 0;*/
- /*bottom: 0;*/
- width: 90%;
- height: 40px;
- line-height: 40px;
- font-size: 15px;
- background: #FFE100;
- margin-top: 20px;
- }
- .getIt .contact-btn::after{
- border: 0 none;
- }
|