123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .B4form {
- position: relative;
- background-image: url('../../assets/img/selectCourse/bg.jpg');
- background-size: cover;
- :global {
- .B4main {
- height: calc(100% - 100px);
- padding: 26px 24px;
- .B4top {
- height: 130px;
- position: relative;
- left: -8px;
- width: calc(100% + 16px);
- 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);
- }
- }
- }
- .B4addBtn {
- height: 60px;
- border-radius: 6px;
- background-color: var(--themeColor2);
- color: #fff;
- font-size: 18px;
- font-weight: 700;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-bottom: 15px;
- }
- }
- }
- }
|