first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
/* user/feedback/feedback.wxss */
.feed_text{
background: #ffffff;
height: 355rpx;
padding: 32rpx 30rpx 45rpx 30rpx;
position: relative;
}
.feed_text textarea{
height: 100%;
width: 100%;
}
.feed_text span{
position: absolute;
bottom: 10rpx;
right: 25rpx;
font-size: 32rpx;
color: #cccccc;
}
.feed_sub{
width: 690rpx;
height: 100rpx;
background-image: linear-gradient(
#1dbf53,
#1dbf53),
linear-gradient(
#2fd152,
#2fd152);
background-blend-mode: normal,
normal;
border-radius: 10rpx;
font-size: 38rpx;
text-align: center;
line-height: 100rpx;
margin: 50rpx auto 0;
color: #ffffff;
}