| 12345678910111213141516171819202122232425 |
- .main-class {
- margin: 10px 32rpx 10px 32rpx;
- margin-top: 10px;
- border-radius: 15rpx;
- box-shadow:2px 2px 5px #e5e5e6;
- }
- .main-foot {
- background: #fff;
- width: 100%;
- border-radius: 15rpx 15rpx 0px 0px;
- background: linear-gradient(180deg, #E2ECFF 0%, #FAFCFF 100%), #fff;
- background-repeat: no-repeat;
- background-size: 100% 46px;
- }
- .table {
- width: 94%;
- padding: 10px 3% 10px 3%;
- }
- .table-row {
- display: flex;
- width: 100%;
- flex-direction: row;
- margin-top: 6px;
- }
|