123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- @use "./reset";
- @use "./transition";
- .app-container {
- padding: 10px;
- }
- .el-button-big {
- height: 80px !important;
- border-radius: 40px !important;
- font-size: $f24 !important;
- }
- .el-button-update {
- height: 80px !important;
- border-radius: 16px !important;
- font-size: $f24 !important;
- }
- .search-container {
- padding: 18px 0 0 10px;
- margin-bottom: 10px;
- background-color: var(--el-bg-color-overlay);
- border: 1px solid var(--el-border-color-light);
- border-radius: 4px;
- box-shadow: var(--el-box-shadow-light);
- }
- .table-container > .el-card__header {
- padding: calc(var(--el-card-padding) - 8px) var(--el-card-padding);
- }
- .link-type,
- .link-type:focus {
- color: #337ab7;
- cursor: pointer;
- &:hover {
- color: rgb(32 160 255);
- }
- }
- .mainContentBox {
- width: 100%;
- height: calc(100vh - 80px);
- padding: 0 24px 24px 24px;
- overflow: hidden;
- }
- .commonTitle {
- font-weight: 500;
- font-size: 38px;
- color: rgba(0, 0, 0, 0.9);
- line-height: 40px;
- text-align: left;
- margin-bottom: 20px;
- }
- .elColClasss {
- height: calc(100vh - 130px);
- }
- .drawerTitle {
- width: 100%;
- height: 38px;
- font-weight: 500;
- font-size: 38px;
- color: rgba(0, 0, 0, 0.9);
- text-align: center;
- }
- //steps 二级路由页面Scroll样式
- .stepsViewScroll {
- width: calc((100vw / 6 * 5) - 50px);
- margin-top: $p20;
- display: grid;
- gap: 20px;
- grid-template-columns: 1fr 1fr;
- }
- .stepsViewScrollH {
- width: calc((100vw / 6 * 5) - 50px);
- height: calc(100vh - 254px);
- }
- //search框样式
- .searchInput {
- height: 50px;
- border-radius: 76px;
- overflow: hidden;
- border: 1px solid #00000025;
- font-size: $f24;
- color: #00000080;
- .el-input {
- --el-input-focus-border: none;
- --el-input-hover-border: none;
- }
- .el-input__wrapper {
- box-shadow: none;
- box-sizing: border-box;
- }
- }
- //字体样式
- .titleText {
- font-size: 24px;
- font-weight: 500;
- font-weight: bold;
- }
- .describeText {
- font-size: 20px;
- color: #00000060;
- line-height: 25px;
- }
- //公共弹框样式
- .midPopUp {
- position: fixed;
- width: 100vw;
- height: 100vh;
- z-index: 2;
- background-color: #00000030;
- top: 0;
- left: 0;
- backdrop-filter: blur(5px);
- display: flex;
- justify-content: center;
- align-items: center;
- .container {
- width: 50vw;
- height: 80vh;
- background-color: #f1f3f5;
- border-radius: 16px;
- padding: 10px;
- display: flex;
- flex-direction: column;
- .headerTittle {
- width: 100%;
- height: 55px;
- text-align: center;
- line-height: 55px;
- font-size: 38px;
- font-weight: 500;
- }
- .describeText {
- width: 100%;
- height: 40px;
- text-align: center;
- line-height: 40px;
- font-size: 20px;
- color: #00000060;
- }
- .info {
- flex: 1;
- }
- }
- }
- // 弹框html模板
- // <div class="midPopUp">
- // <div class="container">
- // <div class="headerTittle">本次存入</div>
- // <div class="describeText">LX22112233221122</div>
- // <el-scrollbar>
- // </el-scrollbar>
- // </div>
- // </div>
- .rightFullPopUp {
- position: fixed;
- width: 100vw;
- height: 100vh;
- z-index: 2;
- background-color: #00000030;
- top: 0;
- left: 0;
- backdrop-filter: blur(5px);
- .container {
- width: 50vw;
- height: 100vh;
- background-color: #f1f3f5;
- border-radius: 16px;
- padding: 10px;
- display: flex;
- flex-direction: column;
- float: right;
- .headerTittle {
- width: 100%;
- height: 55px;
- text-align: center;
- line-height: 55px;
- font-size: 38px;
- font-weight: 500;
- }
- .describeText {
- width: 100%;
- height: 40px;
- text-align: center;
- line-height: 40px;
- font-size: 20px;
- color: #00000060;
- }
- .info {
- flex: 1;
- }
- }
- }
- // <div class="rightFullPopUp" >
- // <div class="container">
- // <div class="headerTittle">本次存入</div>
- // <div class="describeText">LX22112233221122</div>
- // <el-scrollbar />
- // </div>
- // </div>
- //drawer样式
- .container {
- width: 50vw;
- height: 100vh;
- background-color: #f1f3f5;
- border-radius: 16px;
- display: flex;
- flex-direction: column;
- padding-top: 20px;
- padding-left: 30px;
- padding-right: 20px;
- .headerTittle {
- width: 100%;
- height: 55px;
- text-align: center;
- line-height: 55px;
- font-size: 38px;
- font-weight: 500;
- }
- .describeText {
- width: 100%;
- height: 40px;
- text-align: center;
- line-height: 40px;
- font-size: 20px;
- color: #00000060;
- }
- .info {
- flex: 1;
- }
- }
- //全局表格样式
- //控制字体
- .el-table__cell {
- font-size: $p20;
- color: black;
- }
|