12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .SubmitButton {
- background: #3a91d5;
- border-radius: 7px;
- border: 0px;
- }
- .SelectFrom {
- width: 180px;
- background: #ffffff;
- border-radius: 7px;
- border: 1px solid #dbdbdb;
- }
- .addButton {
- border-radius: 4px;
- border: 0px;
- margin: 10px 0px;
- }
- .cardText {
- font-size: 0.106rem;
- color: #333;
- display: flex;
- align-items: center;
- position: relative;
- margin-bottom: 0.08rem;
- }
-
- .recommderTag{
- position: absolute;
- color: #fff;
- line-height: 0.28rem;
- width: 0.54rem;
- background-color: rgba(0,0,0,0.4);
- text-align: center;
- border-radius: 12px 0 12px 0;
- font-size: 0.09rem;
- }
- .cardItem{
- font-size: 0.106rem;
- font-weight: 400;
- color: #666;
- display: flex;
- align-items: center;
- margin-bottom: 0.08rem;
- .title{
- display: inline-block;
- width: 0.58rem;
-
- min-width: 0.58rem;
- justify-content: space-between;
- text-align: justify;
- text-align-last:justify
- }
-
- }
- .cardText{
- font-size: 0.106rem;
- font-weight: 400;
- color: #666;
- display: flex;
- align-items: center;
- margin-bottom: 0.08rem;
- .title{
- display: inline-block;
- width: 0.58rem;
-
- min-width: 0.58rem;
- justify-content: space-between;
- text-align: justify;
- text-align-last:justify
- }
-
- }
- .ediText {
- font-size: 0.106rem;
- color: #ff925c;
- position: absolute;
- right: 0;
-
- }
-
-
- .address {
- width: 400px;
- height: 24px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .cover{
- width: 100%;
-
- padding-bottom: 56.25%;
- background-size: 100% 100% !important;
-
- border-radius: 12px 12px 0 0;
-
- // height: '14vw';
- }
|