1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- page{
- background: #f0f0f0;
- }
- .score{
- width: 700rpx;
- margin: 20rpx auto;
- border-radius: 20rpx;
- background: white;
- padding: 20rpx;
- .hred-top{
- display: flex;
- align-items: center;
- .hrde-top-img{
- height: 140rpx;
- width: 140rpx;
- border-radius: 10rpx;
- margin-right: 20rpx;
- }
- .hrde-top-right{
- display: flex;
- flex-direction: column;
- .right-row-cont{
- color: #adadad;
- font-size: 28rpx;
- }
- }
- }
- .rate{
- display: flex;
- margin: 20rpx auto;
- align-items: center;
- font-weight: 800;
- font-size: 28rpx;
- .tips{
- margin-left: 20rpx;
- color: #999;
- }
- }
- .content{
- width: 660rpx;
- margin: 20rpx auto;
- font-weight: 800;
- font-size: 28rpx;
- textarea{
- width: 640rpx;
- height: 400rpx;
- border-radius: 20rpx;
- border: 1rpx solid #b9b9b9;
- padding: 10rpx;
- }
- }
- .alboum{
- display: flex;
- flex-direction: column;
- margin: 20rpx auto;
- width: 660rpx;
- padding: 20rpx;
- .alboum-text{
- color:#adadad ;
- font-weight: 800;
- font-size: 28rpx;
- }
- }
- .anonymous{
- display: flex;
- justify-content: space-between;
- color:#adadad ;
- font-weight: 800;
- font-size: 28rpx;
- .anonymous-tip{
- }
- }
- }
- .btn{
- margin: 100rpx auto;
- padding: 20rpx;
- border-radius: 10rpx;
- background: #4b72ca;
- color: white;
- width: 400rpx;
- text-align: center;
- }
|