123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- /*
- * @日期选择器样式 开始
- */
- .el-calendar-table,
- tr,
- td,
- th {
- border: 0px !important;
- }
- .el-calendar__body {
- padding: 0 !important;
- }
- .el-calendar-table .el-calendar-day {
- padding: 15px !important;
- text-align: center;
- height: auto !important;
- }
- .el-calendar-table thead > th {
- text-align: center;
- }
- #calendar .filter {
- width: 5px;
- height: 5px;
- border: 1px #1989fa solid;
- border-radius: 100%;
- text-align: center;
- margin: auto;
- margin-top: 5px;
- background-color: #1989fa;
- }
- /*
- * @日期选择器样式 结束
- */
- /*
- * @时间线样式 开始
- */
- #planTimeline {
- padding: 0px 15px;
- }
- #planTimeline1 {
- padding: 0px 15px;
- .u-steps-item__wrapper {
- background-color: #f1f1f1;
- }
- }
- /*
- * @时间线样式 结束
- */
- /*
- * @抽屉样式 开始
- */
- .el-drawer__header {
- margin-bottom: 0px !important;
- }
- /*
- * @抽屉样式 结束
- */
- /*
- * @图片上传样式 开始
- */
- .el-upload-list {
- display: flex !important;
- }
- .el-upload-list li,
- .el-upload-list .el-upload {
- width: calc(33% - 10px) !important;
- height: 110px !important;
- margin: 0 15px 15px 0 !important;
- }
- .el-upload-list li:nth-child(3n),
- .el-upload-list .el-upload:nth-child(3n) {
- margin: 0 !important;
- }
- .avatar-uploader .el-upload {
- border: 1px dashed #d9d9d9;
- border-radius: 6px;
- cursor: pointer;
- position: relative;
- overflow: hidden;
- }
- .avatar-uploader .el-upload:hover {
- border-color: #409eff;
- }
- /*
- * @图片上传样式 结束
- */
- /*
- * @消息弹出框样式 开始
- */
- .el-message-box {
- margin-top: 70%;
- }
- /*
- * @消息弹出框样式 结束
- */
- /*
- * @uni-textarea 文本域样式 开始
- */
- uni-textarea {
- border: 0px solid #ededed;
- padding: 0;
- }
- /*
- * @uni-textarea 文本域样式 结束
- */
- /*
- * @全局input样式 开始
- */
- uni-input {
- background-color: transparent;
- }
- /*
- * @全局input样式 结束
- */
- /*
- * @login input样式 开始
- */
- #login-input {
- .u-input {
- height: 45px;
- border-radius: 24px;
- padding: 5px 12px !important;
- border-color: #7e7e7e !important;
- background-color: rgba(255, 255, 255, 0.1) !important;
- }
- .uni-input-wrapper {
- font-size: 18px;
- }
- uni-input {
- color: #fff !important;
- background-color: rgba(255, 255, 255, 0) !important;
- border: 0px solid #ededed !important;
- padding-left: 0 !important;
- }
- .u-icon__icon {
- font-size: 24px !important;
- line-height: 24px !important;
- color: #a8abb2 !important;
- }
- .iconfont {
- color: #a8abb2 !important;
- }
- .u-button {
- width: 35%;
- height: 45px;
- line-height: 45px;
- color: #fff;
- border-radius: 24px;
- margin: 0 0 0 5%;
- font-size: 17px !important;
- white-space: nowrap;
- border-color: #7e7e7e !important;
- background-color: rgba(255, 255, 255, 0.1) !important;
- }
- :-webkit-autofill {
- caret-color: #fff; // 设置光标颜色
- -webkit-text-fill-color: #ededed !important;
- -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
- background-color: transparent;
- background-image: none;
- transition: background-color 50000s ease-in-out 0s; //背景色透明 生效时长 过渡效果 启用时延迟的时间
- }
- }
- /*
- * @login input样式 结束
- */
- //折叠面板样式 开始
- .u-cell__body {
- padding: 10px 10px !important;
- }
- //折叠面板样式 结束
- /*
- * 页面样式 开始
- * @/pages/xunJian/plan/components/siteDetails.vue
- * @/pages/xunJian/plan/components/content.vue
- */
- .siteHeader {
- .u-icon__icon {
- font-size: 14px !important;
- line-height: 14px !important;
- margin: auto !important;
- }
- .uni-section .uni-section-header {
- padding: 0 !important;
- .uni-section-header__decoration {
- height: 14px !important;
- background-color: #149eff;
- }
- .uni-section-header__content {
- uni-text {
- font-size: 15px !important;
- color: #149eff !important;
- font-weight: 600 !important;
- }
- }
- }
- }
- /*
- * 页面样式 结束
- * @/pages/xunJian/plan/components/siteDetails.vue
- * @/pages/xunJian/plan/components/content.vue
- */
|