123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086 |
- @import "./reset.less";
- .main-part {
- height: 100%;
- }
- .ellipsis {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- #loading {
- text-align: center;
- height: 2000px;
- margin-top: 30px;
- }
- .waring {
- color: #ff4d4f;
- margin-top: 18px;
- height: 18px;
- }
- .patient-info {
- /*height: 50px;*/
- background: #fff;
- line-height: 50px;
- border-bottom: 10px #eff1f6 solid;
- text-align: center;
- /*margin-bottom: 20px;*/
- padding-right: 80px;
- span {
- color: #333;
- margin-right: 40px;
- display: inline-block;
- }
- .check,
- .ywCheck {
- display: inline-block;
- padding: 0px 13px;
- background: #00a1ff;
- color: #fff;
- border-radius: 4px;
- height: 30px;
- line-height: 30px;
- position: absolute;
- right: 0;
- top: 10px;
- margin-right: 25px;
- cursor: pointer;
- }
- .ywCheck {
- display: none;
- }
- }
- .sub-menu {
- position: relative;
- width: @menuWt+15px;
- height: 100%;
- float: left;
- /*overflow-y: auto;*/
- overflow: hidden;
- background: @themeColor;
- border-right: 1px @frameBdColor solid;
- .logo {
- margin: 8px 0 44px;
- text-indent: 22px;
- height: 42px;
- }
- & > a {
- position: absolute;
- top: 50%;
- right: 0;
- z-index: 99;
- }
- & > ul,
- .subMenu {
- overflow-x: hidden;
- overflow-y: auto;
- white-space: nowrap;
- height: calc(100% - 140px);
- }
- & > ul > li,
- .subMenu > li {
- color: @fstColor;
- margin-bottom: 10px;
- &.menu-0 {
- background: url("../images/total.png") 20px 9px no-repeat;
- &.active {
- background: url("../images/total_a.png") 20px 9px no-repeat;
- }
- &.slide-up {
- background-color: @activeBg;
- }
- }
- &.menu-6 {
- background: url("../images/index.png") 20px 11px no-repeat;
- &.active {
- background: url("../images/index_a.png") 20px 11px no-repeat;
- }
- &.slide-up {
- background-color: @activeBg;
- }
- }
- &.menu-1 {
- background: url("../images/inhis.png") 19px 11px no-repeat;
- &.active {
- background: url("../images/inhis_a.png") 19px 11px no-repeat;
- }
- &.slide-up {
- background-color: @activeBg;
- }
- }
- &.menu-37 {
- background: url("../images/prod.png") 20px 10px no-repeat;
- &.active {
- background: url("../images/prod_a.png") 20px 10px no-repeat;
- }
- &.slide-up {
- background-color: @activeBg;
- }
- }
- &.menu-5 {
- background: url("../images/out.png") 20px 11px no-repeat;
- &.active {
- background: url("../images/out_a.png") 20px 11px no-repeat;
- }
- &.slide-up {
- background-color: @activeBg;
- }
- }
- &.menu-55 {
- background: url("../images/other.png") 20px 11px no-repeat;
- &.active {
- background: url("../images/other_a.png") 20px 11px no-repeat;
- }
- &.slide-up {
- background-color: @activeBg;
- }
- }
- }
- .slide-up {
- background-color: @activeBg !important;
- }
- .active {
- color: @activeColor;
- /*background: @activeBg;
- border-right: 3px @activeColor solid;*/
- }
- .subMenu > .active {
- color: @activeColor;
- /*background: @activeBg;
- border-right: 3px @activeColor solid;*/
- }
- .page:hover {
- color: @activeColor;
- }
- .list-1 {
- position: relative;
- p {
- color: @fstColor;
- &:hover {
- color: @activeColor;
- }
- }
- &:after {
- content: " ";
- display: inline-block;
- position: absolute;
- left: @menuWt+ (-30px);
- top: 18px;
- width: 10px;
- height: 6px;
- background: url("../images/icon_down.png") no-repeat;
- }
- &.slide-up:after {
- transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- }
- ul {
- display: none;
- li.page {
- text-indent: 55px;
- color: @greyColor;
- &.active {
- color: @activeColor;
- }
- &:hover {
- color: @activeColor;
- }
- }
- }
- }
- li {
- line-height: @menuLiHt;
- text-indent: 45px;
- cursor: pointer;
- }
- .copy-right {
- /*position: fixed;
- bottom: 0px;*/
- width: @menuWt+15;
- text-align: center;
- background: @themeColor;
- padding: 10px 0 20px;
- border-top: 1px @themeBorderClr solid;
- p {
- font-size: 12px;
- color: @trdColor;
- white-space: nowrap;
- }
- }
- }
- .menu-mini {
- display: none;
- width: 60px;
- height: 100%;
- background: @themeColor;
- position: relative;
- .logo {
- height: 50px;
- line-height: 50px;
- text-align: center;
- color: #dee5ef;
- margin-bottom: 44px;
- }
- & > a {
- position: absolute;
- top: 50%;
- right: 0;
- z-index: 1;
- }
- & > ul > li {
- width: 100%;
- height: 40px;
- line-height: 40px;
- background: url("../images/module.png") center no-repeat;
- cursor: pointer;
- margin-bottom: 10px;
- &:hover {
- &:after {
- // content: "";
- // display: inline-block;
- // width: 8px;
- // height: 32px;
- // background: url("../images/ar.png") no-repeat;
- // position: absolute;
- // left: 56px;
- // top: 4px;
- }
- .arrow-left {
- content: "";
- display: inline-block;
- width: 8px;
- height: 32px;
- background: url("../images/ar.png") no-repeat;
- position: relative;
- left: 56px;
- top: 4px;
- z-index: 2;
- }
- ul {
- display: block;
- }
- }
- & ul {
- display: none;
- left: 60px;
- position: absolute;
- width: 186px;
- background: @themeColor;
- border-radius: 4px;
- box-shadow: 1px 2px 20px -3px #000512;
- margin-left: 3px;
- z-index: 9;
- height: calc(100% - 80px);
- top: 60px;
- &:before {
- // content: "";
- // display: inline-block;
- // width: 8px;
- // height: 32px;
- // background: url("../images/ar.png") no-repeat;
- // position: absolute;
- // left: -8px;
- }
- li {
- height: 40px;
- line-height: 40px;
- color: @greyColor;
- text-indent: 30px;
- border-radius: 4px;
- &:hover,
- &.active {
- background: @activeBg;
- color: @activeColor;
- }
- }
- }
- &.menu-0 {
- background: url("../images/total.png") 20px 9px no-repeat;
- &:hover,
- &.active {
- background: url("../images/total_a.png") @activeBg 20px 9px no-repeat;
- }
- }
- &.menu-6 {
- background: url("../images/index.png") 20px 11px no-repeat;
- &:hover,
- &.active {
- background: url("../images/index_a.png") @activeBg 20px 11px no-repeat;
- }
- }
- &.menu-1 {
- background: url("../images/inhis.png") 19px 11px no-repeat;
- &:hover,
- &.active {
- background: url("../images/inhis_a.png") @activeBg 19px 11px no-repeat;
- }
- }
- &.menu-37 {
- background: url("../images/prod.png") 20px 10px no-repeat;
- &:hover,
- &.active {
- background: url("../images/prod_a.png") @activeBg 20px 10px no-repeat;
- }
- }
- &.menu-5 {
- background: url("../images/out.png") 21px 11px no-repeat;
- &:hover,
- &.active {
- background: url("../images/out_a.png") @activeBg 21px 11px no-repeat;
- }
- }
- }
- }
- .modal-box {
- width: 470px;
- }
- .show-box {
- /*.check-item{
- display: none;
- }*/
- .line {
- width: 100%;
- border-top: 1px #e2e5ef solid;
- }
- &.refuse {
- background: url("../images/refuse.png") no-repeat;
- background-position: 300px 174px;
- .check-status {
- color: #e3505b;
- width: auto;
- }
- }
- &.pass {
- background: url("../images/pass.png") no-repeat;
- background-position: 300px 174px;
- .check-status {
- color: #22ac76;
- width: auto;
- }
- }
- }
- .tab-container {
- margin-left: @menuWt+15px;
- background: @disColor;
- /*height: 100%;*/
- .content-box {
- display: none;
- width: 78%;
- height: 100%;
- background: #fff;
- position: relative;
- overflow-y: auto;
- border-right: 10px #eff1f6 solid;
- border-left: 10px #eff1f6 solid;
- box-sizing: border-box;
- }
- .content-item {
- display: none;
- /*height: 100%;*/
- .content-item-wrapper {
- margin-bottom: 50px;
- }
- /**********危急值记录*************/
- &.danger-record {
- height: auto;
- .title {
- /*position: unset;*/
- }
- }
- .title {
- /*position: absolute;
- top: 0;*/
- width: 100%;
- color: #333333;
- font-size: 16px;
- text-align: center;
- font-weight: bold;
- height: 44px;
- line-height: 44px;
- border-bottom: 1px #e2e5ef solid;
- text-indent: 20px;
- }
- .container {
- /*margin-top: 45px;*/
- padding: 20px 30px 0;
- height: 100%;
- /*overflow-y: auto;*/
- }
- .info-table {
- margin: 0 0 15px;
- }
- table {
- width: 100%;
- border: 1px @tableBorderColor solid;
- }
- .inline-table {
- display: inline;
- border: none;
- td {
- border: none;
- }
- }
- .inner-table table {
- border: none;
- td {
- border: none;
- text-align: left;
- vertical-align: text-bottom;
- width: 41%;
- &[rowspan] {
- // font-weight: bold;
- width: 100px;
- padding-left: 0;
- }
- &.active {
- background: @anchorBg;
- }
- }
- }
- .embed-table {
- border: 1px @tableBorderColor solid;
- & > tbody > tr:first-child > td {
- padding: 0;
- border: none;
- & > table td {
- border: 1px @tableBorderColor solid;
- line-height: 20px;
- padding: 7px 8px;
- white-space: nowrap;
- }
- }
- .table-tip {
- text-align: left;
- }
- }
- th {
- table {
- border: none;
- }
- border: 1px @tableBorderColor solid;
- background: @thBgColor;
- line-height: 20px;
- padding: 7px 8px;
- white-space: nowrap;
- }
- td {
- text-align: center;
- border: 1px @tableBorderColor solid;
- padding: 2px 8px;
- height: 20px;
- table,
- td {
- border: none;
- }
- }
- .info-item {
- border-bottom: 1px @borderColor solid;
- .text-left {
- width: 100%;
- text-align: right;
- }
- .cont {
- display: inline-block;
- min-width: 33%;
- margin-bottom: 5px;
- box-sizing: border-box;
- // padding-left: 5px;
- &.active {
- background: @anchorBg;
- }
- span {
- line-height: 20px;
- vertical-align: middle;
- }
- .text-indent {
- text-indent: 28px;
- }
- .text-bold {
- font-weight: bold;
- }
- .label {
- display: inline-block;
- /*min-width: 70px;*/
- font-weight: bold;
- overflow-x: hidden;
- }
- .revisitPlanTan {
- border: none;
- td {
- border: none;
- }
- }
- }
- &.cont-2 .cont {
- min-width: 48%;
- }
- &.cont-4 .cont {
- min-width: 23%;
- }
- &.cont-5 .cont {
- min-width: 19%;
- }
- &.no-border {
- border-bottom: none;
- margin-bottom: 0;
- }
- margin-bottom: 5px;
- .info-title {
- font-weight: bold;
- margin-bottom: 10px;
- }
- }
- }
- .operation {
- width: calc(22% - 12px);
- height: 100%;
- margin-right: 10px;
- position: relative;
- background: #fff;
- display: none;
- .flaw-title {
- position: absolute;
- top: 0;
- width: 100%;
- height: 44px;
- color: #333333;
- font-weight: bold;
- line-height: 44px;
- border-bottom: 1px #e2e5ef solid;
- /*margin-bottom: 20px;*/
- span {
- font-size: 16px;
- margin-left: 15px;
- }
- a {
- float: right;
- width: 66px;
- height: 28px;
- margin: 10px 20px 0 0;
- line-height: 28px;
- text-align: center;
- border-radius: 4px;
- color: @activeColor;
- font-weight: normal;
- border: 1px @activeColor solid;
- }
- }
- .flaw-box {
- margin-top: 45px;
- padding-top: 5px;
- height: 100%;
- overflow-y: auto;
- }
- .flaw-item {
- display: none;
- position: relative;
- margin: 0 12px 10px 12px;
- /*border-bottom:1px #E2E5EF solid;*/
- padding-bottom: 6px;
- &:after {
- display: block;
- content: "";
- width: 98%;
- height: 1px;
- background: @borderColor;
- position: absolute;
- bottom: -5px;
- left: 1%;
- }
- p {
- text-indent: 5px;
- }
- .opers {
- padding-right: 5px;
- }
- .info {
- p {
- font-size: 12px;
- }
- .name {
- max-width: 100px;
- }
- }
- .delete {
- text-decoration: line-through;
- }
- .title {
- box-sizing: border-box;
- padding: 5px;
- img {
- vertical-align: middle;
- }
- }
- &.active .title {
- background: @anchorBg;
- }
- }
- }
- .oper {
- text-align: right;
- }
- }
- .empty {
- /*display: none;*/
- margin-top: 120px;
- text-align: center;
- img {
- width: 140px;
- }
- p {
- margin-top: 15px;
- font-size: 12px;
- text-indent: 10px;
- color: #aaa;
- }
- }
- .empty2 {
- margin-top: 60px;
- text-align: center;
- height: 170px;
- td {
- width: 100%;
- }
- img {
- width: 140px;
- }
- p {
- // margin-top: 15px;
- font-size: 12px;
- text-indent: 10px;
- color: #aaa;
- }
- }
- .edit-box {
- p {
- margin-bottom: 10px;
- .red {
- display: inline-block;
- width: auto;
- text-indent: 5px;
- }
- }
- .warning {
- display: none;
- }
- input[type="text"] {
- border: 1px @borderColor solid;
- width: 300px;
- height: 38px;
- text-indent: 10px;
- line-height: 38px;
- border-radius: 2px;
- box-sizing: border-box;
- }
- input[type="radio"] {
- vertical-align: middle;
- margin-right: 5px;
- }
- .flaw-drop-input {
- padding-right: 28px;
- box-sizing: border-box;
- }
- #addQcMsg {
- padding-right: 0;
- }
- span {
- display: inline-block;
- width: 70px;
- margin-right: 12px;
- text-align: right;
- }
- .checker-drop-input {
- height: 38px;
- border: 1px #e2e5ef solid;
- width: 120px;
- vertical-align: middle;
- text-align: left;
- line-height: 38px;
- text-indent: 5px;
- }
- .radio-label {
- width: auto;
- vertical-align: middle;
- }
- }
- .add-box,
- .edit-box {
- .drop-box {
- position: relative;
- margin-bottom: 10px;
- &:after {
- content: "";
- display: inline-block;
- width: 13px;
- height: 7px;
- background: url("../images/arrow_down.png") no-repeat;
- background-size: 13px 7px;
- position: absolute;
- left: 365px;
- top: 16px;
- }
- &.checker-drop-box:after {
- left: 185px;
- }
- }
- ul {
- display: none;
- position: absolute;
- right: 23px;
- width: 300px;
- background: #fff;
- border: 1px @tableBorderColor solid;
- max-height: 205px;
- overflow: auto;
- box-sizing: border-box;
- z-index: 1;
- li {
- line-height: 25px;
- padding: 0 5px;
- cursor: pointer;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- &:hover {
- background: @tableBorderColor;
- }
- }
- }
- .checker-drop-box ul {
- width: 122px;
- left: 86px;
- }
- .show {
- ul {
- display: block;
- }
- &:after {
- background-image: url("../images/arrow_up.png");
- }
- }
- }
- .standard_table {
- tr {
- td.standard_fst {
- width: 160px;
- }
- }
- }
- /*******手术知情同意书*********/
- .surgery-book {
- .book-item {
- margin-bottom: 15px;
- :not(:first-child) {
- text-indent: 15px;
- }
- .intent {
- text-indent: 30px;
- }
- .intent-1 {
- margin-left: 48px;
- text-indent: 0;
- }
- &.clearfix {
- p {
- width: 100%;
- }
- }
- .fr {
- margin-top: 25px;
- text-align: right;
- }
- }
- }
- /********术后首次病程记录及谈话记录*******/
- .textR {
- text-align: right;
- }
- .textL {
- text-align: left;
- }
- .textPreLine {
- white-space: pre-line;
- }
- .textIndent30 {
- text-indent: 30px;
- }
- .textBold {
- font-weight: bold;
- }
- .padL30 {
- padding-left: 30px;
- }
- .displayInlineBlock {
- display: inline-block;
- }
- /********缺陷总览*********/
- .flaw-table {
- display: none;
- height: 97%;
- background: #fff;
- margin: 0 10px 10px;
- overflow-y: auto;
- /*overflow-y: auto;
- margin: 0 30px 0 20px;*/
- .slide-up {
- cursor: pointer;
- color: @activeColor;
- &:before {
- display: inline-block;
- width: 14px;
- height: 14px;
- content: "";
- font-size: 18px;
- color: @activeColor;
- text-align: center;
- vertical-align: middle;
- margin-right: 4px;
- background: url("../images/slice.png") no-repeat;
- }
- &.down:before {
- background: url("../images/add.png") no-repeat;
- }
- }
- .page-item {
- display: none;
- h2 {
- height: 44px;
- line-height: 44px;
- border-bottom: 1px @tableBorderColor solid;
- font-size: 16px;
- margin-bottom: 20px;
- text-indent: 20px;
- font-weight: bold;
- }
- }
- .interval-color {
- tr:nth-child(2n) {
- background: #eff1f6;
- }
- }
- table {
- width: 97%;
- border: 1px solid #e2e5ef;
- border-collapse: collapse; /*关键代码*/
- /*margin-bottom: 40px;*/
- margin: 0 30px 40px 20px;
- thead {
- background: #eff0f9;
- }
- /*tr[code]{
- display: none;
- }*/
- th,
- td {
- height: 32px;
- box-sizing: border-box;
- padding: 0 20px;
- border: 1px solid #e2e5ef;
- border-collapse: collapse; /*关键代码*/
- }
- th {
- font-size: 14px;
- font-weight: 500;
- }
- td {
- font-size: 14px;
- font-weight: 400;
- &.red {
- text-align: center;
- }
- }
- }
- }
- .high-light {
- background: @highlighBg;
- &.active {
- background: none;
- }
- }
- .scroll-table {
- thead,
- tbody {
- display: block;
- width: 100%;
- box-sizing: border-box;
- th,
- td {
- width: 49%;
- display: inline-block;
- box-sizing: border-box;
- border: none;
- line-height: 32px;
- &:first-child {
- width: 30%;
- border-right: 1px @tableBorderColor solid;
- }
- &:last-child {
- width: 20%;
- border-left: 1px @tableBorderColor solid;
- }
- }
- td[colspan] {
- border-right: none;
- border-left: none;
- }
- }
- thead {
- border-bottom: 1px @tableBorderColor solid;
- tr {
- width: calc(100% - 18px);
- border-bottom: none;
- }
- }
- tbody {
- overflow-y: auto;
- }
- tr {
- display: block;
- border-bottom: 1px @tableBorderColor solid;
- &:last-child {
- border-bottom: none;
- }
- }
- tr,
- td[colspan] {
- width: 100%;
- box-sizing: border-box;
- }
- }
- .modal .modal-footer a.cancel {
- color: #00a1ff;
- border-color: #00a1ff;
- margin-right: 16px;
- }
- .checkTipsBox {
- width: 184px;
- height: 112px;
- }
- .page-anchor-hover:hover {
- color: #00a1ff;
- }
- .page-anchor {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- max-width: 450px;
- display: inline-block;
- min-width: 100px;
- }
- .checkImg {
- width: 40px;
- position: relative;
- top: 20px;
- left: 50%;
- margin-left: -20px;
- }
- .checkTxt {
- color: #fff;
- top: 10px;
- margin-top: 10px;
- text-align: center;
- position: relative;
- width: 100%;
- opacity: 0.5;
- }
- .liExtend {
- position: absolute;
- left: -3px;
- width: 3px;
- height: 100%;
- }
- // 缺陷总览
- .titleSpecial {
- overflow: hidden;
- cursor: pointer;
- text-align: center;
- span {
- float: left;
- width: 77px;
- height: 28px;
- line-height: 28px;
- border: 1px solid #777;
- color: #777;
- text-indent: 0;
- margin-top: 7px;
- font-weight: normal;
- }
- .titlePay {
- border-radius: 4px 0px 0px 4px;
- margin-left: 20px;
- background-color: #00a1ff;
- color: #fff;
- border-color: #00a1ff;
- border-right: 0;
- }
- .titleNo {
- border-radius: 0px 4px 4px 0px;
- border-left: 0;
- }
- }
- #contentIframeIn,
- #pacsIframeIn,
- #assistIframeIn,
- #pacsDetailIframeIn,
- #contentNursing,#contentOther {
- //医嘱信息
- width: 100%;
- height: 100%;
- }
- .appeal,
- .examine,
- .reject {
- width: 44px;
- height: 20px;
- background: #fff2c8;
- border-radius: 3px;
- border: 1px solid #ebdaa9;
- font-size: 12px;
- color: #a07906;
- line-height: 20px;
- display: inline-block;
- text-align: center;
- cursor: pointer;
- }
- .examine {
- background: #d3f7ed;
- border: 1px solid #7ee7d5;
- color: #04af9c;
- }
- .reject {
- background: #ffebeb;
- border: 1px solid #fbacae;
- color: #ca0c0f;
- }
- .textarea-text {
- border: 1px #e2e5ef solid;
- vertical-align: top;
- padding: 10px;
- resize: none;
- overflow-y: auto;
- }
- .modal .modal-body {
- padding: 20px 22px 10px;
- max-height: 360px;
- overflow-y: auto;
- }
- .required {
- color: #e3505b;
- }
- .refreshBtn{
- width: 80px;
- height: 36px;
- color: #fff;
- background: #00A1FF;
- border-radius: 4px;
- padding: 7px 26px;
- margin-right: 20px;
- }
|