diff --git a/pages/index/searchPage.vue b/pages/index/searchPage.vue
index 3473b19..026a4cc 100644
--- a/pages/index/searchPage.vue
+++ b/pages/index/searchPage.vue
@@ -60,8 +60,12 @@
- {{item.name}}
- {{item.subName}}
+
+
+ {{item.name}}
+ Massachusetts Institute of Technology
+ {{item.subName}}
+
@@ -279,12 +283,28 @@ export default{
background: #FFFFFF;
display: flex;
align-items: center;
- justify-content: space-between;
- &>text{
- font-size: 30upx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
+ // justify-content: space-between;
+ .schoolInfo{
+ flex:1;
+ margin-left:20rpx;
+ .schoolName{
+ font-size: 30upx;
+ font-family: PingFang SC;
+ font-weight: 500;
+ color: #333333;
+ }
+ .schoolSubName{
+ font-size: 24upx;
+ font-family: PingFang SC;
+ font-weight: 500;
+ color: #999999;
+ margin-top:14upx;
+ }
+ }
+
+ image{
+ width:110upx;
+ height:110upx;
}
}
}
diff --git a/static/xiaohui.png b/static/xiaohui.png
new file mode 100644
index 0000000..b771302
Binary files /dev/null and b/static/xiaohui.png differ