| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .container.data-v-92bb8f34 {
- display: flex;
- flex-direction: column;
- width: 750rpx;
- min-height: 100vh;
- padding: 0 30rpx;
- box-sizing: border-box;
- background-color: #f7f7f7;
- }
- .container .address.data-v-92bb8f34 {
- display: flex;
- width: 152rpx;
- font-size: 28rpx;
- }
- .container .address .address_text.data-v-92bb8f34 {
- width: 104rpx;
- text-align: center;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .container .address ._img.data-v-92bb8f34 {
- width: 48rpx;
- height: 48rpx;
- }
- .container .search.data-v-92bb8f34 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 538rpx;
- height: 80rpx;
- opacity: 1;
- border-radius: 70px;
- background-color: #fff;
- }
- .container .search .add.data-v-92bb8f34 {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left: 10rpx;
- width: 60rpx;
- font-size: 50rpx;
- height: 60rpx;
- line-height: 60rpx;
- color: #1e7dfb;
- }
- .container .search .add .img.data-v-92bb8f34 {
- width: 30rpx;
- height: 30rpx;
- }
- .container .search .inp.data-v-92bb8f34 {
- height: 60rpx;
- line-height: 60rpx;
- flex-grow: 1;
- font-size: 28rpx;
- }
- .container .search .btnSearch.data-v-92bb8f34 {
- width: 100rpx;
- text-align: center;
- margin-right: 10rpx;
- height: 60rpx;
- line-height: 60rpx;
- opacity: 1;
- font-size: 28rpx;
- font-weight: 400;
- height: 2rem;
- color: #096562;
- }
- .container .body.data-v-92bb8f34 {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .container .body .item.data-v-92bb8f34 {
- width: 335rpx;
- box-sizing: border-box;
- margin-bottom: 20rpx;
- }
- .container .body .item .item-img.data-v-92bb8f34 {
- width: 100%;
- height: 223rpx;
- border-radius: 18rpx 18rpx 0 0;
- box-sizing: border-box;
- }
- .container .body .item .descrition.data-v-92bb8f34 {
- display: flex;
- flex-direction: column;
- width: 100%;
- border-radius: 0 0 18rpx 18rpx;
- box-sizing: border-box;
- background: white;
- margin-top: -10rpx;
- }
- .container .body .item .descrition .title.data-v-92bb8f34 {
- font-size: 28rpx;
- font-weight: 600;
- padding: 20rpx 20rpx 10rpx;
- color: black;
- }
- .container .body .item .descrition .type.data-v-92bb8f34 {
- padding: 5rpx 20rpx;
- font-size: 24rpx;
- color: #a6a6a6;
- }
- .container .body .item .descrition .distance.data-v-92bb8f34 {
- padding: 10rpx 20rpx;
- font-size: 24rpx;
- color: #a6a6a6;
- }
- .container .body .item .descrition .detail.data-v-92bb8f34 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- padding: 0 20rpx 20rpx 20rpx;
- color: black;
- }
- .container .body .item .descrition .detail .img.data-v-92bb8f34 {
- width: 40rpx;
- height: 40rpx;
- }
- .container .body .item .descrition .detail .price .txt1.data-v-92bb8f34 {
- font-size: 36rpx;
- font-weight: 600;
- color: #ff5733;
- }
- .container .body .item .descrition .detail .price .txt2.data-v-92bb8f34 {
- font-size: 24rpx;
- font-weight: 400;
- color: #a6a6a6;
- }
- .container .body .item .descrition .detail .score.data-v-92bb8f34 {
- font-size: 24rpx;
- font-weight: 400;
- padding-top: 10rpx;
- color: #a6a6a6;
- }
- .container .noData.data-v-92bb8f34 {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .container .noData ._img.data-v-92bb8f34 {
- margin-top: 150rpx;
- width: 600rpx;
- height: 600rpx;
- }
|