123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- .mine {
- height: 100vh;
- background-color: #f3f4f8;
- .mine-apply-panel {
- background-color: #fff;
- box-sizing: border-box;
- padding: 32px 40px;
- border-radius: 16px;
- margin: 0 auto;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- .mine-apply-panel-title {
- font-size: 28px;
- color: #14172f;
- font-weight: 500;
- }
- .mine-apply-panel-money {
- font-size: 80px;
- color: #14172f;
- font-weight: 500;
- }
- .mine-apply-panel-button {
- font-size: 32px;
- color: #fff;
- background-color: #007aff;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 50px;
- height: 80px;
- padding: 0 44px;
- margin: 0;
- }
- .mine-apply-panel-tip {
- font-size: 24px;
- color: #818aa4;
- }
- .split-char {
- width: 3px;
- height: 30px;
- background-color: #818aa4;
- }
- }
- .mine-tools-panel-title {
- font-size: 34px;
- color: #14172f;
- font-weight: 500;
- margin: 20px 0;
- }
- .mine-tools-panel {
- width: 100%;
- box-sizing: border-box;
- border-radius: 16px;
- padding: 0 36px;
- background-color: #fff;
- margin: 0 auto;
- .mine-tools-item {
- display: flex;
- justify-content: flex-start;
- text-align: left;
- align-items: center;
- width: 100%;
- height: 112px;
- padding: 0 12px;
- box-sizing: border-box;
- display: flex;
- background-color: transparent;
- border: none;
- box-shadow: none;
- &::after {
- border: none;
- }
- &:not(:last-child) {
- border-bottom: 1px solid #f2f2f2;
- }
- .mine-tools-item-icon {
- width: 48px;
- height: 48px;
- margin-right: 20px;
- }
- .mine-tools-item-title {
- flex-grow: 1;
- font-size: 30px;
- color: #14172f;
- }
- .icon-arrow {
- width: 40px;
- height: 40px;
- }
- }
- }
- .mine-image-wechat-official {
- aspect-ratio: auto;
- height: 180px;
- width: 100%;
- }
- .mine-avatar {
- width: 128px;
- height: 128px;
- }
- .mine-menu {
- padding: 24px 16px;
- .mine-menu-wrap {
- height: 172px;
- background-color: #f9f9ff;
- width: 100%;
- border: none;
- border-radius: 0;
- box-shadow: none;
- color: #000000;
- font-weight: 400;
- &::after {
- border: none;
- }
- }
- .mine-menu-icon {
- width: 60px;
- height: 60px;
- }
- }
- .mine-item-icon {
- width: 48px;
- height: 48px;
- padding-right: 24px;
- }
- }
|