Files
YGChatCS/components/ServiceTipsWord/styles/index.scss
2025-07-11 14:46:30 +08:00

54 lines
961 B
SCSS

.service-prompt {
padding: 12px 18px;
}
.service-header {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.header-text {
font-size: 12px;
color: #6b84a2;
}
.header-icon {
width: 9px;
height: 9px;
margin-left: 8px;
}
.service-buttons {
display: flex;
flex-wrap: nowrap;
}
.service-button {
height: 36px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
padding-left: 12px;
padding-right: 12px;
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.5) 0%,
#ffffff 100%
);
box-shadow: 0px 2px 6px 0px rgba(16, 78, 137, 0.1);
border-radius: 20px 20px 20px 20px;
border: 1px solid #fff;
border-image: linear-gradient(
137deg,
rgba(255, 255, 255, 1),
rgba(255, 255, 255, 0.5),
rgba(255, 255, 255, 1)
);
font-size: 12px;
font-weight: 500;
color: #00a6ff;
border-radius: 50px;
}