123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .effective,.discount{
- float: right;
- margin-left: 20px;
- margin-top: 10px;
- p{
- float: left;
- }
- div{
- width: 15px;
- height: 20px;
- float: left;
- position: relative;
- .up{
- cursor: pointer;
- position: absolute;
- top: 0;
- right: 0
- }
- .up:hover{
- color: #1890ff
- }
- .down{
- cursor: pointer;
- position: absolute;
- bottom: 0;
- right: 0
- }
- .down:hover{
- color: #1890ff
- }
- }
- }
- .cardCode{
- width: 1100px;
- .ant-card-body{
- background: #69afeb;
- color: #fff;
-
- }
- .discountList{
- p{
- font-size: 16px;
- }
- >p{
- border-bottom: 1px solid #cccc;
- text-align: center;
- span{
- font-size: 60px;
- margin: 0 10px;
- display: inline-block;
- }
- padding-bottom: 10px;
- }
- .discountListTxt {
- p{
- margin-top: 10px;
- }
- }
- }
- .intro {
- width: 180px;
- margin-top: 10px;
- p{
- font-size: 16px;
- text-align: left;
- margin-bottom: 5px;
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- }
- }
- }
|