123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- @whiteColor: #fff;
-
- .box-content {
- width: 100%;
- .View-box-Card {
- .wrapper {
- width: calc(100% -25px);
- margin-left: 25px;
- margin-top: 40px;
- display: flex;
- position: relative;
- // margin-top: 600px;
- // margin: 30px auto;
- // box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
- // filter: drop-shadow(5px 8px 6px rgb(202, 202, 202));
- filter: drop-shadow(0 0 0.9rem rgba(0, 0, 0, 0.12));
- .card-box-star {
- position: absolute;
- width: auto;
- height: 44.3px;
- position: absolute;
- left: 200px;
- top: 28px;
- font-size: 20px;
- color: @whiteColor;
- .card-star-image {
- padding-left: 6px;
- width: 21px;
- height: 21px;
- }
- .card-star-text {
- padding-left: 10px;
- font-size: 20px;
- color: #333;
- font-weight: 700;
- }
- }
-
- .left-complete-one {
- padding-top: 87px;
- padding-bottom: 43px;
- position: relative;
- display: flex;
- background: @whiteColor;
- background: radial-gradient(
- circle at top right,
- transparent 15px,
- #fff 0
- )
- top right,
- radial-gradient(circle at bottom right, transparent 15px, #fff 0)
- bottom right;
- background-size: 100% 60%;
- background-repeat: no-repeat;
-
- width: 573px;
- border-radius: 15px 0px 0px 15px;
- // border-radius: 12px;
-
- align-items: center;
- .left-image-1 {
- width: 145px;
- height: 44px;
- position: absolute;
- top: 22px;
- }
- .left-viewText {
- // background-image: url(@Image-ProCard_hot);
- // width: 287px;
- width: auto;
- height: 44.3px;
- position: absolute;
- left: 1px;
- top: 28px;
- font-size: 20px;
- color: @whiteColor;
- }
- //图片
- .title-image {
- // width: 145px;
- // margin-left: 20px;
- // border-radius: 24px;
- // overflow: hidden;
- // position: relative;
- height: 144px;
- margin-left: 20px;
- border-radius: 24px;
- overflow: hidden;
- position: relative;
-
- .image-1 {
- // width: 100%;
- // height: 145px;
- width: 144px;
- height: 144px;
- margin: 0;
- }
- .image-2 {
- width: 89px;
- height: 34px;
- position: absolute;
- left: 0;
- top: 0;
- }
- }
- // 商品标题
- .title-content {
- // padding: 84px 0 56px 20px;
- padding-left: 18px;
-
- .Pro-title {
- .title-text {
- width: 375px;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- text-align: left;
- font-size: 24px;
- }
- }
- .title-money {
- // padding-top: 34px;
- font-size: 24px;
- // color: red;
- display: inline-block;
- font-weight: 800;
- margin: 10px auto;
- }
- .title-money-2 {
- height: 19px;
- font-size: 20px;
- font-weight: 400;
- color: #333333;
- padding-left: 50px;
- }
-
- .title-time {
- font-size: 24px;
- // padding-top: 20px;
- color: #c0c8d3;
- }
- .title-position-on {
- display: flex;
- font-size: 20px;
- .title-position {
- width: 18px;
- height: 24px;
- padding-right: 10px;
- padding-top: 5px;
- }
- .title-position-image {
- align-items: center;
- font-size: 20px;
- color: #333;
- }
- .title-on {
- // margin-bottom: 10px;
- padding-top: 5px;
- padding-left: 40px;
- width: 21px;
- height: 21px;
- padding-right: 10px;
- }
- .title-on-text {
- align-items: center;
- font-size: 20px;
- color: #333;
- }
- }
- }
- }
- }
-
- .right-complete-two {
- background: @whiteColor;
- background: radial-gradient(circle at top left, transparent 15px, #fff 0)
- top left,
- radial-gradient(circle at bottom left, transparent 15px, #fff 0) bottom
- left;
- background-size: 100% 60%;
- background-repeat: no-repeat;
- width: 129px;
- border-radius: 0 15px 15px 0;
- position: relative;
- //右面部分
- .right-content {
- height: 134px;
- position: absolute;
- top: calc(50% - 45px);
- left: calc(50% - 30px);
- .right-image {
- width: 35px;
- height: 34px;
- margin-left: calc(50% - 41.5px);
- // text-align: center;
- }
-
- .right-title {
- font-weight: 700;
- width: 110px;
- font-size: 24px;
- padding-top: 15px;
- text-align: center;
- position: relative;
- left: -22px;
- }
- }
- }
- //线条
- .right-complete-two::after {
- content: "";
- position: absolute;
- top: 15px;
- margin: 26px auto;
- height: 70%;
- border-left: 1px dashed #595959;
- opacity: 0.12;
- }
- //已过期logo
- .right-image-two {
- margin-top: 30px;
- width: 76px;
- height: 66px;
- }
- .foot {
- width: 100%;
- height: 26px;
- font-size: 28px;
- font-weight: 400;
- color: #c0c8d3;
- line-height: 34px;
- margin-top: 40px;
- text-align: center;
- }
- }
- }
|