1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /* page {
- background-image: linear-gradient(to bottom, #d3fae0, #f2f4f7);
- } */
-
-
-
- .custom-border {
- border-width: 0;
- border-color: transparent !important;
- background-color: transparent !important;
- outline: none !important;
- }
- .custom-border::after{
- border: none;
- }
-
- .primary {
- color: #1677ff;
- }
-
- .primarybg {
- background-color: #1677ff;
- }
-
- /* list */
- .list {
- padding: 20rpx;
- }
-
- .list-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 20rpx 0;
- }
-
- .list-title {
- width: 600rpx;
- font-size: 28rpx;
- line-height: 36rpx;
- }
|