123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- .A5order {
- position: relative;
- :global {
- .A5main {
- padding: 5px 0 14px;
- background-image: url('../../assets/img/selectCourse/bg.jpg');
- background-size: cover;
- height: calc(100% - 60px);
- .A5list {
- width: 100%;
- height: calc(100% - 80px);
- margin-bottom: 20px;
- overflow-y: auto;
- .A5listMain {
- padding: 0 16px;
- }
- .A5lTop {
- height: 130px;
- width: 100%;
- background-image: url(../../assets/img/order/top.png);
- background-size: 100% 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- padding: 0 0 4px 13%;
- font-size: 16px;
- color: #828282;
- & > p {
- padding-right: 20px;
- margin-bottom: 6px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- & > span {
- font-weight: 700;
- color: var(--themeColor2);
- }
- }
- }
- .A5lKaBox {
- padding: 0 6px;
- .A5btn {
- position: absolute;
- z-index: 10;
- width: 90%;
- bottom: 3%;
- margin: auto;
- height: 60px;
- background-color: var(--themeColor2) !important;
- text-align: center;
- color: #fff;
- font-size: 20px;
- font-weight: 700;
- border-radius: 4px;
- }
- .A5lKa {
- margin-bottom: 15px;
- background-color: #fff;
- border-radius: 5px;
- box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
- padding: 18px 0 10px;
- .A5tit {
- padding-left: 25px;
- font-weight: 700;
- font-size: 18px;
- color: var(--themeColor);
- position: relative;
- margin-bottom: 20px;
- &::before {
- content: '';
- position: absolute;
- width: 6px;
- height: 100%;
- top: 0;
- left: 0;
- background-color: var(--themeColor);
- }
- }
- .ant-form-item {
- padding: 0 13px;
- margin-bottom: 12px;
- height: 40px;
- .ant-row {
- display: flex;
- .ant-form-item-label {
- width: 110px;
- flex: none;
- display: block;
- }
- .ant-form-item-control {
- flex: none;
- display: block;
- width: calc(100% - 110px);
- }
- .ant-input {
- border: none !important;
- box-shadow: none !important;
- border-bottom: 1px solid #bebebe !important;
- border-radius: 0;
- }
- }
- .ant-input-number {
- width: 100%;
- border: none !important;
- box-shadow: none !important;
- border-bottom: 1px solid #bebebe !important;
- border-radius: 0;
- }
- }
- .A5llmove {
- label {
- padding-left: 12px;
- }
- }
- .A5Text {
- label {
- padding-left: 12px;
- }
- min-height: 80px;
- height: auto;
- textarea {
- min-height: 80px !important;
- }
- }
- .A5Text20 {
- height: 41px;
- textarea {
- min-height: 30px !important;
- }
- }
- // 文本域不换行问题
- .A5TextPdf {
- display: flex;
- padding: 0 13px;
- margin-bottom: 12px;
- min-height: 40px;
- span {
- color: #ff4d4f;
- margin-right: 4px;
- }
- & > div {
- &:nth-of-type(1) {
- width: 110px;
- }
- &:nth-of-type(2) {
- width: calc(100% - 110px);
- border-bottom: 1px solid #bebebe;
- padding-bottom: 10px;
- }
- }
- }
- // 下面下载
- .A5LA1 {
- display: flex;
- justify-content: space-between;
- padding: 0 23px;
- font-size: 16px;
- height: 40px;
- align-items: center;
- margin-bottom: 10px;
- .A5LA1ll {
- height: 100%;
- width: calc(100% - 70px);
- span {
- display: block;
- font-size: 10px;
- color: #999;
- }
- }
- .A5LA1btn {
- height: 100%;
- width: 60px;
- background-color: var(--themeColor2);
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 4px;
- color: #fff;
- }
- div.A5LA1btn {
- background-color: var(--themeColor);
- }
- }
- .A5file {
- font-size: 16px;
- padding: 0 23px;
- position: relative;
- & > img {
- border-radius: 4px;
- width: 100%;
- object-fit: contain !important;
- display: block;
- }
- .A5file2 {
- display: flex;
- flex-direction: column;
- z-index: 10;
- color: #fff;
- position: absolute;
- top: 10px;
- right: 33px;
- font-size: 24px;
- & > span {
- background-color: rgba(0, 0, 0, 0.6);
- padding: 5px;
- border-radius: 6px;
- margin-bottom: 10px;
- }
- }
- }
- .A5LAkuang {
- margin-top: 10px;
- padding: 0 23px;
- margin-bottom: 8px;
- & > div {
- background-color: #f3f8fd;
- border-radius: 4px;
- font-size: 14px;
- color: var(--themeColor);
- padding: 12px 0 12px 20px;
- & > p {
- margin-bottom: 5px;
- }
- }
- }
- }
- }
- }
- }
- }
- }
|