作者 朱振飞

最新细节修改

此 diff 太大无法显示。
... ... @@ -114,8 +114,11 @@ onLoad(options){
box-sizing: border-box;
text-align: center;
margin-right: 14rpx;
margin-bottom: 16rpx;
line-height: 112rpx;
text-align: center;
margin-bottom: 30rpx;
display: flex;
align-items: center;
justify-content: center;
}
}
}
... ...
... ... @@ -235,11 +235,14 @@
</script>
<style lang="less">
page{
height: 100%;
}
.content {
background: rgba(249, 249, 249, 1);
height: 100vh;
height: 100%;
padding-bottom: 120rpx;
box-sizing: border-box;
.search {
width: 750rpx;
height: 82rpx;
... ...
... ... @@ -338,6 +338,7 @@ export default {
width: 160rpx;
height: 160rpx;
position: absolute;
border-radius: 50%;
top: -50rpx;
left: 36rpx;
}
... ...
... ... @@ -307,12 +307,13 @@ page{
padding: 0 40rpx;
box-sizing: border-box;
margin-bottom: 24rpx;
.title {
.title {
line-height: 160rpx;
}
.icon {
width: 120rpx;
height: 120rpx;
border-radius: 50%;
margin-top: 20rpx;
}
}
... ...
... ... @@ -490,7 +490,7 @@
background-color: rgba(249, 249, 249, 1);
height: 100vh;
padding-bottom: 120rpx;
box-sizing: border-box;
.nodata {
text-align: center;
font-size: 28rpx;
... ...