123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- /* page{padding:20rpx;box-sizing:border-box;text-align:center;} */
- .page {
- padding-bottom: 120rpx;
- }
- /* .page{width:100%;background-color:#fff;border-radius:14rpx;padding:0 70rpx 50rpx 70rpx;box-sizing:border-box;} */
- .comment-content {
- display: flex;
- align-items: center;
- }
- .product {
- padding-top: 20rpx;
- }
- .title {
- line-height: 1.2;
- font-size: 26rpx;
- width: 100rpx;
- text-align: justify;
- text-align-last: justify;
- }
- .star {
- display: flex;
- justify-content: center;
- padding-left: 20rpx;
- box-sizing: border-box;
- }
- .star image {
- width: 42rpx;
- height: 42rpx;
- padding-left: 40rpx;
- }
- .star-tit {
- font-size: 26rpx;
- color: var(--subtitleColor) !important;
- margin-left: 20rpx;
- width: 80rpx;
- }
- .star-option {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .option {
- width: 30%;
- height: 55rpx;
- border: 1px solid;
- border-radius: 40rpx;
- text-align: center;
- line-height: 55rpx;
- font-size: 26rpx;
- margin-bottom: 20rpx;
- }
- .opt {
- border-color: #f5f5f5;
- color: #999999;
- background: #f5f5f5;
- }
- .cet {
- background-color: var(--subtitleColor);
- border-color: var(--subtitleColor);
- color: #fff;
- }
- .textarea {
- width: 100%;
- height: 300rpx;
- padding: 10rpx 20rpx;
- box-sizing: border-box;
- font-size: 26rpx;
- color: #999999;
- text-align: left;
- border: 1px solid #f5f5f5;
- border-radius: 20rpx;
- margin-top: 20rpx;
- overflow-x: hidden;
- background-color: #f5f5f5;
- }
- .place {
- font-size: 26rpx;
- color: #a6a6a6;
- }
- .btn {
- background-color: #F5F5F4;
- display: flex;
- align-items: center;
- justify-content: center;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 1000;
- }
- .sub {
- font-size: 30rpx;
- line-height: 90rpx;
- width: 80%;
- margin: 20rpx 0;
- border-radius: 20rpx;
- }
- .images {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- margin-top: 34rpx;
- }
- .images .add-box {
- /* border: 1px solid #b1b1b1; */
- position: relative;
- }
- .images .add-box>.icon-mini-error {
- transform: rotate(45deg) translate(-50%, -60%);
- font-size: 80rpx;
- line-height: 0;
- position: absolute;
- top: 60%;
- left: 50%;
- color: #9FA0A0;
- display: inline-block;
- }
- .images-col {
- width: 100%;
- height: 100%;
- }
- .imgbox,
- .add-box {
- width: 150rpx;
- height: 150rpx;
- }
- .imgbox {
- position: relative;
- margin-right: 20rpx;
- margin-bottom: 20rpx;
- flex-shrink: 1;
- }
- .delBox {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: -15rpx;
- top: -15rpx;
- z-index: 1;
- }
- .del {
- width: 32rpx;
- height: 32rpx;
- background-color: var(--subtitleColor);
- border-radius: 50%;
- position: relative;
- }
- .del::after {
- content: '';
- width: 20rpx;
- height: 4rpx;
- background-color: #fff;
- border-radius: 1px;
- transform: rotate(45deg);
- position: absolute;
- left: 6rpx;
- top: 14rpx;
- }
- .del::before {
- content: '';
- width: 20rpx;
- height: 4rpx;
- background-color: #fff;
- border-radius: 1px;
- transform: rotate(-45deg);
- position: absolute;
- left: 6rpx;
- top: 14rpx;
- }
- .recommend-title {
- line-height: 35rpx;
- font-size: 28rpx;
- text-align: left;
- margin-bottom: 30rpx;
- }
- .recommend-level {
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- color: #9FA0A0;
- line-height: 44rpx;
- margin-top: -10rpx;
- margin-bottom: 10rpx;
- }
- .recommend {
- display: flex;
- margin-bottom: 40rpx;
- justify-content: space-between;
- }
- .recommend-item {
- font-size: 28rpx;
- line-height: 75rpx;
- border-left: none;
- width: 50rpx;
- height: 50rpx;
- text-align: center;
- color: #fff;
- font-weight: 600;
- font-size: 28rpx;
- line-height: 50rpx;
- background-color: #E4E4E4;
- /* border: 1rpx solid #EE3A43; */
- border-radius: 50%;
- }
- .active {
- background: var(--subtitleColor);
- color: white;
- }
- .tip {
- font-size: 28rpx;
- text-align: left;
- margin: 20rpx 0;
- color: #999999;
- }
- /* 修改 */
- .flex {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .role {
- font-size: 26rpx;
- color: #7f7f7f;
- }
- /* 块标题 */
- .modal-title {
- border: none !important;
- padding: 0 !important;
- }
- .modal-title::before {
- height: 24rpx !important;
- border-radius: 20rpx !important;
- overflow: hidden;
- }
- .modular-pad {
- padding: 20rpx 20rpx;
- }
|