From c75de5fd4340711e0863a1472d596d975afef9b5 Mon Sep 17 00:00:00 2001 From: 7wc98#14 <2923616405@qq.com> Date: Fri, 3 Apr 2020 10:55:40 +0800 Subject: [PATCH] Update --- src/main/resources/templates/Person.html | 179 +++++++++++++++++++++++ 1 file changed, 179 insertions(+) diff --git a/src/main/resources/templates/Person.html b/src/main/resources/templates/Person.html index 70369b8..8ddb419 100644 --- a/src/main/resources/templates/Person.html +++ b/src/main/resources/templates/Person.html @@ -23,6 +23,145 @@ color: white; list-style: none; } + #stable{ + width: 750px; + height: 500px; + } + .picRow{ + width: 740px; + margin: 5px; + height: 245px; + position: relative; + } + .picBox{ + width: 240px; + height: 245px; + margin-left: 5px; + float: left; + background-color: gray; + perspective: 200px; + } + .X1,.Y1,.Z1,.X2,.Y2,.Z2{ + width: 240px; + height: 245px; + position: relative; + background-color: gray; + -webkit-transform-style: preserve-3d; + -moz-transform-style: preserve-3d; + -ms-transform-style: preserve-3d; + transform-style: preserve-3d; + transition: 1.5s; + } + .X1 img{ + width: 240px; + height: 245px; + } + .X1:hover{ + transform: rotateX(180deg); + } + .Y1 img{ + width: 240px; + height: 245px; + } + .Y1:hover{ + transform: rotateY(180deg); + } + .Z1 img{ + width: 240px; + height: 245px; + } + .Z1:hover{ + transform: rotateZ(180deg); + } + .X2 img{ + width: 240px; + height: 245px; + } + .X2:hover{ + transform: rotateZ(180deg); + } + .Y2 img{ + width: 240px; + height: 245px; + } + .Y2:hover{ + transform: rotateY(180deg); + } + .Z2 img{ + width: 240px; + height: 245px; + } + .Z2:hover{ + transform: rotateX(180deg); + } + .face{ + position: absolute; + width: 240px; + height: 245px; + } + .front{ + border:2px solid #4b2518; + } + .X1-back{ + /*让它成为背面,开始只显示正面*/ + transform:rotateX(180deg); + background-color: #4b2518; + border:2px solid #fff; + } + .X1-back h3{ + color:white; + text-align:center; + } + .X2-back{ + /*让它成为背面,开始只显示正面*/ + transform:rotateZ(180deg); + background-color: #4b2518; + border:2px solid #fff; + } + .X2-back h3{ + color:white; + text-align:center; + } + .Y1-back{ + /*让它成为背面,开始只显示正面*/ + transform:rotateY(180deg); + background-color: #4b2518; + border:2px solid #fff; + } + .Y1-back h3{ + color:white; + text-align:center; + } + .Y2-back{ + /*让它成为背面,开始只显示正面*/ + transform:rotateY(180deg); + background-color: #4b2518; + border:2px solid #fff; + } + .Y2-back h3{ + color:white; + text-align:center; + } + .Z1-back{ + /*让它成为背面,开始只显示正面*/ + transform:rotateZ(180deg); + background-color: #4b2518; + border:2px solid #fff; + } + .Z1-back h3{ + color:white; + text-align:center; + } + .Z2-back{ + /*让它成为背面,开始只显示正面*/ + transform:rotateX(180deg); + background-color: #4b2518; + border:2px solid #fff; + } + .Z2-back h3{ + color:white; + text-align:center; + } 御承扬的编程能力介绍 @@ -89,6 +228,46 @@

1、编程语言和 IDE


+
+
+
+
+
+

Python

+
+
+
+
+
+

java

+
+
+
+
+ pic +
+
+
+
+
+
+ pic +
+
+
+
+
+

MFC

+
+
+
+
+
+

CSS

+
+
+
+
-- GitLab
我所熟悉的编程语言以及相关 IDE