feat:你可以这样问我提示词组件封装
This commit is contained in:
53
components/ServiceTipsWord/styles/index.scss
Normal file
53
components/ServiceTipsWord/styles/index.scss
Normal file
@@ -0,0 +1,53 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user