| | |
| | | position: relative; |
| | | width: 100%; |
| | | height: 100%; |
| | | background: linear-gradient(93deg, #5a84ff 0%, #c5d4fe 100%); |
| | | background: #5a84ff; |
| | | border-radius: 12px 12px 12px 12px; |
| | | } |
| | | |
| | |
| | | } |
| | | .content { |
| | | // position: relative; |
| | | padding:20px 10px; |
| | | padding: 20px 10px; |
| | | // z-index: 2; |
| | | height: calc(100% - 40px); |
| | | background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%); |
| | | box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); |
| | | // box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); |
| | | box-shadow: 0px 1px 1px 1px #dbdbdb; |
| | | border-radius: 5px 5px 5px 5px; |
| | | overflow: hidden; |
| | | } |