123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .title.data-v-efb6d190 {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background-color: #2cb8d4;
- }
- .title .titles.data-v-efb6d190 {
- text-align: center;
- color: #fff;
- font-size: 28rpx;
- padding: 10rpx 0;
- }
- .title .back.data-v-efb6d190 {
- position: absolute;
- left: 30rpx;
- width: 80rpx;
- height: 35rpx;
- }
- .title .back image.data-v-efb6d190 {
- width: 18rpx;
- height: 100%;
- }
- .detail-content.data-v-efb6d190 {
- height: 100vh;
- overflow-y: scroll;
- }
- .detail-content swiper.data-v-efb6d190 {
- height: 600rpx;
- }
- .detail-content .swiper_cont.data-v-efb6d190 {
- height: 600rpx;
- background-color: #e9e7e7;
- }
- .detail-content .swiper_cont .swiper-item.data-v-efb6d190 {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 600rpx !important;
- }
- .detail-content .swiper_cont .swiper-item image.data-v-efb6d190 {
- max-width: 100%;
- max-height: 100%;
- display: block;
- height: 600rpx;
- }
- .detail-content .qin.data-v-efb6d190 {
- background-color: #ffe1cd;
- padding: 15rpx 20rpx;
- font-size: 24rpx;
- padding-bottom: 20rpx;
- }
- .detail-content .qin .nameCollect.data-v-efb6d190 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .detail-content .qin .nameCollect .collect image.data-v-efb6d190 {
- width: 40rpx;
- height: 40rpx;
- vertical-align: sub;
- }
- .detail-content .qin .name.data-v-efb6d190 {
- font-size: 32rpx;
- font-weight: bold;
- margin-bottom: 15rpx;
- }
- .detail-content .three.data-v-efb6d190 {
- display: flex;
- justify-content: space-around;
- align-items: center;
- font-size: 26rpx;
- padding: 20rpx 0;
- }
- .detail-content .server.data-v-efb6d190 {
- padding-bottom: 160rpx;
- }
- .detail-content .server .tab.data-v-efb6d190 {
- font-size: 32rpx;
- color: #333;
- padding: 0 20rpx;
- }
- .detail-content .server .tab text.data-v-efb6d190 {
- padding-right: 30rpx;
- }
- .detail-content .server .tab .active.data-v-efb6d190 {
- font-weight: bold;
- }
- .detail-content .server .tab-pane.data-v-efb6d190 {
- display: none;
- }
- .detail-content .server .tab-pane.active.data-v-efb6d190 {
- display: block;
- }
- .detail-content .server .commentList.data-v-efb6d190 {
- padding: 40rpx 20rpx;
- border-bottom: 1px solid #f3f2f2;
- }
- .detail-content .server .commentList .cTitile.data-v-efb6d190 {
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- align-items: center;
- }
- .detail-content .server .commentList .cTitile .tt.data-v-efb6d190 {
- font-size: 30rpx;
- color: #6a6a6a;
- font-weight: bolder;
- }
- .detail-content .server .commentList .cTitile .tt text.data-v-efb6d190 {
- color: #ff5656;
- padding-left: 20rpx;
- }
- .detail-content .server .commentList .cText.data-v-efb6d190 {
- font-size: 28rpx;
- padding-top: 20rpx;
- }
- .detail-content .server .lists.data-v-efb6d190 {
- background-color: #fff;
- margin-bottom: 20rpx;
- display: flex;
- justify-content: space-between;
- padding: 20rpx 10rpx;
- border-radius: 10rpx;
- }
- .detail-content .server .lists .imgs.data-v-efb6d190 {
- width: 240rpx;
- height: 160rpx;
- border-radius: 20rpx;
- overflow: hidden;
- }
- .detail-content .server .lists .imgs image.data-v-efb6d190 {
- width: 100%;
- height: 100%;
- }
- .detail-content .server .lists .right.data-v-efb6d190 {
- flex: 1;
- padding-left: 30rpx;
- }
- .detail-content .server .lists .right .list_title.data-v-efb6d190 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .detail-content .server .lists .right .list_title .titles.data-v-efb6d190 {
- font-size: 34rpx;
- font-weight: bold;
- }
- .detail-content .server .lists .right .list_title .time.data-v-efb6d190 {
- font-size: 24rpx;
- }
- .detail-content .server .lists .right .price.data-v-efb6d190 {
- padding-top: 50rpx;
- display: flex;
- justify-content: space-between;
- }
- .detail-content .server .lists .right .price .money.data-v-efb6d190 {
- font-size: 42rpx;
- color: #e61b1b;
- font-weight: bold;
- }
- .detail-content .server .lists .right .price .counter.data-v-efb6d190 {
- display: flex;
- }
- .detail-content .server .lists .right .price .counter view.data-v-efb6d190 {
- width: 60rpx;
- height: 60rpx;
- line-height: 60rpx;
- background-color: #f7f8fa;
- text-align: center;
- border-radius: 60rpx;
- font-size: 50rpx;
- }
- .detail-content .server .lists .right .price .counter text.data-v-efb6d190 {
- width: 100rpx;
- text-align: center;
- line-height: 60rpx;
- }
- .detail-content .reserved.data-v-efb6d190 {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- padding: 30rpx 0;
- text-align: center;
- box-shadow: 0 0 30rpx #ece9e9;
- background-color: #fff;
- }
- .detail-content .reserved view.data-v-efb6d190 {
- background-color: #2cb8d4;
- color: #fff;
- width: 80%;
- margin: 0 auto;
- padding: 15rpx 0;
- border-radius: 50rpx;
- font-weight: bold;
- font-size: 36rpx;
- }
|