修改头像昵称接口调整

This commit is contained in:
2021-09-25 16:51:34 +08:00
parent 2ee15b9d97
commit f5cb5733a6
5 changed files with 14 additions and 10 deletions

View File

@@ -216,6 +216,11 @@
</script>
<style lang="scss">
page{
width: 100%;
min-height: 100vh;
background-color: #fff;
}
.hasmore {
color: #808080;
font-size: $title-size-m;
@@ -328,12 +333,11 @@
}
.btn {
// background-color: $text-price;
background-image: linear-gradient(to right, $text-price, $mian-color);
background-image: linear-gradient(to right, #7c52fc, #976dff);
color: #fff;
border-radius: 20rpx;
border-radius: 10rpx;
text-align: center;
padding: $padding * .7 ;
padding: $padding * .9 ;
margin: $margin * 2;
font-size: $title-size;
font-weight: bold;