也是在网上大海捞针才找到的资源,适配了自己的UI
HTML
<view class="pure_top"></view>
CSS
view.pure_top { content: ''; width: 120%; height: 150px; left: -10%; border-radius: 0 0 50% 50%; background: #3d7eff; position: fixed;}
效果图