123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- .mine {
- min-height: 100vh;
- background-color: #041129;
- padding-bottom: 120px;
- .banner-info {
- width: 100%;
- height: 750px;
- .banner-image {
- width: 100%;
- height: 100%;
- }
- }
- .content {
- padding: 0 30px;
- .user-text {
- margin-top: 30px;
- display: flex;
- justify-content: space-between;
- font-family: PingFangSC-Regular;
- font-size: 28px;
- color: rgba(255, 255, 255, .75);
- font-family: PingFangSC-Regular;
- font-size: 28px;
- color: rgba(255,255,255,.75);
- .user-left {
- display: flex;
- align-items: center;
- .user-img {
- width: 56px;
- height: 56px;
- display: block;
- margin-right: 20px;
- }
- }
- .like {
- display: flex;
- align-items: center;
- .like-img {
- width: 36px;
- height: 36px;
- margin-right: 6px;
- }
- }
- }
- .draw-title {
- margin-top: 48px;
- font-family: PingFangSC-Regular;
- font-size: 32px;
- color: #FFFFFF;
- }
- .draw-text {
- margin-top: 20px;
- .draw-taxtarea {
- width: 642px;
- font-size: 28px;
- background-color: rgba(255, 255, 255, .05);
- color: rgba(255, 255, 255, .5);
- min-height: 240px;
- padding: 24px;
- }
- .copy {
- margin-top: 20px;
- display: flex;
- justify-content: flex-end;
- .copy-button {
- margin-left: 20px;
- display: flex;
- align-items: center;
- color: #FFFFFF;
- background-image: linear-gradient(-45deg, #4EC3F8 0%, #0F84EC 100%);
- font-size: 24px;
- padding: 5px 20px;
- border-radius: 30px;
- .copy-icon {
- width: 24px;
- height: 24px;
- margin-right: 10px;
- }
- }
- }
- }
- .draw-content {
- margin-top: 48px;
- .draw-info {
- margin-top: 1px;
- background: #0F1A2F;
- padding: 0 30px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 112px;
- font-family: PingFangSC-Regular;
- font-size: 32px;
- color: rgba(255, 255, 255, .75);
- }
- .draw-info:first-child {
- border-radius: 16px 16px 0 0;
- }
- .draw-info:last-child {
- border-radius: 0 0 16px 16px;
- }
- }
- }
- .func {
- width: 100%;
- margin-top: 76px;
- .func-list {
- padding: 0 30px;
- display: flex;
- justify-content: space-evenly;
- }
- .func-info {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 218px;
- height: 80px;
- border-radius: 8px;
- border: 2px solid rgba(16, 133, 237, 1);
- font-family: PingFangSC-Regular;
- font-size: 32px;
- color: #38ADF4;
- letter-spacing: 0;
- text-align: center;
- .func-image {
- margin-right: 22px;
- width: 48px;
- height: 48px;
- }
- }
- }
- }
|