Browse Source

首页样式修改

shilin 4 years ago
parent
commit
721bd54b20
2 changed files with 3983 additions and 3761 deletions
  1. 7 3
      colorui/main.css
  2. 3976 3758
      pages/index/Index.vue

+ 7 - 3
colorui/main.css

@@ -3489,6 +3489,10 @@ scroll-view.cu-steps .cu-item {
 	background-color: #333333;
 	color: #ffffff;
 }
+.bg-blacks{
+	background-color: #1E1D20;
+	color: #FFFFFF;
+}
 
 .bg-white {
 	background-color: #ffffff;
@@ -3950,10 +3954,10 @@ scroll-view.cu-steps .cu-item {
 }
 
 .cu-tag.looknumber{
- border-radius: 200upx;
+ border-radius: 100upx;
  position: absolute;
- top: 20upx;
- font-size: 20upx;
+ top: -15upx;
+ font-size: 18upx;
 /* padding: 0upx 10upx; */
  height: 28upx;
  color: #ffffff;

File diff suppressed because it is too large
+ 3976 - 3758
pages/index/Index.vue