219 lines
4.0 KiB
Plaintext
219 lines
4.0 KiB
Plaintext
/* components/createProj/createProj.wxss */
|
|
|
|
.bg {
|
|
position: fixed;
|
|
top:0;
|
|
left:0;
|
|
z-index: -100;
|
|
background: linear-gradient(#449ffc, #72cfff); /*标准的语法*/
|
|
/* background: linear-gradient(#fa4639, #ff7a70); 标准的语法 */
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
|
|
.titleBg {
|
|
background: #449ffc;
|
|
/* background: #fa4639; */
|
|
position: fixed;
|
|
top:0;
|
|
left:0;
|
|
z-index:19;
|
|
}
|
|
|
|
.card {
|
|
height: auto;
|
|
padding-bottom:70rpx;
|
|
width:90%;
|
|
margin: 0 auto;
|
|
margin-top:30rpx;
|
|
box-shadow: #fff 0 0 20rpx;
|
|
background:#fff;
|
|
border-radius: 15rpx;
|
|
}
|
|
|
|
.card-icon-1 {
|
|
color:#449ffc;
|
|
/* color:#fc4d44; */
|
|
text-align:center;
|
|
padding-top:30rpx;
|
|
}
|
|
|
|
.card-title {
|
|
color:#449ffc;
|
|
/* color:#fc4d44; */
|
|
font-size: 35rpx;
|
|
letter-spacing: 3rpx;
|
|
margin-top:15rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.card form input, .card form textarea {
|
|
background: #f4f9ff;
|
|
/* background: #fff5f5; */
|
|
border: 1px #e1effd solid;
|
|
/* border: 1px #fae2e1 solid; */
|
|
width:90%;
|
|
margin: 0 auto;
|
|
border-radius: 5rpx;
|
|
height:80rpx;
|
|
margin-top: 30rpx;
|
|
padding: 0 15rpx;
|
|
color: #449ffc;
|
|
/* color: #fc4d44; */
|
|
font-size:30rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.placeholder {
|
|
color:#a4c5ed;
|
|
/* color:#eda7a4; */
|
|
height: 30rpx;
|
|
font-size: 30rpx;
|
|
position: absolute;
|
|
top:10rpx;
|
|
left:15rpx;
|
|
}
|
|
|
|
.card form textarea {
|
|
height: 150rpx;
|
|
padding: 15rpx !important;
|
|
}
|
|
|
|
.link-box {
|
|
height:120rpx;
|
|
width:75%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-top:-40rpx;
|
|
margin-bottom:-70rpx;
|
|
}
|
|
|
|
.link-item {
|
|
height:120rpx;
|
|
width:40rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.link-dote-top {
|
|
height:20rpx;
|
|
width:20rpx;
|
|
background: #b9d4f7;
|
|
/* background: #f7bdba; */
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top:0;
|
|
left:10rpx;
|
|
z-index:10;
|
|
}
|
|
|
|
.link-dote-bottom {
|
|
height:20rpx;
|
|
width:20rpx;
|
|
background: #b9d4f7;
|
|
/* background: #f7bdba; */
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
bottom:0;
|
|
left:10rpx;
|
|
z-index:10;
|
|
}
|
|
|
|
.link-line {
|
|
height:100rpx;
|
|
width:10rpx;
|
|
position: absolute;
|
|
top:10rpx;
|
|
left:15rpx;
|
|
background: #e5eef9;
|
|
/* background: #fae7e6; */
|
|
z-index:11;
|
|
border-radius: 5rpx;
|
|
}
|
|
|
|
.labal {
|
|
/* color: #fc4d44; */
|
|
color: #449ffc;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
padding-top: 40rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.tag-box {
|
|
width:90%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-top:20rpx;
|
|
}
|
|
|
|
.tag-box .tag {
|
|
height: 50rpx;
|
|
width: 100rpx;
|
|
border: 1px #e1effd solid;
|
|
color:#a4c5ed;
|
|
background: #f4f9ff;
|
|
/* border: 1px #fae5e3 solid; */
|
|
/* color:#eba8a4; */
|
|
/* background: #fff5f5; */
|
|
line-height: 50rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.tag-box .cur {
|
|
background: #cce6ff !important;
|
|
color: #0081ff;
|
|
/* background: #ffcfcc !important;
|
|
color: #ff0f03; */
|
|
border: none;
|
|
}
|
|
|
|
.submit {
|
|
width:90%;
|
|
height: 90rpx;
|
|
box-shadow: #fff 0 0 20rpx;
|
|
background:#fff;
|
|
border-radius: 15rpx;
|
|
color: #449ffc;
|
|
/* color: #fa4639; */
|
|
margin-top:30rpx;
|
|
margin-bottom:50rpx;
|
|
}
|
|
|
|
.cancel-button {
|
|
border: 1px #449ffc solid;
|
|
color: #449ffc;
|
|
/* border: 1px #fa4639 solid; */
|
|
/* color: #fa4639; */
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.confirm-button {
|
|
background: #449ffc !important;
|
|
/* background: #fa4639 !important; */
|
|
color:#fff;
|
|
}
|
|
|
|
.card .cu-bar {
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.card .cu-bar .action:first-child {
|
|
margin-left:0;
|
|
}
|
|
|
|
.card .cu-bar .action:last-child {
|
|
margin-right:0;
|
|
}
|
|
|
|
.card .cu-form-group {
|
|
width:90%;
|
|
margin:0 auto;
|
|
padding:0;
|
|
} |