作者 朱振飞

最新细节修改

此 diff 太大无法显示。
@@ -114,8 +114,11 @@ onLoad(options){ @@ -114,8 +114,11 @@ onLoad(options){
114 box-sizing: border-box; 114 box-sizing: border-box;
115 text-align: center; 115 text-align: center;
116 margin-right: 14rpx; 116 margin-right: 14rpx;
117 - margin-bottom: 16rpx;  
118 - line-height: 112rpx; 117 + text-align: center;
  118 + margin-bottom: 30rpx;
  119 + display: flex;
  120 + align-items: center;
  121 + justify-content: center;
119 } 122 }
120 } 123 }
121 } 124 }
@@ -235,11 +235,14 @@ @@ -235,11 +235,14 @@
235 </script> 235 </script>
236 236
237 <style lang="less"> 237 <style lang="less">
238 - 238 + page{
  239 + height: 100%;
  240 + }
239 .content { 241 .content {
240 background: rgba(249, 249, 249, 1); 242 background: rgba(249, 249, 249, 1);
241 - height: 100vh; 243 + height: 100%;
242 padding-bottom: 120rpx; 244 padding-bottom: 120rpx;
  245 + box-sizing: border-box;
243 .search { 246 .search {
244 width: 750rpx; 247 width: 750rpx;
245 height: 82rpx; 248 height: 82rpx;
@@ -338,6 +338,7 @@ export default { @@ -338,6 +338,7 @@ export default {
338 width: 160rpx; 338 width: 160rpx;
339 height: 160rpx; 339 height: 160rpx;
340 position: absolute; 340 position: absolute;
  341 + border-radius: 50%;
341 top: -50rpx; 342 top: -50rpx;
342 left: 36rpx; 343 left: 36rpx;
343 } 344 }
@@ -313,6 +313,7 @@ page{ @@ -313,6 +313,7 @@ page{
313 .icon { 313 .icon {
314 width: 120rpx; 314 width: 120rpx;
315 height: 120rpx; 315 height: 120rpx;
  316 + border-radius: 50%;
316 margin-top: 20rpx; 317 margin-top: 20rpx;
317 } 318 }
318 } 319 }
@@ -490,7 +490,7 @@ @@ -490,7 +490,7 @@
490 background-color: rgba(249, 249, 249, 1); 490 background-color: rgba(249, 249, 249, 1);
491 height: 100vh; 491 height: 100vh;
492 padding-bottom: 120rpx; 492 padding-bottom: 120rpx;
493 - 493 + box-sizing: border-box;
494 .nodata { 494 .nodata {
495 text-align: center; 495 text-align: center;
496 font-size: 28rpx; 496 font-size: 28rpx;