Commit 6c427e39 authored by 李俊赕's avatar 李俊赕

背景渐变色

parent 6a0d4692
...@@ -37,8 +37,14 @@ ...@@ -37,8 +37,14 @@
<style lang="scss"> <style lang="scss">
.order-wrap { .order-wrap {
width: 750rpx; width: 750rpx;
height: 600rpx; height: 100vh;
background: linear-gradient(360deg, #F4F5F7 0%, #2272FF 100%); overflow: auto;
// height: 1600rpx;
// background: linear-gradient(360deg, #F4F5F7 0%, #2272FF 100%);
background-color: #F4F5F7;
background-image: linear-gradient(to top, #F4F5F7 , #2272FF);
background-size: 750rpx 600rpx;
background-repeat: no-repeat;
.header { .header {
padding: 12rpx 30rpx 40rpx 30rpx; padding: 12rpx 30rpx 40rpx 30rpx;
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment