123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306 |
- page{
- height: 100%;
- }
- .position{
- position: fixed;
- top:0;
- left: 0;
- right: 0;
- margin: 0 auto;
- }
- /* 头部搜索 */
- .top{
- height: 88rpx;
- display: flex;
- flex-direction:row;
- justify-content: center;
- align-items: center;
- background-color: #f8f8f8;
- }
- .search{
- width: 690rpx;
- }
- .search_arr {
- border: 1px solid #d0d0d0;
- border-radius: 50rpx;
- position: relative;
- background-color: #fff;
- display: flex;
- align-items: center;
- }
- .record{
- position: absolute;
- width: 48rpx;
- height: 48rpx;
- left: 0rpx;
- }
- .search-icon{
- width: 32rpx;
- height: 32rpx;
- position: absolute;
- left:40rpx;
- top:14rpx;
- }
- .search_arr input{
- height: 60rpx;
- border-radius: 5px;
- padding-left: 90rpx;
- font-size: 26rpx;
- width: 500rpx;
- }
- .search_arr button{
- width: 48rpx;
- height: 48rpx;
- border-style: none;
- background: transparent;
- }
- button::after{ border: none; }
- .placText{
- font-size: 28rpx;
- color:#666;
- padding-left: 90rpx;
- }
- .bc_text {
- line-height: 68rpx;
- height: 68rpx;
- margin-top: 34rpx;
- }
-
- .sousuo {
- margin-left: 15rpx;
- width: 15%;
- line-height: 150%;
- text-align: center;
- border: 1px solid #d0d0d0;
- border-radius: 10rpx;
- }
- .page_row{
- height: 60rpx;
- line-height: 88rpx;
- display: flex;
- flex-direction: row;
- justify-content:center;
- }
- .searchcion {
- position: absolute;
- left:40rpx;
- z-index: 2;
- height: 32rpx;
- width: 32rpx;
- top: 8rpx;
- }
- /* 咨询对象 */
- .object{
- width: 690rpx;
- margin:0 auto;
- }
- .object-title{
- font-size: 30rpx;
- color: #333;
- margin-top: 30rpx;
- }
- .object-content{
- display: flex;
- flex-wrap: wrap;
- }
- .object-content view{
- margin-top: 30rpx;
- height: 60rpx;
- font-size: 26rpx;
- color: #333;
- background-color: #efefef;
- margin-right: 30rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 0rpx 30rpx 0rpx 30rpx;
- border-radius: 10rpx;
- }
- .object-title-search{
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 30rpx;
- }
- .object-title-search :first-child{
- color: #333;
- font-size: 30rpx;
- }
- .object-title-search :last-child{
- color: #32ad38;
- font-size: 26rpx;
- }
- /* 遮罩层 */
- .mask{
- width:100%;
- height:100%;
- position:fixed;
- background-color:rgba(70, 70, 70, 0.5);
- z-index:9999;
- top:0;
- left:0;
- opacity:1;
- display: flex;
- justify-content: center;
- align-items: flex-end;
- }
- .mask_content{
- width:542rpx;
- height: 320rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: #fff;
- border-radius: 20rpx;
- }
- .mask_content text{
- font-size: 30rpx;
- color:#333;
- margin-top: 54rpx;
- }
- .mask-input{
- height: 60rpx;
- border-bottom: 1rpx solid #000;
- text-align: center;
- margin-top: 30rpx;
- width: 388rpx;
- }
- .mask-btn{
- display: flex;
- justify-content: center;
- margin-top: 40rpx;
- }
- .mask-clear{
- width: 160rpx;
- height: 60rpx;
- border:1rpx solid #33ad37;
- border-radius: 60rpx;
- font-size: 26rpx;
- color: #33ad37;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .mask-true{
- width: 160rpx;
- height: 60rpx;
- background-color:#33ad37;
- border-radius: 60rpx;
- font-size: 26rpx;
- color: #fff;
- margin-left:50rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .clear{
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 60rpx;
- }
- .clear image{
- width: 60rpx;
- height: 60rpx;
- }
- /* 录音 */
- /* pages/myRecode/myRecode.wxss */
- .myRecode{
- /* padding-top:500rpx; */
- text-align: center;
- box-sizing: border-box;
- position: relative;
- bottom: 200rpx;
- z-index: 999;
- }
- .myRecode .recode{
- display: inline-block;
- width:200rpx;
- height:200rpx;
- /* background: #33ad37; */
- border-radius: 50%;
- text-align: center;
- /* color:#fff; */
- line-height: 200rpx;
- position: relative;
- z-index: 999;
- }
- .ripple{
- position: absolute;
- top:0;
- left:0;
- right:0;
- bottom:0;
- border-radius: 50%;
- border:2px solid #F6F1CC;
- }
- .rippleAnimation1{
- animation: ripple 1s infinite linear;
- }
- .rippleAnimation2{
- animation: ripple 1s infinite linear;
- animation-delay:0.3s;
- }
- .rippleAnimation3{
- animation: ripple 1s infinite linear;
- animation-delay:0.6s;
- }
- @keyframes ripple{
- from{
- opacity: 1;
- transform: scale(1,1)
- }
- to{
- opacity: 0;
- transform: scale(2,2)
- }
- }
- /* 全屏覆盖层 */
- .allMask{
- width: 100%;
- height: 100%;
- position: fixed;
- z-index: 99
- }
- /* 结果 */
- .search-content{
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .search-content-line{
- width: 690rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 80rpx;
- border-bottom: 1rpx solid #e5e5e5;
- }
- .search-content-line text{
- font-size: 26rpx;
- color: #666;
- }
- .search-content-line image{
- width: 30rpx;
- height: 30rpx;
- }
- /* 空数据 */
- .noList{
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .noList view{
- margin-top: 30rpx;
- font-size: 28rpx;
- color: #999;
- }
- .noList image{
- width:278rpx;
- height:182rpx;
- text-align:center;
- margin-top:100rpx;
- }
|