@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .coverImg { width: 540rpx; } .selectBox { margin: 0rpx 35rpx 0 35rpx; background: white; } .selectBox .select-con { padding: 20rpx; } .selectBox .select-con view { width: 500rpx; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; margin-left: 30rpx; line-height: 50rpx; } .selectBox .select-con .gohomeBtn { width: 100rpx; height: 50rpx; line-height: 50rpx; text-align: center; background-color: #FF4444; color: #FFFFFF; border-radius: 10rpx; } page { background-color: #F8F8F8; } .tablist-main { width: 100%; height: 84rpx; line-height: 84rpx; } .tablist-main .tab-item .active-tab { position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 80rpx; height: 8rpx; background-color: #ff4444; border-radius: 8rpx 8rpx 0 0; } .packet-main { margin: 30rpx; } .red-square-main { padding: 24rpx; } .red-square-main .redsquareImage { display: block; width: 40rpx; height: 40rpx; margin-right: 16rpx; } .red-square-main .redsquare-right { font-size: 24rpx; } .unused-packet-main .unused-packet-list .unused-list-item { width: 100%; background-size: 100% 210rpx; background-repeat: no-repeat; padding: 20rpx 0; position: relative; } .unused-packet-main .unused-packet-list .unused-list-item .unused-list-rad { display: flex; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.6); z-index: 1; border-radius: 20rpx; font-size: 28rpx; } .unused-packet-main .unused-packet-list .unused-list-item .unused-list-rad .closeBtn { width: 150rpx; height: 70rpx; line-height: 70rpx; background-color: #FFFFFF; font-size: 28rpx; border-radius: 10rpx; float: right; text-align: center; margin-right: 60rpx; } .unused-packet-main .unused-packet-list .unused-list-item .redPacket-type { position: absolute; right: 20rpx; top: 20rpx; } .unused-packet-main .unused-packet-list .unused-list-item .UnredPacket-detail { height: 170rpx; padding: 0 50rpx; position: relative; } .unused-packet-main .unused-packet-list .unused-list-item .UnredPacket-priceStyle { margin-right: 12rpx; } .unused-packet-main .unused-packet-list .unused-list-item .UnredPacket-priceStyle > text { display: inline-block; vertical-align: top; } .unused-packet-main .unused-packet-list .unused-list-item .makeBtn { width: 120rpx; height: 60rpx; background-color: #ffffff; color: #FF4444; text-align: center; line-height: 60rpx; border-radius: 10rpx; font-size: 28rpx; font-weight: 700; position: absolute; bottom: 10rpx; right: 30rpx; } .usedpacket .usedpacket-list .usedpacket-list-item { height: 170rpx; } .usedpacket .usedpacket-list .usedpacket-list-item .usedpacket-itemleft { width: 28%; height: 100%; background-color: #CCCCCC; padding: 0 20rpx; flex-shrink: 0; } .usedpacket .usedpacket-list .usedpacket-list-item .usedpacket-itemleft .usedpacket-priceStyle { margin-right: 12rpx; } .usedpacket .usedpacket-list .usedpacket-list-item .usedpacket-itemleft .usedpacket-priceStyle > text { display: inline-block; vertical-align: top; margin-top: 4rpx; } .usedpacket .usedpacket-list .usedpacket-list-item .usedpacket-itemleft .itemleft_bgstyle { width: 30rpx; height: 30rpx; border-radius: 50%; position: absolute; left: -16rpx; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: #F8F8F8; } .usedpacket .usedpacket-list .usedpacket-list-item .usedpacket-itemleft .itemleft_bgstyle2 { position: absolute; right: 0; top: 0; width: 1%; height: 170rpx; padding-left: 4rpx; color: #fff; box-sizing: border-box; background: radial-gradient(transparent 0, transparent 8rpx, #CCCCCC 8rpx); background-size: 16rpx 16rpx; background-position: 16rpx 0px; background-color: #fff; } .usedpacket .usedpacket-list .usedpacket-list-item .usedpacket-itemright { height: 100%; } .usedpacket .usedpacket-list .usedpacket-list-item .usedpacket-itemright .usedpacket_titleType .usedpacketType { padding: 0 6rpx; height: 28rpx; background-color: #ccc; border-radius: 14rpx; } .usedpacket .usedpacket-list .usedpacket-list-item .usedpacket-itemright .usedpacket_titleType .usedpacketType > text { display: inline-block; -webkit-transform: scale(0.85); transform: scale(0.85); } .usedpacket .usedpacket-list .usedpacket-list-item .usedpacket-itemright .usedpacket_titleType .usedpacketTitle { width: 240rpx; } .usedpacket .usedpacket-list .usedpacket-list-item .usedpacket-itemright > image { position: absolute; display: block; right: 24rpx; bottom: 0; width: 114rpx; height: 114rpx; } .linkUser { padding: 30rpx; background-color: #ff4444; border-radius: 20rpx; font-size: 28rpx; position: relative; top: -15rpx; margin-bottom: 10rpx; color: #ffffff; } .shareBox { padding: 50rpx 30rpx; width: 92vw; background-color: #FFFFFF; border-radius: 30rpx 30rpx 0 0; } .shareBox image { width: 100rpx; height: 100rpx; } .shareBox .sharetext { font-size: 28rpx; color: #666666; } .shareBox .sharebtn { background-color: #FFFFFF; } .close { text-align: center; padding: 20rpx; border-top: 1rpx solid #EEEEEE; font-size: 36rpx; color: #666666; } .search { margin-bottom: 30rpx; border-radius: 20rpx; background-color: #ffffff; } .search .searchInput { height: 80rpx; line-height: 80rpx; font-size: 28rpx; width: 100%; }