You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
160 lines
2.9 KiB
160 lines
2.9 KiB
@charset "UTF-8";
|
|
/**
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
*/
|
|
.uni-forms-item__content {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.u-tag__text {
|
|
font-size: 22rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
page,
|
|
.page1 {
|
|
height: 100%;
|
|
background: #F1F5FB;
|
|
}
|
|
.top {
|
|
width: 100%;
|
|
height: 180rpx;
|
|
opacity: 1;
|
|
overflow: hidden;
|
|
display: flex;
|
|
}
|
|
.title {
|
|
color: #000;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
margin-top: 94rpx;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
.content {
|
|
overflow: scroll;
|
|
}
|
|
.bottom {
|
|
width: 100%;
|
|
height: 150rpx;
|
|
display: flex;
|
|
background: #fff;
|
|
}
|
|
.prompt {
|
|
background: #fff;
|
|
width: 75%;
|
|
height: auto;
|
|
border-radius: 10px;
|
|
display: block;
|
|
overflow: hidden;
|
|
border-bottom-left-radius: 0;
|
|
margin: 20rpx 0 0 20rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.prompt-title {
|
|
position: relative;
|
|
width: 300rpx;
|
|
margin: 40rpx 40rpx 20rpx 40rpx;
|
|
}
|
|
.prompt-title-text {
|
|
display: flex;
|
|
flex-direction: column;
|
|
color: #777;
|
|
font-size: 26rpx;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
line-height: 40rpx;
|
|
}
|
|
.ai-bot {
|
|
position: absolute;
|
|
top: -8rpx;
|
|
left: 10rpx;
|
|
width: 70rpx;
|
|
height: 60rpx;
|
|
background-size: 100% !important;
|
|
background: url(https://jewel-shop.oss-cn-beijing.aliyuncs.com/66dc640d9e8f4749a234d9ef2af1b257.png) no-repeat;
|
|
}
|
|
.hello-right {
|
|
position: absolute;
|
|
left: 5px;
|
|
bottom: 0rpx;
|
|
width: 120rpx;
|
|
height: 2px;
|
|
opacity: 1;
|
|
background: linear-gradient(180deg, #6585fa 0%, #6ad5fe 100%);
|
|
}
|
|
.hello-left {
|
|
width: 102rpx;
|
|
height: 56rpx;
|
|
opacity: 1;
|
|
margin-left: 100rpx;
|
|
background: linear-gradient(127.96deg, #6585fa 0%, #6ad5fe 100%);
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
-webkit-transform: skewX(8deg);
|
|
transform: skewX(-6deg);
|
|
}
|
|
.popup-content {
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 15px;
|
|
width: 500rpx;
|
|
height: 550rpx;
|
|
background-color: #fff;
|
|
}
|
|
.voice-model {
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-flow: column;
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 45%;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
border-radius: 20rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
margin-left: -150rpx;
|
|
z-index: 99;
|
|
}
|
|
.voice-model ._img {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.popup-title {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
.popup-container {
|
|
margin-top: 20rpx;
|
|
}
|
|
.popup-bottom {
|
|
display: flex;
|
|
height: 80rpx;
|
|
color: #fff;
|
|
line-height: 80rpx;
|
|
margin-top: 50rpx;
|
|
}
|
|
.mask-model {
|
|
width: 60%;
|
|
height: 100rpx;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
text-align: center;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
color: #eee;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
z-index: 99;
|
|
}
|
|
|
|
|