123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- /* 产品功能 */
- .pinFun {
- padding-top: 100px;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .pinFun>h1 {
- color: #000;
- font-family: Microsoft YaHei;
- font-size: 36px;
- font-style: normal;
- font-weight: 700;
- line-height: normal;
- }
- .pinFun>ul {
- margin-top: 70px;
- margin-bottom: 100px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .pinFun>ul li {
- margin-right: 30px;
- padding-bottom: 24px;
- width: 380px;
- border-radius: 16px;
- background: #FFF;
- box-shadow: 0px 0px 34px 0px #E4EBFC;
- }
- .pinFun>ul li:last-child {
- margin-right: 0;
- }
- .pinFun>ul li img {
- width: 100%;
- }
- .pinFun>ul li div:nth-child(2) {
- margin-top: 23px;
- margin-bottom: 16px;
- margin-left: 24px;
- color: #000;
- font-family: Microsoft YaHei;
- font-size: 24px;
- text-transform: capitalize;
- }
- .pinFun>ul li div:nth-child(3) {
- margin-left: 24px;
- color: #000;
- font-family: Microsoft YaHei;
- font-size: 14px;
- }
- .pinFun .odd {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 648px;
- width: 100%;
- background: #F9FAFB;
- }
- .pinFun .odd>img {
- margin-right: 59px;
- width: 800px;
- }
|