Ver código fonte

修改样式

heikabujianai 5 anos atrás
pai
commit
81214bbb01
2 arquivos alterados com 15 adições e 15 exclusões
  1. BIN
      images/clock-video.zip
  2. 15 15
      pages/clock/clock.wxss

BIN
images/clock-video.zip


+ 15 - 15
pages/clock/clock.wxss

@@ -2,14 +2,14 @@
 page {
   background: rgba(245, 245, 245, 1);
   font-family: PingFangSC-Regular, PingFang SC;
-  padding-bottom: 30rpx;
+  /* padding-bottom: 20rpx; */
 }
 
 .video {
   width: 710rpx;
-  height: 268rpx;
+  height: 248rpx;
   margin: 20rpx;
-  box-shadow: 0rpx 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06);
+  /* box-shadow: 0rpx 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
 }
 
 .no-pass,
@@ -39,8 +39,8 @@ page {
   width: 690rpx;
   height: 840rpx;
   background: rgba(255, 255, 255, 1);
-  box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06);
-  border-radius: 32rpx;
+  /* box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
+  border-radius: 16rpx;
   display: flex;
   align-items: center;
   justify-content: center;
@@ -88,7 +88,7 @@ page {
   line-height: 88rpx;
   text-align: center;
   background: rgba(0, 122, 255, 1);
-  border-radius: 10rpx;
+  border-radius: 16rpx;
   border: 2rpx solid rgba(0, 122, 255, 1);
   margin-top: 88rpx;
 }
@@ -155,9 +155,9 @@ page {
   align-items: center;
   justify-content: space-around;
   background: #FFFFFF;
-  box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06);
-  border-radius: 32rpx;
-  margin-top: 20rpx;
+  /* box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
+  border-radius: 16rpx;
+  margin-top: 60rpx;
 }
 
 .pass-header-footer-view {
@@ -183,9 +183,9 @@ page {
 .pass-content {
   width: 690rpx;
   height: 748rpx;
-  background: #FFFFFF;
-  box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06);
-  border-radius: 32rpx;
+  background: #fff;
+  /* box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
+  border-radius: 16rpx;
   margin-top: 20rpx;
   padding: 30rpx 27rpx;
   box-sizing: border-box;
@@ -209,7 +209,7 @@ page {
   background: #F5F5F5;
   box-sizing: border-box;
   padding-left: 30rpx;
-  border-radius: 10rpx;
+  border-radius: 8rpx;
   display: flex;
   flex-direction: column;
   justify-content: center;
@@ -335,7 +335,7 @@ page {
   width: 600rpx;
   height: 504rpx;
   background: #FFFFFF;
-  border-radius: 30rpx;
+  border-radius: 16rpx;
   display: flex;
   align-items: center;
   justify-content: center;
@@ -373,7 +373,7 @@ page {
   font-weight: 500;
   color: #FFFFFF;
   background: #007AFF;
-  border-radius: 44rpx;
+  border-radius: 16rpx;
   margin-top: 72rpx;
   display: flex;
   align-items: center;