| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .picCenter {
- width: 888px;
- margin: 15px auto;
- }
- .xinxiIcon {
- margin:0 0 -20px auto;
- }
- .xinxiIcon img {
- width: 100%;
- height: auto;
- object-fit: cover;
- }
- .photo_img img {
- box-sizing: border-box;transition:all .7s ease 0s;
- width:19rem;
- }
- .photo_img img:hover {box-sizing: border-box;border: 1px solid #023246;
- box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
- -webkit-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
- -moz-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
- }
- .photo_nr {
- display: flex;
- align-items: center;
- width: 88.2rem;
- margin: 15px auto;
- }
- .informationText {
- width: 888px;
- margin: 15px auto;
- text-align: center;
- }
- .informationText span {
- background: #ffffff;
- color: #1C1F86;
- }
- ul {
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .photo_nr ul li {
- float: left;
- margin: 0 35px;
- line-height: 30px;
- text-align: center;
- }
- /* .photo_nr p {
- padding: 0;
- margin: 0;
- } */
- #LeftArr {
- background: url(img/e_left.png) no-repeat;
- width: 40px;
- height: 40px;
- margin-left: -15px;
- text-decoration: none;
- color: #323232;
- }
- #RightArr {
- background: url(img/e_right.png) no-repeat;
- width: 40px;
- height: 40px;
- margin-right: -15px;
- text-decoration: none;
- color: #323232;
- }
- .listRotation{
- border: 1px solid #023246;
- }
- /*custom*/
- .top1{
- position: absolute;
- top: 9rem;
- left: 14rem;
- }
- .top2{
- position: absolute;
- top: 26.8rem;
- left: 14rem;
- }
|