@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ .uni-forms-item__content { display: flex; align-items: center; } .u-tag__text { font-size: 22rpx; padding: 0 10rpx; } .top-btn { height: 80rpx; border-radius: 20rpx; background: #00B5FF; margin: 0 auto; font-size: 35rpx; color: #fff; text-align: center; line-height: 80rpx; margin-bottom: 20rpx; } .IndexContent { margin-top: 180rpx; } .IndexContent .contentPadding { padding: 28rpx 20rpx; background-color: #fff; color: #909399; } .IndexContent .contentPadding .title { padding-left: 20rpx; font-size: 32rpx; color: #303133; margin-bottom: 26rpx; line-height: 66rpx; } .IndexContent .contentPadding .title .btn { text-align: right; width: 24%; float: right; font-size: 26rpx; color: #5fd9ee; } .IndexContent .contentPadding .grid-text { font-size: 28rpx; margin-bottom: 26rpx; } .u-grid-item { width: 30% !important; height: 160rpx; background-image: linear-gradient(#84C1FF, #C4E1FF) !important; margin-left: 3%; border-radius: 30rpx; margin-top: 20rpx !important; color: #fff !important; } .u-count-num { color: #FFF !important; } .floatRight { float: right; padding: 14rpx; color: #5fd9ee; font-size: 26rpx; } .border-line { width: 100%; height: 15rpx; background: #eee; } .uni-date { width: 95% !important; margin: 0 auto; } .tan-lirun { margin-top: 20rpx; width: 32%; height: 60px; display: flex; flex-direction: column; text-align: center; float: left; background-image: linear-gradient(#84C1FF, #C4E1FF) !important; color: #fff; border-radius: 10px; } .title-four { width: 23% !important; height: 160rpx; background-image: linear-gradient(#84C1FF, #C4E1FF) !important; margin-left: 2%; border-radius: 30rpx; margin-top: 20rpx !important; color: #fff !important; }