123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- /* pages/confirm/confirm.wxss */
- page{
- background-color: rgb(243, 241, 241) ;
- }
- .products{
- padding-top: 10rpx;
- }
- .text0{
- float: left;
- font-size: 26rpx;
- color: #000;
- height: 40rpx;
- }
- .img-1{
- width: 180rpx;
- height: 110rpx;
- padding-right: 20rpx;
- }
- .text1{
- float: left;
- font-size: 26rpx;
- color: #000;
- }
- .text2{
- float: right;
- font-size: 26rpx;
- color: red;
- }
- .text3{
- float: left;
- padding-top: 24rpx;
- margin-right: 100rpx;
- font-size: 26rpx;
- }
- .text4{
- float: right;
- font-size: 24rpx;
- text-decoration: line-through;
- }
- .products-bottom2{
- height: 70rpx;
- background-color: white;
- margin-bottom: 10rpx;
- }
- .cell-value1{
- color: red !important;
- font-size: 24rpx !important;
- }
- .cell-value2{
- font-size: 24rpx !important;
- }
- .remark{
- padding-top: 10rpx;
- padding-bottom: 10rpx;
- height: 60rpx;
- background: white;
- margin-bottom: 10rpx;
- }
- /* 使用伪类添加边框 */
- /* .remark::after {
- content: '';
- width: 90%;
- height: 10px;
- display: block;
- margin: 0 auto;
- border-bottom: 1px solid red;
- } */
- .remark-left{
- padding-top: 12rpx;
- padding-left: 30rpx;
- font-size: 24rpx;
- }
- .remark-right{
- margin-top: -32rpx;
- padding-left: 110rpx;
- font-size: 24rpx;
- padding-top: -30rpx;
- color: #a5a5a5;
- }
- .message{
- padding-top: 10rpx;
- padding-left: 30rpx;
- padding-bottom: -10rpx;
- height: 56rpx;
- background: white;
- /* border-bottom: 5px solid red; */
- }
- .message-left{
- padding-top: 12rpx;
- font-size: 24rpx;
- }
- .message-right{
- margin-top: -30rpx;
- padding-left: 115rpx;
- font-size: 24rpx;
- color: #a5a5a5;
- }
- .message-right2{
- margin-top: -30rpx;
- padding-left: 115rpx;
- font-size: 24rpx;
- color: red;
- }
- .kong{
- padding-top: 10rpx;
- }
|