123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /* uni.scss */
- /* 页面左右间距 */
- /* 文字尺寸 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 颜色变量 */
- /* 项目主色 */
- /* 文字基本颜色 */
- .red.data-v-83f35eec {
- color: #f60808;
- }
- .green.data-v-83f35eec {
- color: #15ab54;
- }
- .yellow.data-v-83f35eec {
- color: #f0ad4e;
- }
- .blue.data-v-83f35eec {
- color: #1f96f6;
- }
- .blank.data-v-83f35eec {
- color: #000;
- }
- .white.data-v-83f35eec {
- color: #fff;
- }
- .promain.data-v-83f35eec {
- color: #025b58;
- }
- .prosecond.data-v-83f35eec {
- color: #ed742f;
- }
- .textmain.data-v-83f35eec {
- color: #333;
- }
- .textgrey.data-v-83f35eec {
- color: #999;
- }
- .fuColor.data-v-83f35eec {
- color: #c6cadb;
- }
- .fontssm.data-v-83f35eec {
- font-size: 22rpx;
- }
- .fontsm.data-v-83f35eec {
- font-size: 24rpx;
- }
- .fontmid.data-v-83f35eec {
- font-size: 28rpx;
- }
- .fontbase.data-v-83f35eec {
- font-size: 30rpx;
- }
- /* 背景颜色 */
- /* 边框颜色 */
- /* input 样式 */
- .input-placeholder.data-v-83f35eec {
- color: #999999;
- }
- .navigator-hover.data-v-83f35eec {
- background: transparent !important;
- opacity: 1;
- }
- .uni-page-head-transparent .uni-page-head-btn.data-v-83f35eec {
- background: transparent !important;
- }
- uni-toast.data-v-83f35eec {
- z-index: 99999;
- }
- button.data-v-83f35eec {
- background: transparent;
- }
- button.data-v-83f35eec::after {
- border: 0;
- }
- .boxlist .vidLi.data-v-83f35eec {
- width: 100%;
- padding: 15rpx;
- background-color: #fff;
- margin-bottom: 20rpx;
- }
- .boxlist .vidLi .imgbox.data-v-83f35eec {
- position: relative;
- width: 200rpx;
- height: 200rpx;
- margin-right: 28rpx;
- }
- .boxlist .vidLi .imgbox image.data-v-83f35eec {
- width: 100%;
- height: 100%;
- }
- .boxlist .vidLi .title.data-v-83f35eec {
- font-size: 26rpx;
- line-height: 40rpx;
- margin-bottom: 12rpx;
- }
- .boxlist .vidLi .price.data-v-83f35eec {
- width: 100%;
- }
- .boxlist .vidLi .price .textgrey.data-v-83f35eec, .boxlist .vidLi .price text.data-v-83f35eec {
- font-size: 20rpx;
- }
- .boxlist .vidLi .auth.data-v-83f35eec {
- margin-top: 15rpx;
- width: 100%;
- }
- .boxlist .vidLi .auth .prosecond.data-v-83f35eec {
- font-size: 20rpx;
- }
- .boxlist .vidLi .auth .btn.data-v-83f35eec {
- width: 120rpx;
- height: 44rpx;
- line-height: 44rpx;
- text-align: center;
- background: #ED742F;
- border-radius: 22rpx;
- color: #fff;
- font-size: 20rpx;
- }
|