Parcourir la source

Signed-off-by: yukangzhe <382985154@qq.com>

yukangzhe il y a 3 ans
Parent
commit
4c7770c486
1 fichiers modifiés avec 9 ajouts et 2 suppressions
  1. 9 2
      pages/student/student.wxss

+ 9 - 2
pages/student/student.wxss

@@ -118,10 +118,17 @@ image{
   position: absolute;
     z-index: 2;
     color: #FFF;
-    top: 20rpx;
-    right: 20rpx;
     font-size: 36rpx;
     padding: 25rpx;
+    bottom: 60rpx;
+    width: 300rpx;
+    left: 50%;
+    margin-left: -175rpx;
+    text-align: center;
+    height: 40rpx;
+    line-height: 40rpx;
+    background: #eee;
+    color: #333;
 }
 .camera-view{
   position: absolute;