You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
2.0 KiB
112 lines
2.0 KiB
/* pages/activity/huawei/upload/index.wxss */
|
|
.topimg {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
page {
|
|
background: #F7F7F7;
|
|
}
|
|
.input-box {
|
|
margin: 0 24rpx;
|
|
margin-top: -60rpx;
|
|
position: relative;
|
|
z-index: 1;
|
|
border-radius: 7rpx;
|
|
background: white;
|
|
padding: 32rpx 28rpx;
|
|
font-size: 31rpx;
|
|
color: #333333;
|
|
}
|
|
.input-item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 24rpx;
|
|
margin-bottom: 27rpx;
|
|
}
|
|
.input-box text {
|
|
margin-right: 20rpx;
|
|
flex-shrink: 0;
|
|
font-size: 31rpx;
|
|
}
|
|
.input-box input {
|
|
width: 483rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
padding: 0 15rpx;
|
|
border: 1rpx solid #CCCCCC;
|
|
border-radius: 4rpx;
|
|
}
|
|
.input-box .input-item:last-child{
|
|
margin-bottom: 0;
|
|
}
|
|
.picker {
|
|
display: flex;
|
|
width: 483rpx;
|
|
height: 80rpx;
|
|
box-sizing: border-box;
|
|
padding-left: 15rpx;
|
|
border: 1rpx solid #CCCCCC;
|
|
border-radius: 4rpx;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.picker .iconfont {
|
|
width: 80rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
border-left: 1rpx solid #CCCCCC;
|
|
flex-shrink: 0;
|
|
}
|
|
.picker .areatext {
|
|
flex: 1;
|
|
}
|
|
.tip1 {
|
|
font-size: 36rpx;
|
|
padding-left: 52rpx;
|
|
margin-top: 46rpx;
|
|
margin-bottom: 26rpx;
|
|
position: relative;
|
|
line-height: 33rpx;
|
|
}
|
|
.tip1::before {
|
|
content:"1";
|
|
font-size: 0;
|
|
position: absolute;
|
|
width: 10rpx;
|
|
height: 33rpx;
|
|
left: 24rpx;
|
|
top: 0;
|
|
background: linear-gradient(0deg, rgba(251, 197, 34, 0.93), rgba(255, 252, 0, 0.93));
|
|
}
|
|
.uploadimg {
|
|
display: block;
|
|
margin-left: 24rpx;
|
|
width: 249rpx;
|
|
height: 191rpx;
|
|
margin-bottom: 50rpx;
|
|
}
|
|
.textarea {
|
|
font-size: 24rpx;
|
|
margin: 24rpx;
|
|
padding: 20rpx 30rpx;
|
|
border-radius: 7rpx;
|
|
background: white;
|
|
display: block;
|
|
height: 230rpx;
|
|
width: 640rpx;
|
|
}
|
|
.uploadbtn {
|
|
display: block;
|
|
margin: 40rpx auto;
|
|
width: 558rpx;
|
|
height: 104rpx;
|
|
}
|
|
.tip2 {
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
color: #b2b2b2;
|
|
padding-bottom: 40rpx;
|
|
}
|