123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
-
- #footer{
- position: relative;
- }
- .content-12{
- margin-top:10px;
- float: left;
- width: 100%;
- background: none;
-
- /*box-shadow: 0px -5px 25px 0px rgba(3, 8, 82, 0.1);*/
- /* 线性渐变 */
- /* background: linear-gradient(175.91deg, rgb(232, 241, 251) 10.638%,rgba(255, 255, 255, 0) 11.093%);*/
- /* transform: rotate(0.70deg);*/
- position: relative;
- }
- .content-12-1{
- width: 50%;
- /* 线性渐变 */
- background: linear-gradient(172.91deg, rgb(255, 255, 255,0.7) 11.638%,rgb(232, 241, 251,0.7) 14.093%);
- /* transform: rotate(0.70deg);*/
- position: absolute;
- top:0; left:0;z-index:500;bottom: 0;
- }
- .content-12-2{
- width: 50%;
- /* 线性渐变 */
- background: linear-gradient(-172.91deg, rgb(255, 255, 255,0.7) 11.638%,rgb(232, 241, 251,0.7) 14.093%);
- /* transform: rotate(0.70deg);*/
- position: absolute;
- top: 0;right: 0;bottom: 0;
- z-index:1000;
- }
- .content-12-3{
- position: absolute;
- top: 0;
- left: 50%;
- margin-left: -1500px;
- bottom: 0;
- z-index: 1047;
- width: 3000px;
- border-top-left-radius: 100%;
- border-top-right-radius: 100%;
- background: rgb(232, 241, 251,0.7);
- box-shadow: 0px -5px 25px 0px rgba(3, 8, 82, 0.1);
- }
- .box-12{
- width: 1050px;
- height: 400px;
- margin:0 auto;
- display: block;
- padding: 5px 0px 10px 0px;
- margin-bottom:10px;
- padding-top:150px;
- position: relative;z-index:2000;
- }
- .font-66966{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC";
- font-size: 24px;
- font-weight: 400;
- line-height: 120%;
- letter-spacing: 1px;
- text-align: center;
- }
-
-
- .font-6669633{
- color: rgb(94, 97, 145);
- font-family: "HarmonyOS Sans SC";
- font-size: 36px;
- font-weight: 300;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- margin-top: 5px;
- }
- .qy-200{
- height: 40px;
- line-height: 40px;
- margin-top:67px;
- }
- .qy-200 img{
- vertical-align: middle;
- margin-top: -15px;
- margin-right: 10px;
- }
- .qy-300{
- margin-top:40px;
- }
- .qy-300 a{
- margin-right:20px;
- }
-
- .qy-400{
- height: 3px;
- border-bottom: 1px solid #000;
- opacity: 0.1;
- margin-top:40px;
- }
- .qy-500{
- margin-top:30px;
- margin-bottom: 20px;
- }
- .qy-500 .p1{
- color: rgb(94, 97, 145);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- padding: 10px 0px;
- }
- .qy-500 .p2{
- color: rgb(94, 97, 145);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- line-height: 152%;
- letter-spacing: 0px;
- text-align: center;
- }
-
- .font-6669633 p{
- display: inline;
- }
- .font-6669633 p{
- display: inline;
- }
|