123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- @charset "utf-8";
- #my-tools {
- .user-action {
- border-bottom: 1px solid #eee;
- .tip {
- font-size: 12px;
- color: #A7A7B7;
- span {
- color: #4299FF;
- cursor: pointer;
- margin: 0 5px;
- }
- i {
- font-size: 14px;
- cursor: pointer;
- }
- }
- }
- .table-layout {
- padding: 20px 30px;
- .tip-layout {
- text-align: center;
- padding-top: 70px;
- padding-bottom: 70px;
- .t1 {
- color: #686872;
- font-size: 18px;
- line-height: 18px;
- margin-bottom: 20px;
- }
- .desc {
- color: #686872;
- line-height: 14px;
- margin-bottom: 10px;
- }
- .t2 {
- color: #686872;
- font-size: 18px;
- line-height: 18px;
- margin-bottom: 50px;
- }
- .t3 {
- color: #686872;
- font-size: 18px;
- line-height: 18px;
- margin-bottom: 5px;
- }
- .date {
- color: #A7A7B7;
- font-size: 12px;
- line-height: 12px;
- margin-bottom: 10px;
- }
- }
- }
- .tab-1-layout {
- .total-log {
- font-size: 12px;
- .t {
- color: #303139;
- }
- span {
- color: #5E677B;
- margin-right: 10px;
- b {
- color: #4299FF;
- margin: 0 2px;
- }
- }
- }
- .user-action {
- .email {
- font-size: 12px;
- line-height: 24px;
- height: 24px;
- margin-top: 8px;
- .switch {
- margin-left: 5px;
- vertical-align: top;
- }
- }
- }
- .data-layout {
- margin: 0 -20px;
- .data-item:hover {
- .fixed {
- display: block;
- }
- }
- .data-item {
- margin: 0 20px;
- margin-top: 24px;
- width: 230px;
- display: inline-block;
- text-align: left;
- position: relative;
- .assets {
- height: 265px;
- width: 100%;
- }
- .fixed {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- height: 265px;
- display: none;
- background: rgba(0, 0, 0, 0.5);
- .btns {
- padding: 120px 45px;
- .button {}
- .white {
- cursor: pointer;
- display: inline-block;
- color: #fff;
- font-size: 12px;
- float: right;
- }
- }
- }
- .title {
- color: #303139;
- font-size: 16px;
- margin-bottom: 5px;
- span {
- background: #A3CFFF;
- display: inline-block;
- padding: 0 3px;
- height: 16px;
- border-radius: 2px;
- line-height: 16px;
- text-align: center;
- margin-right: 10px;
- color: #fff;
- font-size: 10px;
- }
- b {
- color: #4299FF;
- }
- }
- .date {
- color: #A7A7B7;
- font-size: 12px;
- }
- .more {
- position: absolute;
- bottom: 0;
- right: 0;
- }
- }
- }
- }
- .tab-2-layout {
- .total-log {
- font-size: 12px;
- .t {
- color: #303139;
- }
- span {
- color: #5E677B;
- margin-right: 10px;
- b {
- color: #4299FF;
- margin: 0 2px;
- }
- }
- }
- .user-action {
- .email {
- span {
- cursor: pointer;
- }
- }
- }
- .data-layout {
- margin: 0 -20px;
- text-align: center;
- .data-item {
- margin: 0 20px;
- margin-top: 24px;
- width: 230px;
- display: inline-block;
- text-align: left;
- position: relative;
- .assets {
- height: 160px;
- width: 100%;
- }
- .title {
- color: #A7A7B7;
- margin-bottom: 5px;
- b {
- color: #4299FF;
- }
- }
- .date {
- color: #A7A7B7;
- font-size: 12px;
- }
- .more {
- position: absolute;
- bottom: 0;
- right: 0;
- }
- }
- }
- }
- .tab-3-layout {}
- .tab-4-layout {}
- .tab-5-layout {
- padding-top: 80px;
- padding-bottom: 280px;
- }
- }
|