123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .previewCard.data-v-26a696ee {
- width: 100vw;
- min-height: 100vh;
- background-color: #f1f1f1;
- }
- .previewCard .detail-top.data-v-26a696ee {
- width: 100%;
- height: 100%;
- position: relative;
- z-index: 999;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- gap: 0rpx;
- position: relative;
- }
- .previewCard .detail-top .back-box.data-v-26a696ee {
- width: 100rpx;
- position: relative;
- z-index: 2;
- }
- .previewCard .detail-top .top-text.data-v-26a696ee {
- width: 100%;
- position: absolute;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- left: 0;
- text-align: center;
- font-size: 32rpx;
- font-weight: 600;
- color: #000;
- }
- .previewCard .seat.data-v-26a696ee {
- width: 100%;
- height: 16rpx;
- }
- .previewCard .box-bg.data-v-26a696ee {
- width: 100%;
- height: 393rpx;
- background-image: linear-gradient(to bottom, #8ccbff 0%, #cde9ff 71%, #f1f1f1 100%);
- position: fixed;
- top: 0;
- left: 0;
- }
- .previewCard .card-box.data-v-26a696ee {
- padding-top: 52rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- position: relative;
- }
- .previewCard .card-box .card-bg.data-v-26a696ee {
- position: absolute;
- top: 16rpx;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- .previewCard .card-box .card-bg image.data-v-26a696ee {
- width: 705rpx;
- }
- .previewCard .card-box .seat-list.data-v-26a696ee {
- height: 120rpx;
- width: 690rpx;
- position: absolute;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- bottom: -112rpx;
- border-radius: 0 0 16rpx 16rpx;
- background-color: #ffffff;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .previewCard .card-box .seat-list .seat-item.data-v-26a696ee {
- flex: 1;
- color: #2566ee;
- font-size: 26rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- gap: 8rpx;
- }
- .previewCard .card-box .seat-list .seat-item image.data-v-26a696ee {
- width: 32rpx;
- height: 32rpx;
- }
- .previewCard .card-box .seat-list .seat-item.data-v-26a696ee:last-of-type {
- color: #ee2525;
- }
- .previewCard .btn-box.data-v-26a696ee {
- margin-top: 136rpx;
- padding: 30rpx;
- box-sizing: border-box;
- }
- .previewCard .btn-box button.data-v-26a696ee {
- width: 100%;
- height: 98rpx;
- background: linear-gradient(98deg, #0E83FF 0%, #0E3EFF 100%);
- color: #FFFFFF;
- font-size: 28rpx;
- text-align: center;
- line-height: 98rpx;
- border-radius: 16rpx;
- }
- .previewCard .card-data.data-v-26a696ee {
- margin-top: 40rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .previewCard .card-data .card-container.data-v-26a696ee {
- width: 100%;
- height: 266rpx;
- padding: 0 32rpx;
- box-sizing: border-box;
- background-color: #FFFFFF;
- border-radius: 16rpx;
- }
- .previewCard .card-data .card-container .data-top.data-v-26a696ee {
- width: 100%;
- height: 90rpx;
- padding: 08rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-direction: flase;
- gap: 0rpx;
- border-bottom: 2rpx solid #D8E0F1;
- }
- .previewCard .card-data .card-container .data-top text.data-v-26a696ee {
- color: rgba(0, 0, 0, 0.9);
- font-weight: 500;
- font-size: 28rpx;
- }
- .previewCard .card-data .card-container .data-bottom.data-v-26a696ee {
- width: 100%;
- height: 176rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .previewCard .card-data .card-container .data-bottom .bottom-item.data-v-26a696ee {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- gap: 16rpx;
- }
- .previewCard .card-data .card-container .data-bottom .bottom-item text.data-v-26a696ee:nth-of-type(1) {
- font-size: 40rpx;
- color: #2566EE;
- font-weight: 500;
- }
- .previewCard .card-data .card-container .data-bottom .bottom-item text.data-v-26a696ee:nth-of-type(2) {
- color: rgba(0, 0, 0, 0.6);
- font-size: 24rpx;
- }
|