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.

95 lines
2.2 KiB

.container{
top: 90px;
left: 150px;
padding: 10px 15px;
font-size: 20px;
cursor: pointer;
text-align: center;
background-color: #00CDAC;
}
.container:hover {
background-color: #1795bb;
}
.container:active{
background-color: #1795bb;
box-shadow: 0 5px #666;
transform:translateY(4px);
}
.all
{
background-image: url('http://cdnjson.com/images/2024/09/27/comment.jpg');
height: 100vh;
background-size: cover;
background-position: center;
}
.t-login {
width: 600rpx;
padding: 55rpx;
margin: 0 auto;
font-size: 28rpx;
background-color: #ffffff;
border-radius: 20rpx;
position: relative;
margin-top: 300rpx;
box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
z-index: 9;
}
.t-login button {
font-size: 38rpx;
background: linear-gradient(to right, #02AAB0 0%, #00CDAC 51%, #02AAB0 100%);
color: #fff;
height: 120rpx;
line-height: 90rpx;
border-radius: 50rpx;
}
.t-login input {
padding: 0 20rpx 0 120rpx;
height: 90rpx;
line-height: 90rpx;
margin-bottom: 50rpx;
background: #f6f6f6;
border: 1px solid #f6f6f6;
font-size: 28rpx;
border-radius: 50rpx;
}
.t-login .t-a {
position: relative;
}
.t-login .t-a image {
width: 40rpx;
height: 40rpx;
position: absolute;
left: 40rpx;
top: 28rpx;
}
.comment_text {
display: flex;
height: 280px;
width: 280px;
border: 3rpx ;
border-radius: 10rpx;
margin-top: 200rpx;
}
.text-ti {
position: absolute;
font-size: 12px;
background: white;
margin: -10px 0 0 10px;
padding: 0px 5px;
color: rgb(144, 147, 167);
}
.comment-item text {
position: relative;
margin-right: 20rpx;
text-align: auto;
top: 20px;
left: 10px;
font-size: 25rpx;
font-weight: bold;
border-bottom: 1px dotted rgb(255, 0, 98);
display: inline-block;
}