1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/rainbond-rainbond-ui

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
BasicList.less 9.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
xuzl Отправлено 3 лет назад 80447b0
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
@import '~antd/lib/style/themes/default.less';
@import '../../utils/utils.less';
.enterpriseInfo {
font-family: PingFangSC-Medium;
color: #444444;
letter-spacing: 0;
display: flex;
align-items: center;
font-size: 14px;
margin-bottom: 38px;
span {
display: inline-block;
height: 20px;
line-height: 26px;
margin-left: 5px;
}
}
.customerService {
transition: all 0.3s ease 0s;
position: fixed;
z-index: 9999999;
bottom: 10px;
right: 2px;
background-color: rgb(64, 169, 255, 0.8);
float: right;
width: 62px;
height: 62px;
text-align: center;
line-height: 62px;
cursor: pointer;
border-radius: 50%;
}
.btns {
button {
font-family: PingFangSC-Medium;
font-size: 12px;
height: 34px;
line-height: 34px;
letter-spacing: 0;
width: 131px;
margin-right: 15px;
}
button:nth-of-type(1) {
width: 108px;
}
:global {
.ant-btn-primary,
.ant-btn-primary:hover,
.ant-btn-primary:focus {
background-color: #3d58da !important;
border-color: #3d58da !important;
}
}
}
.enterpriseName {
font-family: PingFangSC-Medium;
font-size: 12px;
color: #333333;
letter-spacing: 0;
margin-bottom: 12px;
}
.enterpriseBox {
font-family: PingFangSC-Regular;
font-size: 12px;
color: #79828f;
letter-spacing: 0;
margin-bottom: 32px;
display: flex;
align-items: center;
p {
width: 30%;
margin-right: 16px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.standardList {
:global {
.ant-card-head {
border-bottom: none;
}
.ant-card-head-title {
line-height: 32px;
padding: 24px 0;
}
.ant-card-extra {
padding: 24px 0;
}
.ant-list-pagination {
text-align: right;
margin-top: 24px;
}
.ant-avatar-lg {
width: 48px;
height: 48px;
line-height: 48px;
}
}
.headerInfo {
position: relative;
text-align: center;
& > span {
color: @text-color-secondary;
display: inline-block;
font-size: @font-size-base;
line-height: 22px;
margin-bottom: 4px;
}
& > p {
color: @heading-color;
font-size: 24px;
line-height: 32px;
margin: 0;
}
& > em {
background-color: @border-color-split;
position: absolute;
height: 56px;
width: 1px;
top: 0;
right: 0;
}
}
.listContent {
font-size: 0;
.listContentItem {
color: @text-color-secondary;
display: inline-block;
vertical-align: middle;
font-size: @font-size-base;
margin-left: 40px;
> span {
line-height: 20px;
}
> p {
margin-top: 4px;
margin-bottom: 0;
line-height: 22px;
}
}
}
.extraContentSearch {
margin-left: 16px;
width: 272px;
}
}
.buttonBjNot,
.buttonBjNot:hover {
background: #7983ad !important;
border-color: #7983ad !important;
color: #ffffff !important;
}
.teamBox {
height: 40px;
line-height: 1px;
}
.teamTit {
font-family: PingFangSC-Regular;
font-size: 12px;
color: #8d9bad;
letter-spacing: 0;
}
.elements {
display: flex;
width: 118px;
height: 90px;
padding-top: 25px;
& > div:nth-of-type(1) {
font-family: Silom;
color: #7983ad;
letter-spacing: 0;
padding-right: 3px;
width: 58px;
& > div:nth-of-type(1) {
font-size: 14px;
}
& > div:nth-of-type(2) {
font-size: 12px;
}
}
& > div:nth-of-type(2) {
transform: rotate(20deg);
width: 1px;
border-left: 1px solid #7983ad;
height: 82px;
margin-top: -8px;
}
& > div:nth-of-type(3) {
width: 58px;
border-radius: 1px;
font-family: PingFangSC-Medium;
color: #5679e2;
letter-spacing: 0;
padding-left: 3px;
padding-top: 12px;
& > div:nth-of-type(1) {
font-size: 14px;
}
& > div:nth-of-type(2) {
font-size: 12px;
}
}
}
.en_elements {
display: flex;
width: 118px;
height: 90px;
padding-top: 25px;
& > div:nth-of-type(1) {
font-family: Silom;
color: #7983ad;
letter-spacing: 0;
padding-right: 3px;
width: 58px;
& > div:nth-of-type(1) {
font-size: 14px;
padding-bottom: 6px;
}
& > div:nth-of-type(2) {
font-size: 12px;
line-height: 13px;
margin-left: -4px;
}
}
& > div:nth-of-type(2) {
transform: rotate(20deg);
width: 1px;
border-left: 1px solid #7983ad;
height: 82px;
margin-top: -8px;
}
& > div:nth-of-type(3) {
width: 58px;
border-radius: 1px;
font-family: PingFangSC-Medium;
color: #5679e2;
letter-spacing: 0;
padding-left: 3px;
padding-top: 12px;
& > div:nth-of-type(1) {
font-size: 14px;
padding-bottom: 6px;
}
& > div:nth-of-type(2) {
font-size: 12px;
line-height: 13px;
margin-left: -11px;
}
}
}
.appContent {
h6 {
font-family: PingFangSC-Semibold;
font-size: 18px;
color: #333333;
letter-spacing: 0;
}
div {
font-family: PingFangSC-Regular;
font-size: 12px;
color: #8d9bad;
letter-spacing: 0;
}
}
.appnums{
display: block;
width: 80px;
}
.appnums,
.appnumno {
margin-top: 30px;
font-family: PingFangSC-Semibold;
font-size: 12px;
color: #333333;
letter-spacing: 0;
padding-left: 8px;
border-left: 3px solid #e5e5e5;
border-radius: 4px;
border-radius: 1.5px;
}
.appnumno {
border-color: #3d58da;
}
.nums {
font-family: PingFangSC-Medium;
font-size: 12px;
color: #333333;
letter-spacing: 0;
display: flex;
justify-content: space-around;
span {
color: #8d9bad;
}
span:nth-of-type(1) {
color: #333333;
}
}
.eidbox {
display: flex;
justify-content: space-between;
& > div:nth-of-type(1) {
width: calc(100% - 366px);
}
}
.grays {
font-family: PingFangSC-Medium;
font-size: 14px;
line-height: 14px;
height: 14px;
color: #444444;
letter-spacing: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.addteam {
margin-left: 18px;
width: 150px;
}
.overText {
font-family: PingFangSC-Medium;
font-size: 14px;
color: #3d54c4;
line-height: 14px;
letter-spacing: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.teamtest {
margin-right: 17px;
width: 134px;
text-align: center;
cursor: pointer;
}
.addTeam {
background: #e3e8ff;
height: 33px;
width: 33px;
border-radius: 50%;
line-height: 33px;
text-align: center;
}
.units {
font-family: PingFangSC-Medium;
font-size: 14px;
color: #8d9bad !important;
letter-spacing: 0;
line-height: 25px;
}
.cen {
span {
display: inline-block;
}
}
.numbers {
// width : 100%;
// overflow : hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.Box {
list-style: none;
text-align: center;
white-space:nowrap;
li {
color: #8d9bad;
font-family: PingFangSC-Medium;
letter-spacing: 0;
}
li:nth-of-type(1) {
display: flex;
justify-content: center;
align-items: center;
margin-top: 3px;
height: 62px;
div {
width: 68px;
height: 68px;
display: flex;
align-items: center;
justify-content: center;
background: #e3e8ff;
border-radius: 50%;
box-shadow: 0 2px 4px 0 rgba(216, 116, 146, 0.07);
}
}
li:nth-of-type(2) {
width: 100%;
display: flex;
align-items: baseline;
justify-content: center;
font-size: 26px;
color: #333333;
margin: 12px 0 4px 0;
span:nth-of-type(1) {
// text-align: right;
}
span:nth-of-type(2) {
// text-align: left;
}
}
li:nth-of-type(3) {
font-size: 12px;
margin-bottom: 16px;
}
}
@media screen and (max-width: @screen-xs) {
.standardList {
:global {
.ant-list-item-content {
display: block;
flex: none;
width: 100%;
}
.ant-list-item-action {
margin-left: 0;
}
}
.listContent {
margin-left: 0;
& > div {
margin-left: 0;
}
}
.listCard {
:global {
.ant-card-head-title {
overflow: visible;
}
}
}
}
}
@media screen and (max-width: @screen-sm) {
.standardList {
.extraContentSearch {
margin-left: 0;
width: 100%;
}
.headerInfo {
margin-bottom: 16px;
& > em {
display: none;
}
}
}
}
@media screen and (max-width: @screen-md) {
.standardList {
.listContent {
& > div {
display: block;
}
& > div:last-child {
top: 0;
width: 100%;
}
}
}
.listCard {
:global {
.ant-radio-group {
display: block;
margin-bottom: 8px;
}
}
}
}
@media screen and (max-width: @screen-lg) and (min-width: @screen-md) {
.standardList {
.listContent {
& > div {
display: block;
}
& > div:last-child {
top: 0;
width: 100%;
}
}
}
}
@media screen and (max-width: @screen-xl) {
.standardList {
.listContent {
& > div {
margin-left: 24px;
}
& > div:last-child {
top: 0;
}
}
}
}
@media screen and (max-width: 1400px) {
.standardList {
.listContent {
text-align: right;
& > div:last-child {
top: 0;
}
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/rainbond-rainbond-ui.git
git@gitlife.ru:oschina-mirror/rainbond-rainbond-ui.git
oschina-mirror
rainbond-rainbond-ui
rainbond-rainbond-ui
main