123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /* uni.scss */
- /* 页面左右间距 */
- /* 文字尺寸 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 颜色变量 */
- /* 项目主色 */
- /* 文字基本颜色 */
- .red.data-v-57280228 {
- color: #f60808;
- }
- .green.data-v-57280228 {
- color: #15ab54;
- }
- .yellow.data-v-57280228 {
- color: #f0ad4e;
- }
- .blue.data-v-57280228 {
- color: #1f96f6;
- }
- .blank.data-v-57280228 {
- color: #000;
- }
- .white.data-v-57280228 {
- color: #fff;
- }
- .promain.data-v-57280228 {
- color: #025b58;
- }
- .prosecond.data-v-57280228 {
- color: #ed742f;
- }
- .textmain.data-v-57280228 {
- color: #333;
- }
- .textgrey.data-v-57280228 {
- color: #999;
- }
- .fuColor.data-v-57280228 {
- color: #c6cadb;
- }
- .fontssm.data-v-57280228 {
- font-size: 22rpx;
- }
- .fontsm.data-v-57280228 {
- font-size: 24rpx;
- }
- .fontmid.data-v-57280228 {
- font-size: 28rpx;
- }
- .fontbase.data-v-57280228 {
- font-size: 30rpx;
- }
- /* 背景颜色 */
- /* 边框颜色 */
- /* input 样式 */
- .input-placeholder.data-v-57280228 {
- color: #999999;
- }
- .navigator-hover.data-v-57280228 {
- background: transparent !important;
- opacity: 1;
- }
- .uni-page-head-transparent .uni-page-head-btn.data-v-57280228 {
- background: transparent !important;
- }
- uni-toast.data-v-57280228 {
- z-index: 99999;
- }
- button.data-v-57280228 {
- background: transparent;
- }
- button.data-v-57280228::after {
- border: 0;
- }
- .content .top-input.data-v-57280228 {
- padding: 20rpx 30rpx;
- }
- .content .swiper.data-v-57280228 {
- margin: 0 30rpx;
- }
- .content .notice.data-v-57280228 {
- padding: 35rpx 0 33rpx;
- }
- .content .notice image.data-v-57280228 {
- width: 66rpx;
- height: 31rpx;
- margin-right: 28rpx;
- }
- .content .notice .title.data-v-57280228 {
- border-left: 1rpx solid #bfbfbf;
- flex: 1;
- padding: 0 26rpx;
- }
- .content .notice .noswiper.data-v-57280228 {
- height: 50rpx;
- }
- .content .nav.data-v-57280228 {
- margin: 25rpx 30rpx 0;
- }
- .content .conwarp.data-v-57280228 {
- margin-left: 32rpx;
- border-radius: 16rpx;
- }
- .content .conwarp .gdHead.data-v-57280228 {
- line-height: 58rpx;
- margin-bottom: 16rpx;
- }
- .content .conwarp .gdHead .head.data-v-57280228 {
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 600;
- color: #333333;
- line-height: 48rpx;
- }
- .content .conwarp .gdHead .fontmid.data-v-57280228 {
- margin-right: 10rpx;
- }
- .content .conwarp .specGod.data-v-57280228 {
- padding: 5rpx 5rpx 10rpx;
- display: -webkit-box;
- overflow-x: auto;
- }
- .content .conwarp .specGod.data-v-57280228::-webkit-scrollbar {
- display: none;
- }
- .content .conwarp .specGod .shopsLi.data-v-57280228 {
- margin-right: 30rpx;
- width: 286rpx;
- height: 331rpx;
- border-radius: 16rpx;
- overflow: hidden;
- position: relative;
- }
- .content .conwarp .specGod .shopsLi .bg.data-v-57280228 {
- position: absolute;
- top: 0;
- left: 0;
- width: 286rpx;
- height: 431rpx;
- }
- .content .conwarp .specGod .shopsLi .shopBox.data-v-57280228 {
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- padding: 22rpx 18rpx 20rpx;
- }
- .content .conwarp .specGod .shopsLi .shopBox .topLeft.data-v-57280228 {
- background: linear-gradient(90deg, #fdd597 0%, #eec37a 100%);
- border-radius: 15rpx;
- font-size: 18rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- line-height: 25rpx;
- padding: 5rpx 12rpx;
- width: 120rpx;
- }
- .content .conwarp .specGod .shopsLi .shopBox .title.data-v-57280228 {
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #ffffff;
- line-height: 42rpx;
- margin: 9rpx 5rpx 10rpx;
- }
- .content .conwarp .specGod .shopsLi .shopBox .sub-title.data-v-57280228 {
- font-size: 18rpx;
- font-family: PingFangSC-Light, PingFang SC;
- font-weight: 300;
- color: #ffffff;
- line-height: 25rpx;
- }
- .content .conwarp .specGod .shopsLi .shopBox .line-list.data-v-57280228 {
- margin-top: 27rpx;
- }
- .content .conwarp .specGod .shopsLi .shopBox .line-list .li.data-v-57280228 {
- width: 100%;
- font-size: 20rpx;
- color: #ffffff;
- line-height: 28rpx;
- margin-bottom: 13rpx;
- }
- .content .conwarp .specGod .shopsLi .shopBox .all.data-v-57280228 {
- font-size: 16rpx;
- font-family: PingFangSC-Light, PingFang SC;
- font-weight: 300;
- color: #ffffff;
- line-height: 22rpx;
- justify-content: center;
- align-items: center;
- }
- .content .fl-box.data-v-57280228 {
- margin: 30rpx 30rpx 0;
- }
- .content .fl-box .fl-two image.data-v-57280228 {
- width: 340rpx;
- }
- .content .fl-box .fl-thr .thr-tab .li.data-v-57280228 {
- background: #f2f2f2;
- border-radius: 27rpx;
- color: #999;
- padding: 8rpx 15rpx;
- margin-right: 20rpx;
- }
- .content .fl-box .fl-thr .thr-tab .sel.data-v-57280228 {
- color: #025b58;
- font-weight: 500rpx;
- background: rgba(2, 91, 88, 0.1);
- border-radius: 27rpx;
- border: 1px solid #025b58;
- }
- .content .fl-box .fl-thr .tab-con.data-v-57280228 {
- margin-top: 30rpx;
- }
- .content .fl-box .titBox.data-v-57280228:nth-of-type(2) {
- margin-left: 30rpx;
- }
- .content .fl-box .fl-four.data-v-57280228 {
- margin-top: 21rpx;
- }
- .content .fl-box .fl-four .schLi.data-v-57280228 {
- width: 430rpx;
- background-color: #fff;
- margin-right: 20rpx;
- padding: 12rpx 10rpx;
- }
- .content .fl-box .fl-four .schLi .bg.data-v-57280228 {
- width: 149rpx;
- height: 149rpx;
- margin-right: 16rpx;
- }
- .content .fl-box .fl-four .schLi .shopBox.data-v-57280228 {
- width: 240rpx;
- }
- .content .fl-box .fl-four .schLi .shopBox .oneelli.data-v-57280228 {
- width: 100%;
- }
- .content .fl-box .fl-four .schLi .shopBox .desc.data-v-57280228 {
- margin: 12rpx 0 27rpx;
- font-family: PingFangSC-Light, PingFang SC;
- font-weight: 300;
- line-height: 34rpx;
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .content .fl-box .fl-four .schLi .shopBox .all.data-v-57280228 {
- padding: 6rpx 18rpx;
- background: rgba(2, 91, 88, 0.2);
- border-radius: 21rpx;
- font-size: 20rpx;
- color: #025b58;
- align-self: flex-end;
- }
|