123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- .mine {
- min-height: 100vh;
- background-color: #041129;
- .draw-content {
- padding: 48px 30px;
- .draw-title {
- margin-top: 48px;
- font-family: PingFangSC-Regular;
- font-size: 28px;
- color: #FFFFFF;
- }
- .draw-text {
- margin-top: 30px;
- position: relative;
- .draw-content-func {
- display: flex;
- position: absolute;
- right: 0;
- top: -84px;
- }
- .delete-draw-text {
- padding: 0 20px;
- height: 64px;
- line-height: 64px;
- font-family: PingFangSC-Regular;
- font-size: 24px;
- letter-spacing: 0;
- text-align: center;
- background-color: rgba(255, 255, 255, .05);
- color: rgba(255, 255, 255, .5);
- }
- .recommend {
- margin-right: 20px;
- width: 222px;
- height: 64px;
- display: flex;
- align-items: center;
- border-radius: 16px;
- justify-content: center;
- background-color: rgba(255, 255, 255, .05);
- color: rgba(255, 255, 255, .5);
- .recommend-img {
- margin-left: 10px;
- width: 32px;
- height: 32px;
- display: block;
- }
- .recommend-text {
- font-family: PingFangSC-Regular;
- font-size: 24px;
- letter-spacing: 0;
- text-align: center;
- }
- }
- .draw-taxtarea {
- width: 642px;
- background-color: rgba(255, 255, 255, .05);
- font-size: 28px;
- color: rgba(255, 255, 255, .5);
- height: 150px;
- padding: 24rpx 24rpx 44rpx 24rpx;
- }
- .textarea-num {
- margin-top: -50px;
- margin-right: 20px;
- text-align: end;
- color: rgba(255, 255, 255, .5);
- }
- .generate {
- margin-top: 40px;
- display: flex;
- justify-content: flex-end;
- }
- .generate-button {
- padding: 20px 40px;
- border-radius: 96px;
- text-align: center;
- position: relative;
- right: 0;
- z-index: 100;
- background-image: linear-gradient(-49deg, #5D81FF 0%, #0F84EC 100%);
- font-family: PingFangSC-Regular;
- font-size: 28px;
- color: #FFFFFF;
- }
- }
- }
- .result-content {
- // margin-top: 40px;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- .content-info {
- width: 330px;
- margin-bottom: 20px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- .info-img {
- width: 100%;
- display: block;
- }
- }
- }
- .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;
- }
- }
- }
- .banner-content {
- margin-top: 40px;
- width: 100%;
- position: relative;
- }
- .banner {
- width: 100%;
- min-height: 420px;
- position: relative;
- .banner-tips {
- font-family: PingFangSC-Regular;
- font-size: 32px;
- color: rgba(255, 255, 255, .75);
- .tips-left {
- position: absolute;
- top: 50px;
- left: 10px;
- }
- .tips-right {
- position: absolute;
- top: 50px;
- right: 10px;
- text-decoration: underline
- }
- }
- .banner-info {
- background-color: #535353;
-
- width: 100%;
- height: 390px;
- .banner-image {
- width: 100%;
- height: 100%;
- }
- }
- }
- .banner-indicatorDots {
- margin-top: 10px;
- display: flex;
- justify-content: center;
- .indicatorDots-info {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-left: 10px;
- width: 100px;
- height: 57px;
- .indicatorDots-img {
- width: 100%;
- height: 100%;
- }
- }
- }
- }
|