123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- .technology-section .container .technologyDivOne{
- box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
- display: flex;
- background-color: #fff;
- }
- .technology-section .container .technologyDivOne .technologyBackColor1{
- background: #96AFDD;
- }
- .technology-section .container .technologyDivOne .technologyBackColor2{
- background: #E8B396;
- }
- .technology-section .container .technologyDivOne .technologyBackColor3{
- background: #81CFE2;
- }
- .technology-section .container .technologyDivOne .technologyTitle{
- width: 166px;
- height: 100%;
- padding: 60px 60px;
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #FFFFFF;
- text-align: center;
- }
- .technology-section .container .technologyDivOne .technologyContent{
- width: calc(100% - (166px + 182px));
- padding-left: 60px;
- }
- .technology-section .container .technologyDivOne .technologyContent>div{
- font-family: Microsoft YaHei;
- line-height: 41px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .technology-section .container .technologyDivOne .technologyContent>div:nth-child(1){
- font-size: 20px;
- font-weight: bold;
- color: #333333;
- padding-top: 40px;
- padding-bottom: 20px;
- cursor: pointer;
- }
- .technology-section .container .technologyDivOne .technologyContent>div:nth-child(2){
- font-size: 16px;
- color: #666666;
- padding-left: 10px;
- }
- .technology-section .container .technologyDivOne .technologyButton{
- padding: 60px 20px;
- }
- .technology-section .container .technologyDivOne .technologyButton .ButtonDownload{
- width: 142px;
- height: 50px;
- background: #FFFFFF;
- border: 1px solid #409eff;
- border-radius: 10px;
- text-align: center;
- line-height: 45px;
- }
- .technology-section .container .technologyDivOne .technologyButton .ButtonDownload>span{
- margin-left: 10px;
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #409eff;
- }
- @media (max-width: 991px) {
- .technology-section .container .technologyDivOne .technologyContent{
- padding-left: 20px;
- }
- }
- @media (max-width: 414px){
- .technology-section .container .technologyDivOne{
- display: block;
- }
- .technology-section .container .technologyDivOne .technologyTitle{
- width: 100%;
- padding: 20px 0px;
- font-size: 20px;
- }
- .technology-section .container .technologyDivOne .technologyContent{
- width: 100%;
- text-align: center;
- padding-left: 0px;
- }
- .technology-section .container .technologyDivOne .technologyContent>div:nth-child(2){
- padding-left: 0px;
- }
- .technology-section .container .technologyDivOne .technologyButton{
- padding: 30px 20px;
- text-align: center;
- }
- }
|