| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- .content-class {
- padding-top: 40px !important;
- &::before {
- background-image: none !important;
- }
- .card-item-trigger-type {
- position: absolute;
- top: 0;
- left: -14px;
- height: 32px;
- padding: 0 30px;
- color: rgba(0, 0, 0, 0.65);
- line-height: 32px;
- background-color: rgba(0, 0, 0, 0.06);
- transform: skewX(-45deg);
- .card-item-trigger-type-text {
- display: flex;
- align-items: center;
- justify-content: center;
- transform: skewX(45deg);
- }
- }
- .card-item-content-box {
- .card-item-content-trigger {
- display: flex;
- .card-item-content-trigger-item {
- width: max-content;
- color: rgba(0, 0, 0, 0.85);
- font-weight: bold;
- font-size: 15px;
- &:not(:last-child) {
- margin-right: 10px;
- }
- }
- .trigger-device {
- color: rgba(47, 84, 235);
- font-weight: bold;
- font-size: 15px;
- }
- }
- .card-item-content-action-item {
- display: flex;
- margin-top: 5px;
- .card-item-content-action-item-left {
- width: 40px;
- margin-right: 20px;
- color: #6968be;
- font-weight: bold;
- font-size: 18px;
- }
- .card-item-content-action-item-right {
- width: calc(100% - 58px);
- padding: 5px;
- border: 1px solid rgba(0, 0, 0, 0.08);
- .card-item-content-action-item-right-item {
- display: flex;
- width: 100%;
- .trigger-contents {
- color: rgba(0, 0, 0, 0.85);
- }
- .right-item-left {
- width: 15%;
- .trigger-conditions {
- color: #fab247;
- }
- .trigger-shake {
- color: rgba(0, 0, 0, 0.55);
- }
- }
- .right-item-right {
- width: 85%;
- .right-item-right-item {
- display: flex;
- width: 100%;
- .trigger-ways {
- width: 70px;
- color: rgba(0, 0, 0, 0.85);
- font-size: 16px;
- }
- .right-item-right-item-contents {
- display: flex;
- width: calc(100% - 95px);
- overflow: hidden;
- .right-item-right-item-contents-item {
- display: flex;
- align-items: center;
- color: rgba(0, 0, 0, 0.65);
- }
- }
- }
- &:not(:first-child) {
- padding-left: 20px;
- }
- }
- }
- }
- }
- .trigger-actions-more {
- margin-top: 10px;
- color: rgba(0, 0, 0, 0.45);
- cursor: pointer;
- }
- .notify-text-highlight {
- margin-left: 5px;
- font-weight: bold;
- }
- .notify-img-highlight {
- margin: 0 5px;
- color: rgba(0, 0, 0, 0.8);
- font-weight: bold;
- }
- }
- .card-item-content-box-empty {
- color: #e50012;
- font-weight: bold;
- }
- }
|