第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

為什么我的顯示圖片背面的時(shí)候還是原圖片,而且旋轉(zhuǎn)的時(shí)候圖片邊框沒(méi)有跟著旋轉(zhuǎn)?下付代碼,求大神指導(dǎo)

為什么我的顯示圖片背面的時(shí)候還是原圖片,而且旋轉(zhuǎn)的時(shí)候圖片邊框沒(méi)有跟著旋轉(zhuǎn)?下付代碼,求大神指導(dǎo)

慕粉3451677 2016-06-10 12:26:00
<!DOCTYPE html><html>?? ?<head>?? ??? ?<meta charset = "utf-8">?? ??? ?<h1 align = "center" ><i>畫(huà)廊</i></h1>?? ??? ?<style type="text/css">?? ??? ??? ????????? *{padding: 0;margin: 0;}???????? body?? ??? ? {?? ??? ? ?? ?background-color: #f00;/*背景景色*/?? ??? ? ?? ?color: yellow;/*通用字體顏色*/?? ??? ? ?? ?font-family: 'Avenir Next','Lantinghei SC';/*字體樣式*/?? ??? ? ?? ?font-size: 16px;/*字體大小*/?? ??? ? ?? ?-webkit-font-smoothing:antialiasezd;/*字體平滑*/?? ??? ? }?? ??? ? .wrap?? ??? ? ?? ?{?? ??? ? ?? ??? ?width: 100%;?? ??? ? ?? ??? ?height: 600px;?? ??? ? ?? ??? ?position: absolute;/*垂直居中*/?? ??? ? ?? ??? ?top:50%;?? ??? ? ?? ??? ?margin-top:-200px;/*設(shè)為高度的一半*/?? ??? ? ?? ??? ?overflow: hidden;/*超出warp范圍的樣式不顯示*/?? ??? ? ?? ??? ?-webkit-perspective:800px;?? ??? ? ?? ??? ?-webkit-perspective-origin:50% 50%;?? ??? ? ?? ??? ?-webkit-transform-style:-webkit-preserve-3d;?? ??? ? ?? ?}?? ??? ? ?? ?/*海報(bào)樣式*/?? ??? ? .photo?? ??? ? ?? ?{?? ??? ? ?? ??? ?width: 300px;?? ??? ? ?? ??? ?height: 422px;?? ??? ? ?? ??? ?position: absolute;?? ??? ? ?? ??? ?z-index: 1;?? ??? ? ?? ??? ?box-shadow: 0 0 1px rgba(0,0,0,.01);/*陰影*/?? ??? ? ?? ??? ?border:3px solid yellow;?? ??? ? ?? ??? ?text-align: center;?? ??? ? ?? ?}?? ??? ? ?? ?.photo.side?? ??? ? ?? ?{?? ??? ? ?? ??? ?width: 100%;?? ??? ? ?? ??? ?height: 100%;?? ??? ? ?? ??? ?background-color: #eee;?? ??? ? ?? ??? ?position: absolute;?? ??? ? ?? ??? ?top: 0;?? ??? ? ?? ??? ?right: 0;?? ??? ? ?? ??? ?box-sizing : border-box;/*padding和內(nèi)容都在邊框之內(nèi)*/?? ??? ? ?? ??? ?-webkit-perspective:800px;?? ??? ? ?? ??? ?-webkit-perspective-origin:50% 50%;?? ??? ? ?? ??? ?-webkit-transform-style:-webkit-preserve-3d;?? ??? ? ?? ?}?? ??? ? ?? ??? ??? ? ?? ?.photo-wrap.side-front?? ??? ? ?? ?{?? ??? ? ?? ??? ?-webkit-transform:rotateY(0deg);?? ??? ? ?? ?}?? ??? ? ?? ?.photo-wrap.side-back?? ??? ? ?? ?{?? ??? ? ?? ??? ?-webkit-transform:rotateY(180deg);?? ??? ? ?? ?}?? ??? ? ?? ?.photo-wrap.side?? ??? ? ?? ?{?? ??? ? ?? ??? ?-webkit-backface-visibility:visible;?? ??? ? ?? ?}?? ??? ? ?? ?.photo-front .photo-wrap{?? ??? ? ?? ??? ?-webkit-transform:rotateY(0deg);?? ??? ? ?? ?}?? ??? ? ?? ?.photo-back .photo-wrap{?? ??? ? ?? ??? ?-webkit-transform:rotateY(180deg);?? ??? ? ?? ?}?? ??? ? ?? ?.photo.side-front{}?? ??? ? ?? ?.photo.side-front.image?? ??? ? ?? ?{?? ??? ? ?? ??? ?width: 100%;?? ??? ? ?? ??? ?height: 250px;?? ??? ? ?? ??? ?line-height: 250px;?? ??? ? ?? ??? ?overflow: hidden;?? ??? ? ?? ??? ?-webkit-perspective:800px;?? ??? ? ?? ??? ?-webkit-perspective-origin:50% 50%;?? ??? ? ?? ??? ?-webkit-transform-style:-webkit-preserve-3d;?? ??? ? ?? ?}?? ??? ? ?? ?.photo .side-front .image img?? ??? ? ?? ?{?? ??? ? ?? ??? ?width: 100%;?? ??? ? ?? ?}?? ??? ? ?? ?.photo .side-front .caption?? ??? ? ?? ?{?? ??? ? ?? ??? ?text-align: center;?? ??? ? ?? ??? ?font-size: 14px;?? ??? ? ?? ??? ?line-height: 10px;?? ??? ? ?? ??? ?top: 10%;?? ??? ? ?? ?}?? ??? ? ?? ?.photo.side-back{}?? ??? ? ?? ?.photo.side-back.desc{?? ??? ? ?? ??? ?top:100px;?? ??? ? ?? ??? ?color: #f44;?? ??? ? ?? ??? ?font-size:14px;?? ??? ? ?? ??? ?line-height: 1.5em;?? ??? ? ?? ?}?? ??? ? ?? ?/*當(dāng)前選中的海報(bào)樣式*/?? ??? ? ?? ?.photo-center?? ??? ? ?? ?{?? ??? ? ?? ??? ?left: 50%;?? ??? ? ?? ??? ?top: 40%;?? ??? ? ?? ??? ?margin:-150px 0 0 -148px;?? ??? ? ?? ??? ?z-index: 999; ?? ??? ? ?? ?}?? ??? ? ?? ?.photo-wrap?? ??? ? ?? ?{?? ??? ? ?? ??? ?position: absolute;?? ??? ? ?? ??? ?width: 100%;?? ??? ? ?? ??? ?height: 100%;?? ??? ? ?? ???? -webkit-perspective:800px;?? ??? ? ?? ??? ?-webkit-perspective-origin:50% 50%;?? ??? ? ?? ??? ?-webkit-transform-style:-webkit-preserve-3d;?? ??? ? ?? ???? -webkit-transition:all 3s;?? ??? ? ?? ?}?? ??? ? ?? ??? ??? ?</style>?? ?</head>?? ?<body onselectstart = "return false;">?? ??? ?<div classs = "wrap">?? ??? ??? ?<div class = "photo photo-center">?? ??? ??? ??? ?<div class = "photo-wrap">?? ??? ??? ??? ??? ??? ??? ??? ??? ?<div class = "side side-front">?? ??? ??? ??? ??? ??? ?<p class ="image">?? ??? ??? ??? ??? ??? ?<img src= "srcs/lang.jpg"></p>?? ??? ??? ??? ??? ??? ?<p calss = "caption">可愛(ài)的狼</p>?? ??? ??? ??? ??? ?</div>?? ??? ??? ??? ??? ?<div class = "side side-back">?? ??? ??? ??? ??? ??? ?<p class ="desc">描述信息</p>?? ??? ??? ??? ??? ?</div>?? ??? ??? ??? ?</div>?? ??? ??? ?</div>?? ??? ?</div>?? ?</body></html>
查看完整描述

1 回答

?
Its_forever

TA貢獻(xiàn)361條經(jīng)驗(yàn) 獲得超328個(gè)贊

應(yīng)該是瀏覽器相關(guān),你用谷歌瀏覽器就沒(méi)有問(wèn)題。

查看完整回答
反對(duì) 回復(fù) 2016-06-10
  • 1 回答
  • 0 關(guān)注
  • 1834 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)