| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- .screen {
- display: flex;
- width: 100%;
- margin-bottom: 20px;
- }
- .screen1 {
- display: flex;
- justify-content: space-between;
- width: 100%;
- }
- .cardbottom {
- margin-top: 20px;
- }
- .title {
- display: flex;
- align-items: center;
- margin-bottom: 20px;
- font-size: 18px;
- .title_time {
- margin-left: 10px;
- font-size: 16px;
- }
- }
- .pagination {
- display: flex;
- justify-content: space-between;
- margin-top: 20px;
- }
- .btn-group {
- display: flex;
- gap: 10px; /* 按钮之间的间隔 */
- align-items: center; /* 垂直居中按钮 */
- justify-content: center; /* 水平居中按钮 */
- }
- .dialog_box {
- display: flex;
- align-items: center;
- width: 100%;
- padding: 20px 60px;
- margin-top: 40px;
- }
- .dialog_box1 {
- display: flex;
- width: 100%;
- padding: 20px 60px;
- margin-top: 10px;
- }
- .dialog_box2 {
- display: flex;
- align-items: center;
- width: 100%;
- padding: 20px 60px;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .dialog_name {
- display: flex;
- margin-right: 20px;
- }
- .dialog_footer {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 20px;
- margin-bottom: 20px;
- color: #999999;
- }
- .dialog_footer1 {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 50px;
- margin-bottom: 10px;
- }
- .dialog_footer2 {
- display: flex;
- margin-bottom: 10px;
- color: #000000;
- }
- .elimageurl {
- display: flex;
- overflow: hidden;
- overflow: auto auto;
- }
- .Required {
- width: 10px;
- color: red;
- }
|