123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /* uni.scss */
- /* 页面左右间距 */
- /* 文字尺寸 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 颜色变量 */
- /* 项目主色 */
- /* 文字基本颜色 */
- .red.data-v-2e65d794 {
- color: #f60808;
- }
- .green.data-v-2e65d794 {
- color: #15ab54;
- }
- .yellow.data-v-2e65d794 {
- color: #f0ad4e;
- }
- .blue.data-v-2e65d794 {
- color: #1f96f6;
- }
- .blank.data-v-2e65d794 {
- color: #000;
- }
- .white.data-v-2e65d794 {
- color: #fff;
- }
- .promain.data-v-2e65d794 {
- color: #025b58;
- }
- .prosecond.data-v-2e65d794 {
- color: #ed742f;
- }
- .textmain.data-v-2e65d794 {
- color: #333;
- }
- .textgrey.data-v-2e65d794 {
- color: #999;
- }
- .fuColor.data-v-2e65d794 {
- color: #c6cadb;
- }
- .fontssm.data-v-2e65d794 {
- font-size: 22rpx;
- }
- .fontsm.data-v-2e65d794 {
- font-size: 24rpx;
- }
- .fontmid.data-v-2e65d794 {
- font-size: 28rpx;
- }
- .fontbase.data-v-2e65d794 {
- font-size: 30rpx;
- }
- /* 背景颜色 */
- /* 边框颜色 */
- /* input 样式 */
- .input-placeholder.data-v-2e65d794 {
- color: #999999;
- }
- .navigator-hover.data-v-2e65d794 {
- background: transparent !important;
- opacity: 1;
- }
- .uni-page-head-transparent .uni-page-head-btn.data-v-2e65d794 {
- background: transparent !important;
- }
- uni-toast.data-v-2e65d794 {
- z-index: 99999;
- }
- button.data-v-2e65d794 {
- background: transparent;
- }
- button.data-v-2e65d794::after {
- border: 0;
- }
- .container.data-v-2e65d794 {
- padding-bottom: 100rpx;
- }
- .container .conwarp.data-v-2e65d794 {
- background-color: #fff;
- padding: 0rpx 30rpx 10rpx;
- border-radius: 16rpx;
- margin-bottom: 20rpx;
- }
- .container .conwarp .gdHead.data-v-2e65d794 {
- line-height: 58rpx;
- margin: 16rpx 0;
- }
- .container .conwarp .gdHead .head.data-v-2e65d794 {
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 600;
- color: #333333;
- line-height: 48rpx;
- }
- .container .conwarp .gdHead.data-v-2e65d794 .u-icon--right {
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- }
- .container .conwarp .cl-one .vidBox.data-v-2e65d794 {
- margin-top: 30rpx;
- width: 690rpx;
- height: 335rpx;
- }
- .container .down.data-v-2e65d794 {
- padding: 0 15rpx;
- height: 64rpx;
- text-align: center;
- line-height: 64rpx;
- background: rgba(205, 222, 222, 0.39);
- color: #26565A;
- font-size: 26rpx;
- border-radius: 34rpx;
- }
- .container .vidLi.data-v-2e65d794 {
- position: relative;
- width: 100%;
- padding: 27rpx;
- background-color: #fff;
- }
- .container .vidLi .show.data-v-2e65d794 {
- position: absolute;
- width: 100%;
- height: 100%;
- background-color: #000;
- opacity: 0.5;
- z-index: 999;
- }
- .container .vidLi.data-v-2e65d794:nth-of-type(2n) {
- margin-right: 0;
- }
- .container .vidLi .imgbox.data-v-2e65d794 {
- width: 250rpx;
- height: 180rpx;
- margin-right: 18rpx;
- border-radius: 10rpx;
- position: relative;
- }
- .container .vidLi .imgbox image.data-v-2e65d794 {
- width: 250rpx;
- height: 180rpx;
- border-radius: 10rpx;
- }
- .container .vidLi .imgbox .look.data-v-2e65d794 {
- position: absolute;
- bottom: 15rpx;
- right: 19rpx;
- background: rgba(0, 0, 0, 0.3);
- border-radius: 18rpx;
- font-size: 20rpx;
- line-height: 28rpx;
- padding: 5rpx 14rpx;
- color: #ffffff;
- display: inline-block;
- }
- .container .vidLi .title.data-v-2e65d794 {
- font-size: 28rpx;
- line-height: 40rpx;
- margin-bottom: 12rpx;
- }
- .container .vidLi .auth.data-v-2e65d794 {
- margin-top: 15rpx;
- width: 100%;
- }
- .container .bgg.data-v-2e65d794 {
- background: #ececec;
- }
- .container .clickbtn.data-v-2e65d794 {
- margin: 0 30rpx;
- background: rgba(205, 222, 222, 0.39);
- }
- .container .sonlist.data-v-2e65d794 {
- padding: 10rpx 30rpx;
- }
- .container .sonlist .tips.data-v-2e65d794 {
- padding-top: 20rpx;
- width: 100%;
- justify-content: center;
- }
|