123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .ExamRoadVideo {
- .header {
- width: 100%;
- height: auto;
- flex-wrap: wrap;
- border-radius: 0px 0px 45px 45px;
- .rect {
- width: 100%;
- height: 406px;
- background-image: url("https://ndata.zzxcx.net/ctjk/mp-wx/buyVideo/headerBg.png");
- background-size: 100%;
- .search {
- width: 100%;
- padding: 0 30px;
- margin-bottom: 20px;
- margin-top: 20px;
- position: relative;
- .icon1 {
- position: absolute;
- top: 12px;
- left: 50px;
- }
- .bar {
- width: 100%;
- outline: none;
- background-color: #fff;
- height: 60px;
- border-radius: 30px 30px 30px 30px;
- font-size: 26px;
- padding-left: 72px;
- border: none;
- }
- }
- .select {
- padding: 0 30px;
- display: flex;
- padding: 0 30px;
- justify-content: space-between;
- }
- }
- .arc {
- width: 100%;
- height: 100px;
- }
- .header-province {
- width: 210px;
- height: 60px;
- background: #fff;
- border-radius: 40px;
- font-size: 26px;
- padding-left: 30px;
- box-sizing: border-box;
- outline: none;
- border: none;
- }
- .header-city {
- width: 210px;
- height: 60px;
- background: #fff;
- border-radius: 40px;
- font-size: 26px;
- padding-left: 30px;
- box-sizing: border-box;
- outline: none;
- border: none;
- }
- .header-area {
- width: 210px;
- height: 60px;
- background: #fff;
- border-radius: 40px;
- font-size: 26px;
- padding-left: 30px;
- box-sizing: border-box;
- outline: none;
- border: none;
- }
- }
- .content {
- width: 100%;
- padding: 0px 30px;
- transform: translateY(-190px);
- .list {
- width: 100%;
- background: #edf4ff;
- box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.1);
- border-radius: 20px 20px 20px 20px;
- .list-item {
- width: 100%;
- padding: 30px;
- padding-top: 30px;
- padding-bottom: 0px;
- display: flex;
- height: 220px;
- flex-wrap: wrap;
- }
- .list-item-image {
- width: 248px;
- height: 138px;
- margin-right: 24px;
- }
- .list-item-border {
- width: 100%;
- background: #e0e0e0;
- height: 2px;
- }
- .list-item-textbody{
- display: 'flex';
- align-items: space-between;
- flex-wrap: 'wrap';
- width: 355px;
- }
- .list-item-text1 {
- width: 305px;
- color: #0a1a33;
- font-size: 30px;
- padding-top: 10px;
- }
- .list-item-text2 {
- width: 305px;
- color: #8a9099;
- font-size: 26px;
- }
- }
- }
- }
|