@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .remind { margin-top: 36rpx; font-size: 26rpx; font-weight: 400; color: #0F0404; text-align: center; } .des-box { width: 564rpx; background: #FFFFFF; border-radius: 20rpx; margin: auto; margin-top: 30rpx; } .des-box .code-box { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding-bottom: 38rpx; } .des-box .code-box .code { margin-top: 43rpx; } .des-box .code-box .code text { font-size: 26rpx; font-weight: 400; color: #666666; margin-right: 20rpx; } .des-box .code-box .code text:nth-child(2) { color: #0F0404; } .des-box .code-box .qrcode { margin-top: 43rpx; width: 260rpx; height: 260rpx; } .des-box .order-num { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding: 34rpx 31rpx; border-top: 1rpx dashed #D9D9D9; border-bottom: 1rpx dashed #D9D9D9; position: relative; } .des-box .order-num::after { content: ''; width: 24rpx; height: 24rpx; border-radius: 50%; background-color: #F1F1F1; position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .des-box .order-num::before { content: ''; width: 24rpx; height: 24rpx; border-radius: 50%; background-color: #F1F1F1; position: absolute; top: 0; right: 0; -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .des-box .order-num text:nth-child(1) { width: 60%; word-break: break-all; font-size: 26rpx; font-weight: 400; color: #666666; } .des-box .order-num text:nth-child(2) { padding: 10rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; background: #FFE5E5; border: 1rpx solid #E31818; border-radius: 20rpx; font-size: 20rpx; font-weight: 400; color: #E31818; } .des-box .des { padding: 45rpx 30rpx; border-bottom: 1rpx dashed #D9D9D9; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; } .des-box .des .film-name { font-size: 30rpx; font-weight: 400; color: #0F0404; } .des-box .des text { font-size: 26rpx; font-weight: 400; color: #666666; margin-right: 20rpx; white-space: nowrap; } .des-box .des .film-time text:nth-child(2) { color: #999999; } .des-box .des .film-address text:nth-child(2) { color: #999999; } .des-box .des .film-video text:nth-child(2) { color: #999999; } .des-box .des .film-seat { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; margin-top: 10rpx; } .des-box .des .film-seat .seat-box { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .des-box .des .film-seat .seat-box text { height: 40rpx; padding: 4rpx 15rpx; margin-bottom: 10rpx; background: #EBEBEB; border-radius: 4rpx; color: #999999; } .des-box .price { padding: 40rpx 30rpx; } .des-box .price text { font-size: 26rpx; font-weight: 400; color: #666666; margin-right: 20rpx; } .des-box .price text:nth-child(2) { color: #E31818; }